Re: Naigosxi preformance issue
Posted: Mon Mar 19, 2018 2:22 pm
@strmon, Please open the \usr\local\nagios\etc\pnp\process_perfdata.cfg file and change the following option:
to
Then restart the npcd daemon with:
Also, you have database errors. Please run the following script:
Run this script to eliminate permission errors:
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
TIMEOUT = 5Code: Select all
TIMEOUT = 30Code: Select all
service npcd restartCode: Select all
/usr/local/nagiosxi/scripts/repair_databases.shCode: Select all
/usr/local/nagiosxi/scripts/reset_config_perms.shhttps://support.nagios.com/kb/article/n ... e-611.html
After that please restart the httpd daemon with:
Code: Select all
service httpd restart