Page 1 of 1
Nagios Core UI not displaying intermitently while refreshing
Posted: Thu Jul 27, 2017 2:26 am
by vnoc
Hi All,
I have installed Nagios Core in one of the machine and whenever i am trying to browse the UI most of the time the added servers are not getting displayed.Can anyone please help me in fixing this
Re: Nagios Core UI not displaying intermitently while refres
Posted: Thu Jul 27, 2017 2:00 pm
by tgriep
Can you post the nagios.log file 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 not displaying intermitently while refres
Posted: Thu Jul 27, 2017 7:39 pm
by vnoc
Thanks for your response
Please find the attachment of executed commands.
I didn't find any nagios.logs file could you please guide me how to create a file
Re: Nagios Core UI not displaying intermitently while refres
Posted: Fri Jul 28, 2017 10:40 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
Re: Nagios Core UI not displaying intermitently while refres
Posted: Wed Aug 02, 2017 1:56 am
by vnoc
Thank you very munch .
After executing the shared commands the issue is fixed .
Re: Nagios Core UI not displaying intermitently while refres
Posted: Wed Aug 02, 2017 9:53 am
by bolson
Closing topic as resolved.
Thank you for using the Nagios Support Forum.