We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sprig provides some great functionality for manipulating strings, dates, etcd as part of golang templates.
great for any plugin that needs to use a configurable template string.
The text was updated successfully, but these errors were encountered:
This would be great for sensu-pagerduty-handler, allowing sprig functions to be used in the summary and detail templates.
As an example use case we want to truncate anything after the first newline in the .Check.Output from the summary.
.Check.Output
Sorry, something went wrong.
Add sprig for enhanced template functions. Fixes sensu#47
70824cb
Successfully merging a pull request may close this issue.
sprig provides some great functionality for manipulating strings, dates, etcd as part of golang templates.
great for any plugin that needs to use a configurable template string.
The text was updated successfully, but these errors were encountered: