Documentation ¶
Index ¶
Constants ¶
View Source
const (
// SectorSize is exported in github.com/shirou/gopsutil/disk (but not working!)
SectorSize = 512
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CPUCheck ¶
CPUCheck doesn't need additional fields
func (*CPUCheck) Configure ¶
func (c *CPUCheck) Configure(data integration.Data, initConfig integration.Data, source string) error
Configure the CPU check
type DiskCheck ¶
DiskCheck stores disk-specific additional fields
func (*DiskCheck) Configure ¶
func (c *DiskCheck) Configure(data integration.Data, initConfig integration.Data, source string) error
Configure the disk check
type IOCheck ¶
IOCheck doesn't need additional fields
func (*IOCheck) Configure ¶
func (c *IOCheck) Configure(data integration.Data, initConfig integration.Data, source string) error
Configure the IOstats check
type LoadCheck ¶
LoadCheck doesn't need additional fields
func (*LoadCheck) Configure ¶
func (c *LoadCheck) Configure(data integration.Data, initConfig integration.Data, source string) error
Configure the CPU check
type MemoryCheck ¶
MemoryCheck doesn't need additional fields
type UptimeCheck ¶
UptimeCheck doesn't need additional fields
Click to show internal directories.
Click to hide internal directories.