Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct {
config.InternalConfig
RebootDetected RebootDetectedCheck `toml:"reboot_detected"`
}
type RebootDetectedCheck ¶
type UptimePlugin ¶
type UptimePlugin struct {
config.InternalConfig
Instances []*Instance `toml:"instances"`
}
func (*UptimePlugin) GetInstances ¶
func (p *UptimePlugin) GetInstances() []plugins.Instance
Click to show internal directories.
Click to hide internal directories.