Naigosxi preformance issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Naigosxi preformance issue

Post by npolovenko »

@strmon, Please open the \usr\local\nagios\etc\pnp\process_perfdata.cfg file and change the following option:

Code: Select all

TIMEOUT = 5
to

Code: Select all

TIMEOUT = 30
Then restart the npcd daemon with:

Code: Select all

service npcd restart
Also, you have database errors. Please run the following script:

Code: Select all

/usr/local/nagiosxi/scripts/repair_databases.sh
Run this script to eliminate permission errors:

Code: Select all

/usr/local/nagiosxi/scripts/reset_config_perms.sh
If the web interface is slow consider increasing the limits in php.ini.
https://support.nagios.com/kb/article/n ... e-611.html
After that please restart the httpd daemon with:

Code: Select all

service httpd restart
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked