Nagios process memory usage growing

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios process memory usage growing

Post by benjaminsmith »

Hi Robert,

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
The error log is suggesting that it is not able to establish a connection the nagios (ndoutils) dataabse. Make sure the service is running:

Code: Select all

systemctl status mariadb
Then double-check all the connections settings host, username, password. The password is stored in the following files

Code: Select all

vi /usr/local/nagios/etc/ndo2db.cfg
And

Code: Select all

vi /usr/local/nagiosxi/html/config.inc.php
See this doc for more details: How to Change Default Passwords

Also, check the database to make sure there are no corrupted tables.

Code: Select all

tail -n 50 /var/log/mariadb/mariadb.log
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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
sgargano
Posts: 50
Joined: Mon May 23, 2016 9:06 am

Re: Nagios process memory usage growing

Post by sgargano »

Hi Benjamin,

now it seems to work again. After downgrade some .cfg files and also ndomod.o was missing.
Luckily it was not the prd system since we rollback when the problem appeared the first time.

I will try to upgrade the prd system again once the new release is available and hope that everything is working as expected.

Thank you very much for your support

br
Robert
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios process memory usage growing

Post by benjaminsmith »

Hi,

Thanks for the update and glad to hear it's working now.

If you need any assistance with the upgrade, just open a new ticket or forum thread and we'll be happy to assist you.

--Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked