-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExitState.ServiceOutput
is (incorrectly) interpreted as containing format specifier
#139
Labels
Milestone
Comments
ExitState.ServiceOutput
is (incorrectly) interpreted as containing format specifier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
As noted in atc0005/check-vmware#725 (comment), the v0.9.1 release contains an unintentional change that attempts to apply formatting to literal content. The regression reappeared in the v0.9.0 release.
As of the v0.8.2 release (correct):
go-nagios/nagios.go
Lines 272 to 277 in 8d5ac27
As of the v0.9.1 release (incorrect):
go-nagios/nagios.go
Lines 335 to 340 in 3d6cd8f
This produces unexpected results when preformatted
ServiceOutput
content is subjected to another formatting attempt.The text was updated successfully, but these errors were encountered: