Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/decryptus/covenant

Generic and custom prometheus-exporter with multi-endpoints
https://github.com/decryptus/covenant

apache2 endpoints nginx prometheus prometheus-client prometheus-exporter rabbitmq redis

Last synced: about 2 months ago
JSON representation

Generic and custom prometheus-exporter with multi-endpoints

Awesome Lists containing this project

README

        

# covenant project

## Quickstart

Using covenant in Docker

`docker-compose up -d`

See [docker-compose.yml](docker-compose.yml)

## Installation

pip install covenant

## Running

### Running daemon

`covenant -c -p --logfile `

### Running foreground

`covenant -f -c -p --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

curl http://localhost:9118/probe/secure-layer1?target=https://example.com

curl http://localhost:9118/probe/sshd-pidfile-exists?target=/var/run/sshd.pid