Your session has timed out.
Re: Your session has timed out.
Hi ,
I have attached the requested files . Please review.
Regards,
Ranjit W
I have attached the requested files . Please review.
Regards,
Ranjit W
You do not have the required permissions to view the files attached to this post.
Regards,
Ranjit W
Ranjit W
Re: Your session has timed out.
Can you edit the process_perfdata.cfg file and change this line from
to
Save it out and that will start to add debug information to the log file.
Take a look at the debug file and post the errors you can find in it.
Code: Select all
LOG_LEVEL = 0Code: Select all
LOG_LEVEL = 2Take a look at the debug file and post the errors you can find in it.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Your session has timed out.
Hi,
I have changed the debug log level to 2 but perfdata.log file is not generated. Please help.
tail -50 /usr/local/nagios/var/perfdata.log
tail: cannot open `/usr/local/nagios/var/perfdata.log' for reading: No such file or directory
Regards,
Ranjit W
I have changed the debug log level to 2 but perfdata.log file is not generated. Please help.
tail -50 /usr/local/nagios/var/perfdata.log
tail: cannot open `/usr/local/nagios/var/perfdata.log' for reading: No such file or directory
Regards,
Ranjit W
Regards,
Ranjit W
Ranjit W
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Your session has timed out.
Try restarting npcd and check again.
Also, what is the file count at again?
Code: Select all
service npcd restartCode: Select all
ls -al /usr/local/nagios/var/spool/perfdata/ | wc -l
ls -al /usr/local/nagios/var/spool/xidpe/ | wc -lAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Your session has timed out.
Hi ,
Below is the output for the commands:
ls -al /usr/local/nagios/var/spool/perfdata/ | wc -l
9248
ls -al /usr/local/nagios/var/spool/xidpe/ | wc -l
193036
Regards,
Ranjit W
Below is the output for the commands:
ls -al /usr/local/nagios/var/spool/perfdata/ | wc -l
9248
ls -al /usr/local/nagios/var/spool/xidpe/ | wc -l
193036
Regards,
Ranjit W
Regards,
Ranjit W
Ranjit W
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Your session has timed out.
You are going to need to run this command again:
Then
Then after this watch the logs and see what is going on.
Code: Select all
cd /usr/local/nagios/var/spool/xidpe/
for f in *; do rm -f $f; done
Code: Select all
service npcd restartAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Your session has timed out.
Hi ,
Have run the commands mentioned but still getting below message :
tail -50 /usr/local/nagios/var/perfdata.log
tail: cannot open `/usr/local/nagios/var/perfdata.log' for reading: No such file or directory
Please suggest,
Regards,
Ranjit W
Have run the commands mentioned but still getting below message :
tail -50 /usr/local/nagios/var/perfdata.log
tail: cannot open `/usr/local/nagios/var/perfdata.log' for reading: No such file or directory
Please suggest,
Regards,
Ranjit W
Regards,
Ranjit W
Ranjit W
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Your session has timed out.
Lets go back to basics.
Follow the FAQ entry below to increase the log level of process_perfdata and npcd:
http://support.nagios.com/wiki/index.ph ... leshooting
Wait 15 - 20 minutes and then get a tail of the logs:
tail -250 /usr/local/nagios/var/perfdata.log > /tmp/perfdata.txt
tail -250 /usr/local/nagios/var/npcd.log > /tmp/npcd.txt
Send us a copy of /tmp/perfdata.txt and /tmp/npcd.txt
Don't forget to turn down the log level as per the FAQ when you are done!
Follow the FAQ entry below to increase the log level of process_perfdata and npcd:
http://support.nagios.com/wiki/index.ph ... leshooting
Wait 15 - 20 minutes and then get a tail of the logs:
tail -250 /usr/local/nagios/var/perfdata.log > /tmp/perfdata.txt
tail -250 /usr/local/nagios/var/npcd.log > /tmp/npcd.txt
Send us a copy of /tmp/perfdata.txt and /tmp/npcd.txt
Don't forget to turn down the log level as per the FAQ when you are done!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Your session has timed out.
Hi,
Thanks a lot for sharing detailed steps I could now capture the logs . I have attached it to the case.
Regards,
Ranjit W
Thanks a lot for sharing detailed steps I could now capture the logs . I have attached it to the case.
Regards,
Ranjit W
You do not have the required permissions to view the files attached to this post.
Regards,
Ranjit W
Ranjit W
Re: Your session has timed out.
Did removing the perfdata files from the "/usr/local/nagios/var/spool/xidpe/" directory and restarting the npcd help? What is the specific issue that you are currently having? Are you still having difficulties acceding the "http://x.x.x.x/nagiosxi/includes/compon ... w=services"?
Be sure to check out our Knowledgebase for helpful articles and solutions!