obmon  1.4.0
 All Classes Functions Variables Typedefs Enumerations Groups Pages
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_ALLOWED_DISKS
nvme0n1p1,sdallow all sd* devices (excl. partitions) and device nvme0n1p1
sd+,mdallow all sd* devices (incl. part.) and phys. md* partitions
nvmeallow all nvme* devices (excl. part.)