Skip to content

Instantly share code, notes, and snippets.

@songjiayang
Last active March 6, 2018 06:44
Show Gist options
  • Save songjiayang/25e43aefabbfab204e54c382144eb3ba to your computer and use it in GitHub Desktop.
Save songjiayang/25e43aefabbfab204e54c382144eb3ba to your computer and use it in GitHub Desktop.
WeChat receiver message custom template
{{ define "wechat.default.message" }}
{{ range .Alerts }}
告警级别:{{ .Labels.severity }}
告警类型:{{ .Labels.alertname }}
故障主机: {{ .Labels.instance }}
告警主题: {{ .Annotations.summary }}
告警详情: {{ .Annotations.description }}
======
{{ end }}
{{ end }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment