Page 3 of 3

Re: Ghost hosts won't go away

Posted: Tue Jun 26, 2012 10:25 am
by scottwilkerson
Ok, here is the problem, you have the broker commented out.

Change this line

Code: Select all

#broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg
to this

Code: Select all

broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg
Save

restart nagios

Code: Select all

service nagios restart

Re: Ghost hosts won't go away

Posted: Tue Jun 26, 2012 10:30 am
by ockmeyer
That is the solution! I must have assumed everything was working fine until I tried to delete some hosts. The line was commented out at the beginning of May. :oops: Now I know better.

Thanks to everyone for the help. This has certainly been a learning experience.

Re: Ghost hosts won't go away

Posted: Tue Jun 26, 2012 10:37 am
by slansing
Please let us know if you need more help.