Metadata-Version: 2.0
Name: covenant
Version: 0.0.7
Summary: covenant
Home-page: https://github.com/decryptus/covenant
Author: Adrien Delle Cave
Author-email: pypi@doowan.net
License: License GPL-2
Description-Content-Type: text/markdown
Platform: UNKNOWN
Requires-Dist: dwho (>=0.2.91)
Requires-Dist: httpdis (>=0.5.15)
Requires-Dist: jmespath (>=0.9.3)
Requires-Dist: pycurl
Requires-Dist: pyjq
Requires-Dist: pyyaml (>=3.10)
Requires-Dist: prometheus-client (>=0.6.0)
Requires-Dist: six (>=1.4.0)
Requires-Dist: sonicprobe (>=0.2.71)
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


