Page 2 of 2

Re: Naigosxi preformance issue

Posted: Mon Mar 19, 2018 2:22 pm
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