Not able to view Host state change details

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
progressive.nagiosXI
Posts: 277
Joined: Mon Jul 31, 2017 5:54 am

Not able to view Host state change details

Post by progressive.nagiosXI »

HI team,

Not able to view Host state change details but getting the Service state change status please check,

As we have tried repair database scripts.

Thanks
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Not able to view Host state change details

Post by lmiltchev »

Are you referring to the "Last State Change" under the "Host Status Detail" page (Advanced tab)? Can you show a screenshot with the error that you are seeing?

Do you see errors in the mysqld.log (mariadb.log) or apache error log?

Code: Select all

tail /var/log/mysqld.log
or

Code: Select all

tail /var/log/mariadb/mariadb.log

Code: Select all

tail -100 /var/log/httpd/error_log
Have you tried restarting the services?

Code: Select all

service nagios stop
service ndo2db restart
service nagios start
Have you made any changes to the system prior to experiencing this issue?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked