To give you a framework to consider while you are reviewing the cited documention, here is some food for thought.<br />
<br />
Using template functionality, you "inherit" values define "above you" when you define services, hosts, etc.<br />
<br />
As such, to change an inherited value (like the check interval you are interested in changing), you can do it by:<br />
  1. "upstream" templates by:<br />
          a. creating your own template based on the standard one and set the desired, or<br />
          b. modify the shipped template, or<br />
  2. Overriding it in the individual service definition.<br />
<br />
I would suspect that 1.b. is the "worst" option.  Depending on how many other things you may want to check at that frequency, 1.a. is probably the best "long term options.   Option 2. is the quickest and easiest.<br />
<br />
HTH.<br />
Stewart<br />
<p>Stewart St. Dennis<br />
CTO, ZAXIA<br />
</p>
-----Original Message-----<br />
From: "C. Bensend" <benny@bennyvision.com><br />
Sent 1/27/2011 2:57:42 PM<br />
To: nagiosplug-help@lists.sourceforge.net<br />
Subject: Re: [Nagiosplug-help] service check interval<br />
<br />
<pre>> I have done some extensive searching but cannot find a definitive answer,<br />
> Is there no way to say check this service every x minutes? I want to check<br />
> http every 1 minute lets say, my service definition looks like:<br />
><br />
> define service {<br />
> use generic-service<br />
> host_name nrpe2.webcomand.com<br />
> service_description VARNISH Port 80<br />
> check_command check_nrpe!check_varnish<br />
> }<br />
><br />
> Do I Just need to put an argument in somewhere? Thanks.<br />
<br />
Look at the documentation for services:<br />
<br />
<a href="http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#service" target="_blank">http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#service</a><br />
<br />
The interesting bit you're seeking is 'check_interval'.  If the<br />
above is your service definition in its entirety, it is defined<br />
in your 'generic-service' template.<br />
<br />
Benny<br />
<br />
<br />
-- <br />
"Hairy ape nads."        -- Colleen, playing Neverwinter Nights<br />
<br />
<br />
<br />
------------------------------------------------------------------------------<br />
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!<br />
Finally, a world-class log management solution at an even better price-free!<br />
Download using promo code Free_Logger_4_Dev2Dev. Offer expires <br />
February 28th, so secure your free ArcSight Logger TODAY! <br />
<a href="http://p.sf.net/sfu/arcsight-sfd2d" target="_blank">http://p.sf.net/sfu/arcsight-sfd2d</a><br />
_______________________________________________<br />
Nagiosplug-help mailing list<br />
Nagiosplug-help@lists.sourceforge.net<br />
<a href="https://lists.sourceforge.net/lists/listinfo/nagiosplug-help" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagiosplug-help</a><br />
::: Please include plugins version (-v) and OS when reporting any issue. <br />
::: Messages without supporting info will risk being sent to /dev/null<br />
</pre>