Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/decryptus/covenant
- Owner: decryptus
- License: gpl-3.0
- Created: 2018-06-25T08:39:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T05:20:33.000Z (about 2 years ago)
- Last Synced: 2024-12-16T04:31:25.287Z (about 2 months ago)
- Topics: apache2, endpoints, nginx, prometheus, prometheus-client, prometheus-exporter, rabbitmq, redis
- Language: Python
- Homepage:
- Size: 216 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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