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
Hello,
Is it a plan to customize the slack notification color ? As the title or the text, we can use a template to customize the color.
Something like that:
{{ define "slack.color" -}} {{- if ne .Status "firing" -}} #15b800 {{- else if eq .CommonLabels.severity "critical" -}} #eb3434 {{- else if eq .CommonLabels.severity "warning" -}} #ffb700 {{- end -}} {{- end }}
If a template is not created, the system fallback on the default color.
What do you think ?
Cheers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Is it a plan to customize the slack notification color ?
As the title or the text, we can use a template to customize the color.
Something like that:
If a template is not created, the system fallback on the default color.
What do you think ?
Cheers
The text was updated successfully, but these errors were encountered: