Re: Ghost hosts
Posted: Wed Aug 04, 2010 10:19 am
We are collecting information from you, please be patient. We don't need to be able to reproduce your issue, but obviously that would be of great use. As we are not yet able to reproduce your issue we can only resort to asking for your assistance.
You have found the Nagios Core interface, it's the last image where that Black navbar is on the left.
You indicate that the Nagios Core server is not reloading it's configuration. What effect does a restart on Nagios from the Administrative web interface(It's a column of hopefully Green dots on the home page),the top one should have a menu to manage it. Also something like this from a shell 'service nagios stop; service nagios start;'... have? You should endeavor to make use of other shell commands if these steps should fail. Among others(make your own) try these.
I've updated the FAQ on this issue because there was a step missing. You can re-read the CCM issues FAQ or this new one.
Do these first
You have found the Nagios Core interface, it's the last image where that Black navbar is on the left.
You indicate that the Nagios Core server is not reloading it's configuration. What effect does a restart on Nagios from the Administrative web interface(It's a column of hopefully Green dots on the home page),the top one should have a menu to manage it. Also something like this from a shell 'service nagios stop; service nagios start;'... have? You should endeavor to make use of other shell commands if these steps should fail. Among others(make your own) try these.
Code: Select all
ps 1 $(pgrep nagios); ps 1 $(pgrep -f nagios);
# kill $(pgrep nagios); # Uncomment this one, when you are ready.
service nagios stop; service nagios start;Do these first