Page 1 of 1

MONITORING PROBLEM IN NAGIOS XI

Posted: Thu Sep 12, 2024 9:39 am
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

Re: MONITORING PROBLEM IN NAGIOS XI

Posted: Thu Sep 12, 2024 1:43 pm
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

Re: MONITORING PROBLEM IN NAGIOS XI

Posted: Mon Sep 16, 2024 11:32 am
by acorrea
This error came out, I also tried to repair only these tables that appear as a crash

Re: MONITORING PROBLEM IN NAGIOS XI

Posted: Mon Sep 16, 2024 11:34 am
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