Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseMapStructure ¶
Types ¶
type PerfData ¶
type PerfData struct { Unit string `json:"unit"` Label string `json:"label"` Value float64 `json:"value"` }
PerfData represents a single item of Nagios performance data
func ParsePerfData ¶
ParsePerfData parses Nagios format performance data from an output string https://stackoverflow.com/questions/46886118/what-is-the-nagios-performance-data-format
Click to show internal directories.
Click to hide internal directories.