Need Help

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
tinut89
Posts: 13
Joined: Tue Mar 05, 2019 6:52 am

Need Help

Post by tinut89 »

Have a nagios monitoring server which monitors around 600 machines.
So recently noticed even if the alert is recovered the alerts shows critical in the nagios web page and its send notification mail for those critical alerts. Seems some caching issue. Its a production machine So I cannot play with many commands on the server.
Do you have any suggestion why it happens, any methods to sort out this issue.

May be a reboot wil fix it but if it happens again how I will sort it?

regards.
tinu
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Need Help

Post by scottwilkerson »

This can happen if there is multiple nagios processes running

Code: Select all

ps -ef|grep nagios.cfg
Either a reboot or the following should fix this

Code: Select all

service nagios stop
killall -9 nagios
service nagios start
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
tinut89
Posts: 13
Joined: Tue Mar 05, 2019 6:52 am

Re: Need Help

Post by tinut89 »

Hi Friend,

Seems it worked. Thanks
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Need Help

Post by scottwilkerson »

tinut89 wrote:Hi Friend,

Seems it worked. Thanks
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked