obmon
1.4.0
|
Configuration file is located in /etc/sysconfig/obmon
# Starting sensor
# Starting broker
It can be controlled via $OBMON_ALLOWED_DISKS
env variable and values can follow these rules
sd*
, nvme*
and md*
devices will be allowed (except their partitions).+
- allow any device beginning with sequence providedOBMON_ALLOWED_DISKS | |
---|---|
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.) |