Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EntityHDD ... EntityHDD = string("hdd") // AttrPath ... AttrPath = "path" // AttrFstype ... AttrFstype = "fstype" // AttrTotal ... AttrTotal = "total" // AttrFree ... AttrFree = "free" // AttrUsed ... AttrUsed = "used" // AttrUsedPercent ... AttrUsedPercent = "used_percent" // AttrInodesTotal ... AttrInodesTotal = "inodes_total" // AttrInodesUsed ... AttrInodesUsed = "inodes_used" // AttrInodesFree ... AttrInodesFree = "inodes_free" // AttrInodesUsedPercent ... AttrInodesUsedPercent = "inodes_sed_percent" // AttrMountPoint ... AttrMountPoint = "mount_point" // Name ... Name = "hdd" // EntityType ... EntityType = "hdd" ActionCheck = "CHECK" Version = "0.0.1" )
Variables ¶
View Source
var F embed.FS
Functions ¶
func NewActions ¶ added in v0.11.0
func NewActions() map[string]supervisor.ActorAction
entity action list
func NewMetrics ¶ added in v0.12.0
Types ¶
Click to show internal directories.
Click to hide internal directories.