This is an OS level virtualization monitoring extend for LibreNMS It can also monitor individual FreeBSD jails. The next release of LibreNMS should support this.
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
OS level virtualization monitoring extend
|
|
|
|
Designed for snmpd with LibreNMS
|
|
|
|
Works with FreeBSD jails to provide jail-level metrics.
|
|
|
|
Create a cronjob:
|
|
|
|
*/5 * * * * /usr/local/bin/oslv_monitor -q
|
|
|
|
The snmpd.conf extends:
|
|
|
|
extend oslv_monitor /bin/cat /var/cache/oslv_monitor/snmp
|