atc0005 / go-nagios

Shared Golang package for Nagios plugins
MIT License
8 stars 3 forks source link

Add State "labels" to provide an alternative to using literal state strings #16

Closed atc0005 closed 4 years ago

atc0005 commented 4 years ago

Currently, the nagios package provides State constants to indicate the desired exit status. A useful addition would be a set of matching state "labels" to help prevent typos and other issues related to working with hard-coded or literal state strings.