Nagios Core UI Issue
Nagios Core UI Issue
Hi All ,
While i am trying to Re-schedule the next check of any servers i am getting an error stating "Error: Service Status Not Found!" please find the attachement of screenshot as well.
This issue i am facing frequently
While i am trying to Re-schedule the next check of any servers i am getting an error stating "Error: Service Status Not Found!" please find the attachement of screenshot as well.
This issue i am facing frequently
Re: Nagios Core UI Issue
Can you post the nagios.cfg file and the status.dat files from that system as well as the output of these commands run as root?
Code: Select all
ps -ef --cols=300
uname -a
cat /etc/*release*Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios Core UI Issue
Thanks for your response.
Please find the output of the commands in execute commands file and please find the nagios.cfg file as well.
I didn't find any status.dat file
Please find the output of the commands in execute commands file and please find the nagios.cfg file as well.
I didn't find any status.dat file
- Attachments
-
Executedcommands.txt- (11.32 KiB) Downloaded 338 times
-
nagios.cfg- (43.83 KiB) Downloaded 344 times
Re: Nagios Core UI Issue
In the output of the ps command, it shows that there are multiple copies of the Nagios processes running and that would cause the issue you are seeing.
To fix this, login as root to the Nagios server and run the following commands.
Give the system 10 minutes to run and see if you can reschedule the checks.
The status.dat files should be located here
If it is not there after doing the above commands, let us know.
To fix this, login as root to the Nagios server and run the following commands.
Code: Select all
service nagios stop
killall -9 nagios
service nagios startThe status.dat files should be located here
Code: Select all
/usr/local/nagios/var/status.datBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios Core UI Issue
I followed the shared steps and now i am not observing this issue .However I will monitor and update you so that this can be locked.
Also please find the attachment of status.dat file
Also please find the attachment of status.dat file
Re: Nagios Core UI Issue
You have not attached anything. Please try again and make sure your script is properly attached.vnoc wrote:Also please find the attachment of status.dat file
Former Nagios employee
Re: Nagios Core UI Issue
please find the attachment
- Attachments
-
- status.zip
- (37.01 KiB) Downloaded 155 times
Re: Nagios Core UI Issue
Yes you can close the topic
thank you very munch
thank you very munch
-
bolson
Re: Nagios Core UI Issue
Closing topic as resolved.
Thank you for using the Nagios Support Forum.
Thank you for using the Nagios Support Forum.