Page 1 of 1

strange behavior Nagios

Posted: Thu May 12, 2011 1:43 am
by diegosiassb
Good morning,
my Nagios XI 2011R1.2 send false notifications.
I check the status of the service and everything is ok.
The notifications are:
example
BOXIR3 CPU LOAD-TEST UNKNOWN 05/12/2011 8:01:22 nagiosadmin xi_service_notification_handler Unknown: No response ICCREA_LR_TDL0_01 CRITICAL PROCESS CORE 05/12/2011 07:57:35 todeal_tep check_none (Service Check Timed Out)

every so often repeat themselves.
They are not network problems seem to take random errors old and repeats them.
I have another nagios equal and these errors are not present.

after update to the latest version I had to also repair the database, while on the server secondary everything was fine.
Both servers are identical red-hat 5
thanks

Re: strange behavior Nagios

Posted: Thu May 12, 2011 4:11 pm
by mguthrie
You may want to check to make sure a 2nd instance of nagios hasn't been spawned. We had a recent report that there may still be a bug somewhere that allows that. Try:

Code: Select all

killall -9 nagios
service nagios start
And see if the issue corrects itself.