Operation centre alerts stuck

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
buzinessware
Posts: 5
Joined: Wed Mar 08, 2017 12:13 am

Operation centre alerts stuck

Post by buzinessware »

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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Operation centre alerts stuck

Post by scottwilkerson »

Can you send me your system profile.zip from Admin -> System Profile
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
buzinessware
Posts: 5
Joined: Wed Mar 08, 2017 12:13 am

Re: Operation centre alerts stuck

Post by buzinessware »

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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Operation centre alerts stuck

Post by scottwilkerson »

It appears that you had some database connectivity issues

Lets run the following

Code: Select all

service nagios stop
service ndo2db stop
service ndo2db start
service nagios start
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
buzinessware
Posts: 5
Joined: Wed Mar 08, 2017 12:13 am

Re: Operation centre alerts stuck

Post by buzinessware »

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

Post by scottwilkerson »

Can you show the output of

Code: Select all

service ndo2db status
ls -l /usr/local/nagios/var/ndo*
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
buzinessware
Posts: 5
Joined: Wed Mar 08, 2017 12:13 am

Re: Operation centre alerts stuck

Post by buzinessware »

[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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Operation centre alerts stuck

Post by scottwilkerson »

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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
buzinessware
Posts: 5
Joined: Wed Mar 08, 2017 12:13 am

Re: Operation centre alerts stuck

Post by buzinessware »

hi

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

Post by scottwilkerson »

buzinessware wrote:hi

thank you, your recommendation worked and now things are back to normal.
Excellent! Glad it is back to normal!
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked