Re: Configuration Wizards - can not add new machine
Posted: Mon Jan 15, 2018 1:23 pm
One thing I see is that the system may be at the limit for the Kernel Message Queue which sometimes caused Missing Host or Service data.
To fix that, follow the instructions in this KB article.
https://support.nagios.com/kb/article/n ... d-139.html
Another thing I see are a lot of errors when Nagios is trying to write to the MYSQL database.
It looks like some of the fields on the status tables are not large enough which is causing them to not be updated and that is also preventing the status from displaying in the GUI.
Can you run the following on the Nagios server to dump the database structure and post the /tmp/nagios.txt file so we can check the fields that are causing the errors?
Replace xxx.xxx.xxx.xxx with the IP address of your MYSQL server.
To fix that, follow the instructions in this KB article.
https://support.nagios.com/kb/article/n ... d-139.html
Another thing I see are a lot of errors when Nagios is trying to write to the MYSQL database.
It looks like some of the fields on the status tables are not large enough which is causing them to not be updated and that is also preventing the status from displaying in the GUI.
Can you run the following on the Nagios server to dump the database structure and post the /tmp/nagios.txt file so we can check the fields that are causing the errors?
Code: Select all
mysqldump --no-data -u nagios -pnagios --databases nagios -h xxx.xxx.xxx.xxx >/tmp/nagios.txt