Search found 2 matches

by tudt949
Mon Sep 22, 2014 11:46 pm
Forum: Open Source Nagios Projects
Topic: Fix for livestatus icw nagios 4
Replies: 13
Views: 9949

Re: Fix for livestatus icw nagios 4

@tydt949, Can you share your nagios.cfg with us please? So we can take a look at your modules? I think this sub of nagios.cfg is correctly to load livestatus module: .................. # EVENT BROKER OPTIONS # Controls what (if any) data gets sent to the event broker. # Values: 0 = Broker nothing #...
by tudt949
Fri Sep 19, 2014 12:14 am
Forum: Open Source Nagios Projects
Topic: Fix for livestatus icw nagios 4
Replies: 13
Views: 9949

Re: Fix for livestatus icw nagios 4

For those still who may not be aware, there is an official livestatus version that works with Nagios Core 4 now... cd /tmp wget http://mathias-kettner.com/download/mk-livestatus-1.2.4.tar.gz tar xzf mk-livestatus-1.2.4.tar.gz cd mk-livestatus-1.2.4 ./configure --with-nagios4 make make install This ...