Nagios Core UI Issue

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
vnoc
Posts: 54
Joined: Thu Jul 27, 2017 1:51 am

Nagios Core UI Issue

Post 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
Attachments
Nagios Issue1.JPG
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios Core UI Issue

Post 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*
Be sure to check out our Knowledgebase for helpful articles and solutions!
vnoc
Posts: 54
Joined: Thu Jul 27, 2017 1:51 am

Re: Nagios Core UI Issue

Post 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
Attachments
Executedcommands.txt
(11.32 KiB) Downloaded 339 times
nagios.cfg
(43.83 KiB) Downloaded 345 times
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios Core UI Issue

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
vnoc
Posts: 54
Joined: Thu Jul 27, 2017 1:51 am

Re: Nagios Core UI Issue

Post 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
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios Core UI Issue

Post 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.
Former Nagios employee
vnoc
Posts: 54
Joined: Thu Jul 27, 2017 1:51 am

Re: Nagios Core UI Issue

Post by vnoc »

please find the attachment
Attachments
status.zip
(37.01 KiB) Downloaded 156 times
bolson

Re: Nagios Core UI Issue

Post by bolson »

Has this been resolved and may we close the topic?
vnoc
Posts: 54
Joined: Thu Jul 27, 2017 1:51 am

Re: Nagios Core UI Issue

Post by vnoc »

Yes you can close the topic

thank you very munch
bolson

Re: Nagios Core UI Issue

Post by bolson »

Closing topic as resolved.

Thank you for using the Nagios Support Forum.
Locked