atc0005 / go-nagios

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

Exit early if no `LongServiceOutput` to process #133

Closed atc0005 closed 2 years ago

atc0005 commented 2 years ago

Update func (ExitState).handleLongServiceOutput to return early to prevent emitting header for empty content collection.

fixes GH-132