Re: Nagios process memory usage growing
Posted: Fri Dec 18, 2020 2:43 pm
Hi Robert,
Make sure the broker module is being loaded in the nagios.cfg file and the ndo module is commented out.
The error log is suggesting that it is not able to establish a connection the nagios (ndoutils) dataabse. Make sure the service is running:
Then double-check all the connections settings host, username, password. The password is stored in the following files
And
See this doc for more details: How to Change Default Passwords
Also, check the database to make sure there are no corrupted tables.
Lastly, if this is impacting your production server and the issue persists, let's get a ticket opened for this. Please reference this post and provide an updated system profile.
Make sure the broker module is being loaded in the nagios.cfg file and the ndo module is commented out.
Code: Select all
broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg
Code: Select all
systemctl status mariadb
Code: Select all
vi /usr/local/nagios/etc/ndo2db.cfg
Code: Select all
vi /usr/local/nagiosxi/html/config.inc.php
Also, check the database to make sure there are no corrupted tables.
Code: Select all
tail -n 50 /var/log/mariadb/mariadb.log