Status represents the return status of the monitoring plugin. The
corresponding integer value will be used as the program's exit code,
to be interpreted by the monitoring system.
const (
StatusOK Status = iota StatusWarning
StatusCritical
StatusUnknown
)