Can you PM me the profile.zip?
Admin->System Profile->Download Profile
Error while Plotting Graphs using Network Switch Router
Re: Error while Plotting Graphs using Network Switch Router
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Error while Plotting Graphs using Network Switch Router
Required file sent as PM. Waiting for your response.
Thank you in anticipation.
Thank you in anticipation.
Re: Error while Plotting Graphs using Network Switch Router
I looked through the logs and I noticed the following error in the apache error log:
https://support.nagios.com/wiki/index.p ... _Completes
In addition to this, the mysqld.log came up empty (0 bytes) in the profile. Can you run the following command and show the output in code wraps?
Thank you!
Most probably configuration never applies as the page is timing out. Please, increase the resource limits in the php.ini file, especially the "max_execution_time". For more info, check out our FAQ wiki page here:[Tue Aug 04 15:40:26 2015] [error] [client ::1] PHP Fatal error: Maximum execution time of 60 seconds exceeded in /usr/local/nagiosxi/html/includes/components/ccm/classes/config_class.php on line 1012
https://support.nagios.com/wiki/index.p ... _Completes
In addition to this, the mysqld.log came up empty (0 bytes) in the profile. Can you run the following command and show the output in code wraps?
Code: Select all
tail -50 /var/log/mysqld.logBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Error while Plotting Graphs using Network Switch Router
Can you go to Admin > License Information and let us know the status of the licensing?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Error while Plotting Graphs using Network Switch Router
The following limits have been applied:
max_execution_time = 120
max_input_time = 120
The mysql.log file is empty.
Please suggest further
max_execution_time = 120
max_input_time = 120
The mysql.log file is empty.
Please suggest further
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Error while Plotting Graphs using Network Switch Router
I suggest 300, if that doesn't work then 600. Don't forget to restart httpd after making these changes.nomanntl wrote:max_execution_time = 120
When applying config, tail the httpd error_log
tail /var/log/httpd/error_log -f
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Error while Plotting Graphs using Network Switch Router
Issue still persist.
Changed the execution timeout value to 600. Attached is the error log.
Please suggest further.
Changed the execution timeout value to 600. Attached is the error log.
Please suggest further.
You do not have the required permissions to view the files attached to this post.
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: Error while Plotting Graphs using Network Switch Router
Where did the timestamps go from your error_log? Generally they're just noise, but in this case they could add some context to the problem for us.