Page 1 of 1

Nagios- frequently not displaying HOSTS on GUI

Posted: Tue Jan 24, 2012 9:58 pm
by svissa
Hi ,

Nagios is behaving weirdly. config is fine /nagios -v is giving 0 warnings and 0 errors.

But on Nagios UI. I have added 3 servers to hosts. Nagios UI is showing either one server or 3 servers. It is continously missing showing all servers all times.

Scenario:

Click on Hosts on Left Side page.
1. click - 3 servers
2. click for 4 / 5 times -- showing 3 server
3. Click for 5th or 6th time -- shows only one server
4. next 4/5 click shows only one server
5. 9th or 10th click shows all 3 servers.


whats wrong with the config ?

any help is appreciated.

Re: Nagios- frequently not displaying HOSTS on GUI

Posted: Wed Jan 25, 2012 4:00 pm
by mguthrie
You might have multiple instances of Nagios running. Stop the nagios daemon, and then just to be safe, run:

Code: Select all

killall -9 nagios
Then start the nagios process again. If you have multiple instance, they'll both overwrite each other's status information.

Re: Nagios- frequently not displaying HOSTS on GUI

Posted: Wed Jan 25, 2012 6:13 pm
by svissa
worked.

I did that the next hour i posted this issue. 3 instances of nagios are running.

I wnat to add DATE/TIME/TIMEZONE on nagios web page gui. How do to that? any idea ?

Re: Nagios- frequently not displaying HOSTS on GUI

Posted: Thu Jan 26, 2012 11:12 am
by mguthrie
For that you've have to modify the source of the cgi's, and then recompile them.

Re: Nagios- frequently not displaying HOSTS on GUI

Posted: Thu Feb 02, 2012 9:14 pm
by svissa
Thanks,
if you have url references for this please share.