Documentation ¶
Overview ¶
Package fsmon provides the monitor to check current filesystem levels.
A configuration file defines the filesystems to check and the warning and critical levels. It also has an ignore flag should the filesystem usage be due to a known situation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileSystemInfo ¶
Type FileSystemInfo contains the current usage of a filesystem.
type Filesystems ¶
type Filesystems struct {
FsConfigs []FsConfig
}
Click to show internal directories.
Click to hide internal directories.