Hi,<br><br>The problem is that, there are some hosts down for two days, for instance, all unplanned. That makes service checks stop.<br><br>Some servers are out for 4-5 minutes because of some sophisticated :) construction issues which we are unable to be aware of. I just want them to be checked as usual even they are down.
<br><br>That's all my problem. Host checks are not done as I have configured to be (1 min delay).<br><br>Do you know a way out of this?<br><br>Thanks,<br>Dincer<br><br><div><span class="gmail_quote">2007/3/15, Marc Powell <
<a href="mailto:marc@ena.com">marc@ena.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>> -----Original Message-----
<br>> From: <a href="mailto:dkavraal@gmail.com">dkavraal@gmail.com</a> [mailto:<a href="mailto:dkavraal@gmail.com">dkavraal@gmail.com</a>] On Behalf Of Dinçer<br>> Kavraal<br>> Sent: Thursday, March 15, 2007 7:15 AM
<br>> To: Marc Powell<br>> Cc: <a href="mailto:nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>> Subject: Re: [Nagios-users] host check delay problem<br>><br>> Hi Marc,<br>> Have you got any ideas how to achieve a solution for host check delays
<br>> stability?<br><br>Yes, follow standard setup guidelines and minimize your usage of host checks. Define all your hosts. Configure a host check that runs once and exits quickly; check-host-alive with a single ping is usually sufficient. Have it run a couple of times if you're paranoid (max_check_attempts). *Do not set a check interval, don't even have it in the host definition.* Configure the parents directive for your hosts if you want to take advantage of the network outages logic to minimize notifications.
<br><br>Define one or more services on the host. If the host is pingable only, define a PING service for the host that pings it. Set a normal_check_interval, retry_check_interval and check_period that is sane for your environment.
<br><br>Nagios will check the service in parallel and will only perform a sequential host check when a service fails. Since services should rarely fail, host checks will be run rarely. Since the host check will run and exit quickly, there is minimal interruption of normal scheduling. If all your hosts are pingable only and you don't care about configuring parents then you don't need host checks at all and can set the check_period to none in the host definitions to completely eliminate them.
<br><br>--<br>Marc<br><br>-------------------------------------------------------------------------<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>