Provides an Event Broker for Nagios/Icinga with a Python API.
Using the C API of Python, all data received in the broker is translated to a Python Object, and will be transmitted to the event handler implemented in Python.
make
make install PREFIX=/usr/local/nagiosThe Nagios module will be available at /usr/local/nagios/lib/libnagios-python-broker.so.
Add this line to your nagios.cfg :
broker_module = /usr/local/nagios/lib/libnagios-python-broker.so mypython.packageMake sure event_broker_options is set to -1.