Page 1 of 1

Nagios Core UI Issue

Posted: Thu Jul 27, 2017 2:31 am
by vnoc
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

Re: Nagios Core UI Issue

Posted: Thu Jul 27, 2017 2:03 pm
by tgriep
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*

Re: Nagios Core UI Issue

Posted: Thu Jul 27, 2017 7:36 pm
by vnoc
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

Re: Nagios Core UI Issue

Posted: Fri Jul 28, 2017 10:04 am
by tgriep
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.

Code: Select all

service nagios stop
killall -9 nagios
service nagios start
Give the system 10 minutes to run and see if you can reschedule the checks.

The status.dat files should be located here

Code: Select all

/usr/local/nagios/var/status.dat
If it is not there after doing the above commands, let us know.

Re: Nagios Core UI Issue

Posted: Wed Aug 02, 2017 2:43 am
by vnoc
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

Re: Nagios Core UI Issue

Posted: Wed Aug 02, 2017 9:55 am
by tmcdonald
vnoc wrote:Also please find the attachment of status.dat file
You have not attached anything. Please try again and make sure your script is properly attached.

Re: Nagios Core UI Issue

Posted: Wed Aug 02, 2017 11:07 pm
by vnoc
please find the attachment

Re: Nagios Core UI Issue

Posted: Thu Aug 03, 2017 4:07 pm
by bolson
Has this been resolved and may we close the topic?

Re: Nagios Core UI Issue

Posted: Thu Aug 03, 2017 11:03 pm
by vnoc
Yes you can close the topic

thank you very munch

Re: Nagios Core UI Issue

Posted: Fri Aug 04, 2017 12:31 pm
by bolson
Closing topic as resolved.

Thank you for using the Nagios Support Forum.