A Prometheus exporter for poudriere
Go to file
phryk a4467a7f03 executable should probably be executable… 2021-06-14 17:28:41 +02:00
bin executable should probably be executable… 2021-06-14 17:28:41 +02:00
README.md MOAR. FIX. 2021-06-13 19:23:32 +02:00
setup.py removed port (because distinfo can never be up-to-date if it's in the same repo), renamed to prometheus_poudriere ('-' vs '_') for more consistency 2021-06-14 16:03:04 +02:00

README.md

A Prometheus exporter for poudriere.

Comes with a single executable that only has two options:

  • --listen-address: [<host>]:<port¸>, default 127.0.0.1:9969
    • note that the default makes the exporter reachable only from the host, if you want external reachability, use 0.0.0.0 or an interface-specific IP address
  • --poudriere-path: <path>, default is /usr/local/poudriere