Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { config.MonitorConfig `singleInstance:"true"` // Which devices to include/exclude Disks []string `yaml:"disks" default:"[\"/^loop\\\\d+$/\", \"/^dm-\\\\d+$/\"]"` // If true, the disks selected by `disks` will be excluded and all others // included. IgnoreSelected bool `yaml:"ignoreSelected" default:"true"` }
Config is the monitor-specific config with the generic config embedded
Click to show internal directories.
Click to hide internal directories.