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:
Post
by scottwilkerson » Tue Jun 26, 2012 10:25 am
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
ockmeyer
Posts: 74 Joined: Mon Jun 25, 2012 2:17 pm
Post
by ockmeyer » Tue Jun 26, 2012 10:30 am
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.
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...
Post
by slansing » Tue Jun 26, 2012 10:37 am
Please let us know if you need more help.