Jail exporter: Difference between revisions

From wikinotes
No edit summary
 
Line 1: Line 1:
A [[prometheus]] exporter that dumps stats about [[FreeBSD jails]].
A [[prometheus]] exporter that dumps stats about [[FreeBSD jails]].<br>
ex. cpu usage, reads, writes, network usage, etc.


= Documentation =
= Documentation =

Latest revision as of 04:47, 31 August 2022

A prometheus exporter that dumps stats about FreeBSD jails.
ex. cpu usage, reads, writes, network usage, etc.

Documentation

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

Install

pkg install jail_exporter

Configuration

# /etc/rc.conf

jail_exporter_enable="YES"

You must also enable rctl.

# /boot/loader.conf

# man rctl
kern.racct.enable="1"