Metadata-Version: 2.1
Name: covenant
Version: 0.0.14
Summary: covenant
Home-page: https://github.com/decryptus/covenant
Author: Adrien Delle Cave
Author-email: pypi@doowan.net
License: License GPL-3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
Requires-Dist: dwho (>=0.3.18)
Requires-Dist: httpdis (>=0.6.8)
Requires-Dist: jmespath (>=0.9.3)
Requires-Dist: pycurl
Requires-Dist: pyjq (==2.3.1)
Requires-Dist: pyyaml (>=3.10)
Requires-Dist: prometheus-client (>=0.6.0)
Requires-Dist: six (>=1.13.0)
Requires-Dist: sonicprobe (>=0.3.19)
Requires-Dist: requests (>=2.0)

# covenant project

## Installation

pip install covenant

## Running

### Running daemon

`covenant -c <conffile> -p <pidfile> --logfile <logfile>`

### Running foreground

`covenant -f -c <conffile> -p <pidfile> --logfile <logfile>`

### Examples:

curl http://localhost:9118/metrics/apache1

curl http://localhost:9118/metrics/nginx1

curl http://localhost:9118/metrics/rabbitmq1

curl http://localhost:9118/metrics/redis1


