How to use livestatus broker
Introduction
This feature is available since FAN 2.2 and only works with Centreon >= 2.2
Installation and Configuration
Run
# yum install mk-livestatus
Now, please log into Centreon and add a second broker. Go to Configuration > Nagios > nagios.cfg, edit the Nagios CFG 1 :

Click on Data > “Add a new broker module”

For x86_64 version use :
- /usr/lib64/mk-livestatus/livestatus.o /var/log/nagios/rw/live
For i386 version use :
- /usr/lib/mk-livestatus/livestatus.o /var/log/nagios/rw/live
Save the configuration.
Finally, export Nagios configuration and restart Nagios
Comments are closed.
about 1 year ago
How to manage such a configuration in an distributed architecture (as described here: http://fannagioscd.sourceforge.net/wordpress/configure-distributed-monitoring/ )
Thx