MONITORING PROBLEM IN NAGIOS XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
acorrea
Posts: 8
Joined: Wed Mar 20, 2024 7:38 am

MONITORING PROBLEM IN NAGIOS XI

Post by acorrea »

Hi guys,
I would like to ask you for a lot of help with my Nagios server, I am having a problem with the host status that does not show me the data of the new devices that I am loading, in the CCM it appears that it is added but in the Host Status it no longer shows me the device new added.

Send capture of events
You do not have the required permissions to view the files attached to this post.
User avatar
jmichaelson
Posts: 336
Joined: Wed Aug 23, 2023 1:02 pm

Re: MONITORING PROBLEM IN NAGIOS XI

Post by jmichaelson »

This seems like it might be a database issue. At a shell prompt, execute this to diagnose:

Code: Select all

mysqlcheck --user=root --password="<mysqlpass from /usr/local/nagiosxi/var/xi-sys.cfg>" --check --all-databases
Please let us know if you have any other questions or concerns.

-Jason
acorrea
Posts: 8
Joined: Wed Mar 20, 2024 7:38 am

Re: MONITORING PROBLEM IN NAGIOS XI

Post by acorrea »

This error came out, I also tried to repair only these tables that appear as a crash
acorrea
Posts: 8
Joined: Wed Mar 20, 2024 7:38 am

Re: MONITORING PROBLEM IN NAGIOS XI

Post by acorrea »

jmichaelson wrote: Thu Sep 12, 2024 1:43 pm This seems like it might be a database issue. At a shell prompt, execute this to diagnose:

Code: Select all

mysqlcheck --user=root --password="<mysqlpass from /usr/local/nagiosxi/var/xi-sys.cfg>" --check --all-databases
You do not have the required permissions to view the files attached to this post.
Post Reply