atc0005 / go-nagios

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

Extraneous spacing in plugin output from errors and thresholds sections #223

Open atc0005 opened 1 year ago

atc0005 commented 1 year ago

Here we emit two leading nagios.CheckOutputEOL separators:

https://github.com/atc0005/go-nagios/blob/06615b35ab76e23c12fbcfb34e79d9539e52e532/sections.go#L47-L54

This should probably be a single separator.

Here we opt to emit the separator if sections are not displayed:

https://github.com/atc0005/go-nagios/blob/06615b35ab76e23c12fbcfb34e79d9539e52e532/sections.go#L122-L140

This default separator is likely not needed.