hdd

package
v0.17.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2024 License: GPL-3.0 Imports: 10 Imported by: 0

README

HDD Plugin

Documentation

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

Functions

func New

func New() supervisor.Pluggable

New ...

func NewActions added in v0.11.0

func NewActions() map[string]supervisor.ActorAction

entity action list

func NewAttr

func NewAttr() m.Attributes

NewAttr ...

func NewMetrics added in v0.12.0

func NewMetrics() []*m.Metric

func NewSettings

func NewSettings() map[string]*m.Attribute

NewSettings ...

Types

type Actor

type Actor struct {
	*supervisor.BaseActor

	MountPoint string
	// contains filtered or unexported fields
}

Actor ...

func NewActor

func NewActor(entity *m.Entity,
	service supervisor.Service) *Actor

NewActor ...

func (*Actor) Destroy added in v0.12.0

func (e *Actor) Destroy()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL