prometheus_poudriere/README.md

12 lines
504 B
Markdown
Raw Permalink Normal View History

2021-06-13 17:21:46 +00:00
A [Prometheus] exporter for [poudriere].
Comes with a single executable that only has two options:
2021-06-13 17:23:32 +00:00
* `--listen-address`: [\<host\>]:\<port¸>, default `127.0.0.1:9969`
2021-06-13 17:22:24 +00:00
* 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
2021-06-13 17:23:32 +00:00
* `--poudriere-path`: \<path\>, default is `/usr/local/poudriere`
2021-06-13 17:21:46 +00:00
[Prometheus]: https://prometheus.io
[poudriere]: https://github.com/freebsd/poudriere