Jail exporter: Difference between revisions

From wikinotes
Line 28: Line 28:
# /boot/loader.conf
# /boot/loader.conf


kern.racct.enable=1
kern.racct.enable="1"
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Configuration -->
</blockquote><!-- Configuration -->

Revision as of 03:11, 31 August 2022

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"
# /boot/loader.conf

kern.racct.enable="1"