Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetectionConfig ¶
type DetectionConfig struct { Speed *slow.DetectionConfig `json:"diskSlowWritesAndReadsDetection"` // Configuration of slow running disks detection. Space *space.DetectionConfig `json:"diskLowSpaceDetection"` // Configuration of low disk space detection. Inodes *inodes.DetectionConfig `json:"diskLowInodesDetection"` // Configuration of low disk inodes number detection. }
func (*DetectionConfig) IsConfigured ¶
func (me *DetectionConfig) IsConfigured() bool
func (*DetectionConfig) MarshalHCL ¶
func (me *DetectionConfig) MarshalHCL(properties hcl.Properties) error
func (*DetectionConfig) UnmarshalHCL ¶
func (me *DetectionConfig) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.