6 yum install yum-plugin-copr
7 yum copr enable mvala/ob
12 Configuration file is located in `/etc/sysconfig/obmon`
16 systemctl enable --now obmon-sensor
21 systemctl enable --now obmon-broker
25 It can be controlled via `$OBMON_ALLOWED_DISKS` env variable and values can follow these rules
27 ### Guidelines for device filtering:
28 - default permit: all `sd*`, `nvme*` and `md*` devices will be allowed (except their partitions).
30 - ends with `+` - allow any device beginning with sequence provided
31 - else allow only device matching sequence
34 |OBMON_ALLOWED_DISKS | |
36 |`nvme0n1p1,sd`|allow all `sd*` devices (excl. partitions) and device `nvme0n1p1`
37 |`sd+,md`|allow all `sd*` devices (incl. part.) and phys. `md*` partitions
38 |`nvme`|allow all `nvme*` devices (excl. part.)