Jail exporter

From wikinotes
Revision as of 03:05, 31 August 2022 by Will (talk | contribs) (Created page with "A prometheus exporter that dumps stats about freebsd jails. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/phyber/jail_exporter |- |} </blockquote><!-- Documentation --> = Install = <blockquote> <syntaxhighlight lang="bash"> pkg install jail_exporter </syntaxhighlight> </blockquote><!-- Install --> = Configuration = <blockquote> <syntaxhighlight lang="bash"> # /etc/rc.conf jail_exporter_enable="YES" </syntaxhighlight> </...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A prometheus exporter that dumps stats about freebsd jails.

Documentation

github https://github.com/phyber/jail_exporter

Install

pkg install jail_exporter

Configuration

# /etc/rc.conf

jail_exporter_enable="YES"