A Prometheus exporter for poudriere
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phryk a4467a7f03 executable should probably be executable… 2 years ago
bin executable should probably be executable… 2 years ago
README.md MOAR. FIX. 2 years ago
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 2 years ago

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