View on GitHub

Nagios-python-broker

NEB module providing the NEB API via Python

Download this project as a .zip file Download this project as a tar.gz file

Nagios-Python-Broker

Provides an Event Broker for Nagios/Icinga with a Python API.

https://travis-ci.org/linkdd/nagios-python-broker

You can join the IRC channel : #nagios-python-broker @ irc.malikania.fr

Technical Description

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.

How to install

make
make install PREFIX=/usr/local/nagios

The Nagios module will be available at /usr/local/nagios/lib/libnagios-python-broker.so.

Configuration

Add this line to your nagios.cfg :

broker_module = /usr/local/nagios/lib/libnagios-python-broker.so mypython.package

Make sure event_broker_options is set to -1.

Authors

License

The MIT License (MIT)

Copyright (c) 2014 David Delassus < david.jose.delassus@gmail.com >

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.