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
- Host: GitHub
- URL: https://github.com/outini/pytreon
- Owner: outini
- License: gpl-2.0
- Created: 2015-10-31T15:57:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T17:27:16.000Z (over 9 years ago)
- Last Synced: 2025-03-16T08:28:45.631Z (about 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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)*