> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Lalita Drolia > Sent: Friday, July 27, 2007 2:56 AM > To: [email protected] > Subject: [Nagios-users] dont want notification when machine reboots > > Hi, > > I have nagios configured for our lab here. But the problem I am facing is > that every time a user reboots his machine for some practical purposes, > > We get a down and subsequent up mail. > > I would not like to receive these mails. > > But I have not found a way where nagios would wait for 5 minutes after a > machine goes down and then send out a notification, > > Is it possible?
Don't perform host checks for those hosts. Add a PING service check. Set the retry_check_interval for services on that host to 5 minutes set max check attempts to 2. I think that'll do it for you. -- Marc ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
