An open API service indexing awesome lists of open source software.

https://github.com/outini/pytreon

Centreon control python module
https://github.com/outini/pytreon

Last synced: 11 months ago
JSON representation

Centreon control python module

Awesome Lists containing this project

README

          

pytreon - Monitoring control python module
========================================

* *Author:* Denis 'jawa' Pompilio
* *Contact:* Denis 'jawa' Pompilio
* *Sources:* https://github.com/outini/pytreon/

A full content documentation, is online at http://outini.github.io/pytreon/.

The pytreon module makes it easy to control and configure your monitored
hosts and services using provided API, CLI and database. This framework is
provided for monitoring automation and supports several monitoring systems.

Supported monitoring systems:

* Centreon *(2.3.3)*
* Icinga2 *(2.5.4)*

Installation
------------

Install pytreon module::

pip install -r requirements.txt
python setup.py install

Requirements
------------

This module actually support the following Python versions:

* *Python 2.7*
* *Python 3.4*

**Used Python optional third party modules:**

* **MySQLdb** *(https://pypi.python.org/pypi/MySQL-python/1.2.4)*

License
-------

"GNU GENERAL PUBLIC LICENSE" (Version 2) *(see LICENSE file)*