obmon  1.3.2
obmon

Instllation

yum install yum-plugin-copr
yum copr enable mvala/ob
yum install obmon

Configuration

Configuration file is located in /etc/sysconfig/obmon

# Starting sensor

systemctl enable --now obmon-sensor

# Starting broker

systemctl enable --now obmon-broker

Disk filtring

It can be controlled via $OBMON_ALLOWED_DISKS env variable and values can follow these rules

Guidelines for device filtering:

  • default permit: all sd*, nvme* and md* devices will be allowed (except their partitions).
  • custom permit:
    • ends with + - allow any device beginning with sequence provided
    • else allow only device matching sequence

Examples:

OBMON_ALL
nvme0n1p1,sd allow all sd* devices (excl. partitions) and device nvme0n1p1
sd+,md allow all sd* devices (incl. part.) and phys. md* partitions
nvme allow all nvme* devices (excl. part.)