We scheduled downtime, including services.
Home Dash has 69 Unhandled Service Problems as per below.
Operations Center has 8 Unhandled.
The attached images were taken within 12seconds of each other.
Is this normal behavious?
Different numbers for Unacknowledged Services on Dashes
Different numbers for Unacknowledged Services on Dashes
You do not have the required permissions to view the files attached to this post.
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Different numbers for Unacknowledged Services on Dashes
Hello, @bomahony. First, please clear the browser's cache or try accessing these pages from a different browser.
Next, go to the admin menu, click on Manage Components in the left column and search for the Operations Center component. And let me know what version of it you have installed. The version number should be on the right.
Run the repair mysql script: mysqlcheck -r -f -uroot -pnagiosxi --all-databases
Run through the following commands to restart NDO2DB:
Next, go to the admin menu, click on Manage Components in the left column and search for the Operations Center component. And let me know what version of it you have installed. The version number should be on the right.
Run the repair mysql script: mysqlcheck -r -f -uroot -pnagiosxi --all-databases
Run through the following commands to restart NDO2DB:
service nagios stop
service ndo2db stop
mv /usr/local/nagios/var/ndo2db.lock /usr/local/nagios/var/ndo2db.lock.bak
mv /usr/local/nagios/var/ndo.sock /usr/local/nagios/var/ndo.sock.bak
service ndo2db start
service nagios start
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Different numbers for Unacknowledged Services on Dashes
The host is no longer in Maintenance, so I cannot do this until the next one. Ill try to schedule something for this week.
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Different numbers for Unacknowledged Services on Dashes
@bomahony, Sounds good!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.