Operation centre alerts stuck
-
buzinessware
- Posts: 5
- Joined: Wed Mar 08, 2017 12:13 am
Operation centre alerts stuck
hi
from last few days, the alerts on NagiosXI Operation centre are not getting cleared, even though alerts are removed by core system.
can someone advice if there is a way to clear that up.
from last few days, the alerts on NagiosXI Operation centre are not getting cleared, even though alerts are removed by core system.
can someone advice if there is a way to clear that up.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Operation centre alerts stuck
Can you send me your system profile.zip from Admin -> System Profile
-
buzinessware
- Posts: 5
- Joined: Wed Mar 08, 2017 12:13 am
Re: Operation centre alerts stuck
Attached is the file as requested.
Last edited by scottwilkerson on Fri Jun 29, 2018 8:17 am, edited 1 time in total.
Reason: removed attachment
Reason: removed attachment
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Operation centre alerts stuck
It appears that you had some database connectivity issues
Lets run the following
Lets run the following
Code: Select all
service nagios stop
service ndo2db stop
service ndo2db start
service nagios start-
buzinessware
- Posts: 5
- Joined: Wed Mar 08, 2017 12:13 am
Re: Operation centre alerts stuck
We did the complete restart of the server but still same. We ran the repair MySQL table script.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Operation centre alerts stuck
Can you show the output of
Code: Select all
service ndo2db status
ls -l /usr/local/nagios/var/ndo*-
buzinessware
- Posts: 5
- Joined: Wed Mar 08, 2017 12:13 am
Re: Operation centre alerts stuck
[root@nagiosxi ~]# service ndo2db status
ndo2db is not running but subsystem locked
[root@nagiosxi ~]# ls -l /usr/local/nagios/var/ndo*
-rw-r--r-- 1 nagios nagios 5 Nov 21 2017 /usr/local/nagios/var/ndo2db.lock
srwxr-xr-x 1 nagios nagios 0 Nov 21 2017 /usr/local/nagios/var/ndo.sock
ndo2db is not running but subsystem locked
[root@nagiosxi ~]# ls -l /usr/local/nagios/var/ndo*
-rw-r--r-- 1 nagios nagios 5 Nov 21 2017 /usr/local/nagios/var/ndo2db.lock
srwxr-xr-x 1 nagios nagios 0 Nov 21 2017 /usr/local/nagios/var/ndo.sock
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Operation centre alerts stuck
Ok, there's the problem, lets run
Code: Select all
rm -f /usr/local/nagios/var/ndo*
service nagios stop
service ndo2db stop
service ndo2db start
service nagios start-
buzinessware
- Posts: 5
- Joined: Wed Mar 08, 2017 12:13 am
Re: Operation centre alerts stuck
hi
thank you, your recommendation worked and now things are back to normal.
thank you, your recommendation worked and now things are back to normal.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Operation centre alerts stuck
Excellent! Glad it is back to normal!buzinessware wrote:hi
thank you, your recommendation worked and now things are back to normal.