<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Marc Powell wrote:
<blockquote
 cite="midA7B0A9F02975A74A845FE85D0B95B8FA03928A05@misex01.ena.com"
 type="cite">
  <pre wrap="">
  </pre>
  <blockquote type="cite">
    <pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:nagios-users-bounces@lists.sourceforge.net">nagios-users-bounces@lists.sourceforge.net</a> [<a class="moz-txt-link-freetext" href="mailto:nagios-users">mailto:nagios-users</a>-
<a class="moz-txt-link-abbreviated" href="mailto:bounces@lists.sourceforge.net">bounces@lists.sourceforge.net</a>] On Behalf Of Hari Sekhon
Sent: Thursday, July 06, 2006 6:33 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a>
Subject: [Nagios-users] Service Check Interval < 1 minute ?

Is it possible to define a service check interval of less than a
    </pre>
  </blockquote>
  <pre wrap=""><!---->minute?
  </pre>
  <blockquote type="cite">
    <pre wrap="">I want some services to be checked every 30 seconds for example...
so I really need to be able to specify service_check_interval in
seconds...
    </pre>
  </blockquote>
  <pre wrap=""><!---->

You'll want to modify interval_length in nagios.cfg to be something less
than or equal to 30. normal_check_interval and the like are just
multipliers for this value and not time units themselves.

<a class="moz-txt-link-freetext" href="http://nagios.sourceforge.net/docs/2_0/configmain.html#interval_length">http://nagios.sourceforge.net/docs/2_0/configmain.html#interval_length</a>

setting this number to 30 and using a normal_check_interval of 1 in a
service definition would mean nagios attempts to check the service every
30 seconds. Normal_check_interval of 2 would correspond to 60 seconds,
etc.

Note that adjusting this value affects everything that depends on timing
so you'll need to adjust repeat notification intervals, escalations, etc
appropriately. You can grep the docs for interval_length to get a list.

--
Marc

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
<a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642</a>
_______________________________________________
Nagios-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null

  </pre>
</blockquote>
I have made the necessary changes, setting interval_length=1 to have
everything in seconds for simplicity. <br>
<br>
Quick question: I take it things like "retention_update_interval" and
"command_check_interval" in nagios.cfg are also affected by this? Or do
they always work in minutes? (the comments say minutes..)<br>
<br>
The comments by "interval_length" seem to indicate this variable only
affects "host/contact/service configuration files"...<br>
<br>
-h<br>
<br>
</body>
</html>