# Functions
GetCheck returns a check instance.
NewCheckCommand creates a disk check instance.
NewCheckDisk creates a disk check instance.
NewCheckLoadAvg creates a disk check instance.
NewCheckMemory creates a disk check instance.
NewCheckPort creates a disk check instance.
NewCheckProcess creates a disk check instance.
NewCheckReachable creates a disk check instance.
NewCheckScript creates a script check instance.
NewCheckUptime creates a disk check instance.
# Structs
Command the struct.
Disk the disk struct.
Loadavg the loadavg struct.
Memory the memory struct.
Port the port struct.
Process the process struct.
Reachable the port struct.
Result check result struct.
Script the Script struct.
Uptime the uptime struct.
# Interfaces
Check the check interface.