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
Nagios Core UI not displaying intermitently while refreshing
Re: Nagios Core UI not displaying intermitently while refres
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*Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios Core UI not displaying intermitently while refres
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
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
- Attachments
-
Executedcommands.txt- (11.32 KiB) Downloaded 379 times
Re: Nagios Core UI not displaying intermitently while refres
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.
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 startBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios Core UI not displaying intermitently while refres
Thank you very munch .
After executing the shared commands the issue is fixed .
After executing the shared commands the issue is fixed .
-
bolson
Re: Nagios Core UI not displaying intermitently while refres
Closing topic as resolved.
Thank you for using the Nagios Support Forum.
Thank you for using the Nagios Support Forum.