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
MONITORING PROBLEM IN NAGIOS XI
MONITORING PROBLEM IN NAGIOS XI
You do not have the required permissions to view the files attached to this post.
- jmichaelson
- Posts: 336
- Joined: Wed Aug 23, 2023 1:02 pm
Re: MONITORING PROBLEM IN NAGIOS XI
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
-Jason
Re: MONITORING PROBLEM IN NAGIOS XI
This error came out, I also tried to repair only these tables that appear as a crash
Re: MONITORING PROBLEM IN NAGIOS XI
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.