> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Nelson Serafica > Sent: Sunday, November 06, 2005 2:25 AM > To: [email protected] > Subject: [Nagios-users] host status was not updated > > Last night, one of my server (server A) was down and > when it was already up, it was still red (HOST STATUS > DOWN) even though the service ssh is now ok in that > server. When i checked the status.log, it shows that : > > HOST;SERVERA;DOWN;1131262985;1131206895;0;950927;0;0;1131206895;1;1;1;1; 1; > 0;0.00;0;1;1;CRITICAL > - Plugin timed out after 10 seconds
Your host check is not executing properly, hence the 'Plugin timed out after 10 seconds'. Try running your host check exactly as it's defined and as the nagios user. As it is currently, Nagios will interpret the timeout as a CRITICAL failure. -- Marc ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ 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
