Ghost hosts won't go away

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Ghost hosts won't go away

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
ockmeyer
Posts: 74
Joined: Mon Jun 25, 2012 2:17 pm

Re: Ghost hosts won't go away

Post 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.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Ghost hosts won't go away

Post by slansing »

Please let us know if you need more help.
Locked