<br><br><div><span class="gmail_quote">On 1/13/07, <b class="gmail_sendername">Daniel</b> <<a href="mailto:daniel@ipv6-network.de">daniel@ipv6-network.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br><br>i want to setup different intervals on my checked hosts:<br><br>In this case i want that nagios checks every 60sec but it seems that<br>nagios wont do that.<br><br>Here a snip out of my config:<br><br>define host{
<br>        use                             generic-host<br>        host_name                       bla<br>        alias                           bla<br>        address                         xx.xx.xx.xx<br>        check_command                   check-host-alive
<br>        max_check_attempts              7<br>        contact_groups                  IPv6<br>        notification_interval           10<br>        notification_period             24x7<br>        notification_options            d,u,r
<br>        }<br>define service{<br>        use                             generic-service         ; Name of service template to use<br>        host_name                       bla<br>        service_description             PING
<br>        is_volatile                     0<br>        check_period                    24x7<br>        max_check_attempts              1<br>        normal_check_interval           1<br>        retry_check_interval            1
<br>        contact_groups                  bla<br>        notification_options            w,u,c,r<br>        notification_interval           60<br>        notification_period             24x7<br>        check_command                   check_ping!100.0,20%!500.0,60%
<br><br><br><br>It seems that he check every 5 minutes or so...<br><br>Any ideas? I use Nagios 2.6<br><br>--<br>greetz daniel</blockquote><div><br><br>In your nagios.cfg, what is the timing_interval set to? Taken from the main Nagios docs:
<br><br><strong></strong>"This is the number of seconds per "unit interval" used for timing in
the scheduling queue, re-notifications, etc. "Units intervals" are used
in the object configuration file to determine how often to run a
service check, how often of re-notify a contact, etc."<br><br><br><br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">-------------------------------------------------------------------------
<br>Take Surveys. Earn Cash. Influence the Future of IT<br>Join SourceForge.net's Techsay panel and you'll get the chance to share your<br>opinions on IT & business topics through brief surveys - and earn cash
<br><a href="http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV">http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV</a><br>_______________________________________________
<br>Nagios-users mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users
</a><br>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>::: Messages without supporting info will risk being sent to /dev/null<br></blockquote></div><br>