Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 403 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 403 Bytes

Cron Exporter for Prometheus

This is a simple server that periodically scrapes cron running status and exports them via HTTP for Prometheus consumption.

To install it:

sudo apt-get install mercurial
git clone https://github.com/dhasthagheer/cron_exporter.git
cd cron_exporter
make

To run it:

sudo ./cron_exporter [flags]

Help on flags:

./cron_exporter --help