strange behavior Nagios

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
diegosiassb
Posts: 111
Joined: Wed Dec 30, 2009 1:38 am

strange behavior Nagios

Post 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
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: strange behavior Nagios

Post 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.
Locked