atc0005 / go-nagios

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

Do not assume that state thresholds will be given #39

Closed atc0005 closed 4 years ago

atc0005 commented 4 years ago

Conditionally display provided thresholds, or note that they are not defined. This prevents empty list items from showing in the Long Service Output section. Without an explicit value of some kind, it gives the impression that a bug has prevented the information from showing.

fixes GH-37