nagiosplugin
nagiosplugin copied to clipboard
Package for writing Nagios/Icinga/et cetera plugins in Go (golang)
The initial state of check.String() (which uses check.status) is OK while the initial check result is UNKNOWN. These should match. ```golang // Initialize the check - this will return an...
Hi, I am totally new to Go, just got my environment setup. I am trying to fix a problem in a nagios plugins written in Go that relies on nagiosplugin.go...
Hello, according to [Nagios Plugin Dev Guidelines](https://nagios-plugins.org/doc/guidelines.html#THRESHOLDFORMAT): > warn and crit are in the range format (see the Section called Threshold and ranges). Must be the same UOM However, `Check.AddPerfDatum()`...