atc0005 / go-nagios

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

Automatically omit Thresholds and Errors sections if unused #118

Closed atc0005 closed 2 years ago

atc0005 commented 2 years ago

Instead of emitting this:

**THRESHOLDS**

* Not specified

just drop it altogether if no values were specified?

Same for the Errors section.

atc0005 commented 2 years ago

See also: