atc0005 / go-nagios

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

Explicitly emit ServiceOutput as-is #59

Closed atc0005 closed 3 years ago

atc0005 commented 3 years ago

Treat ServiceOutput field content as preformatted text, skipping potential false-positive handling of literal values as formatting verbs. In particular, this avoids treating lone % values as a formatting verb prefix.

fixes GH-58