customizing alertmanager notifications
play

Customizing alertmanager notifications Tobias Schmidt, @dagrobie, - PowerPoint PPT Presentation

Customizing alertmanager notifications Tobias Schmidt, @dagrobie, PromCon 2018 How can I receive nicer Slack notifications from alertmanager? Disable slack. Use a ticketing system. Like Jira. Why tickets? - Keep communication channels


  1. Customizing alertmanager notifications Tobias Schmidt, @dagrobie, PromCon 2018

  2. How can I receive nicer Slack notifications from alertmanager?

  3. Disable slack. Use a ticketing system. Like Jira.

  4. Why tickets? - Keep communication channels for humans - Avoid alerting fatigue by repeated notifications - Treat fixing production issues like any other task - Scheduling - Assignment - Track time etc. - Ensure every notification is looked into and handled - Auto-resolving issues ( foo_bar > 2*foo_bar OFFSET 1h ) - Fix unactionable alerts - https://github.com/free/jiralert

  5. Write your own templates.

  6. What you need - Understand YAML - Understand Go templating - https://api.slack.com/docs/messages/builder - https://prometheus.io/docs/alerting/configuration/ - Permission to change Alertmanager config

  7. Example

  8. alertmanager.yml receivers: - name: prodeng-slack slack_configs: - <next page> templates: - /path/to/templates/*.tmpl

  9. alertmanager.yml slack_configs: - channel: '#production-engineering' title: '{{ template "slack.soundcloud.title" . }}' text: '{{ .CommonAnnotations.description }}' footer: '{{ template "slack.soundcloud.survey_footer" . }}' actions: - type: button text: Runbook url: '{{ .CommonAnnotations.runbook_url }}' - … fields: - title: States value: '{{ template "slack.soundcloud.alert_states" . }}' - …

  10. slack-notification.tmpl {{ define "slack.soundcloud.title" -}} {{ .GroupLabels.alertname }}: {{ .CommonAnnotations.summary }} {{- end }} {{ define "slack.soundcloud.alert_states" -}} {{ .Alerts.Firing | len }} Firing ... {{- end }} {{ define "slack.soundcloud.alert_grouping" -}} {{ range .GroupLabels.SortedPairs }}{{ .Name }}="{{ .Value }}" {{ end }} {{- end }}

  11. Thanks

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend