Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckConfig ¶
CheckConfig defines a single identity-change check with a configurable severity level. Enabled controls whether the check runs; Severity defaults to "Warning" if left empty.
type HostidentPlugin ¶
type HostidentPlugin struct {
config.InternalConfig
Instances []*Instance `toml:"instances"`
}
func (*HostidentPlugin) GetInstances ¶
func (p *HostidentPlugin) GetInstances() []plugins.Instance
type Instance ¶
type Instance struct {
config.InternalConfig
HostnameChanged CheckConfig `toml:"hostname_changed"`
IPChanged CheckConfig `toml:"ip_changed"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.