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
Need Help
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Need Help
This can happen if there is multiple nagios processes running
Either a reboot or the following should fix this
Code: Select all
ps -ef|grep nagios.cfgCode: Select all
service nagios stop
killall -9 nagios
service nagios startRe: Need Help
Hi Friend,
Seems it worked. Thanks
Seems it worked. Thanks
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Need Help
Great!tinut89 wrote:Hi Friend,
Seems it worked. Thanks
Locking thread