普罗米修斯 grafana
普罗米修斯
Prometheus后台启动
dashboards
Grafana 图像渲染器
ntpdate同步时间
node_expoter后台启动
blackbox_expoter后台启动
Notification templates
prometheus 配置文件
alert 报警规则
multi_mysqld_exporter
Prometheus动态配置目标
pushgateway
超棒的 Prometheus 警报规则
本文档使用 MrDoc 发布
-
+
首页
Notification templates
``` {{ define "default.message1" }} {{- if gt (len .Alerts.Firing) 0 -}} {{- range $index, $alert := .Alerts }} ==========异常告警========== 告警类型: {{ $alert.Labels.alertname }} 告警级别: {{ $alert.Labels.severity }} 告警详情: {{ $alert.Annotations.description}};{{$alert.Annotations.summary}} 故障时间: {{ ($alert.StartsAt.Add 28800e9).Format "2006-01-02 15:04:05" }} {{- if gt (len $alert.Labels.instance) 0 }} 实例信息: {{ $alert.Labels.instance }} {{- end }} ============END============ {{- end }} {{- end }} {{- if gt (len .Alerts.Resolved) 0 -}} {{- range $index, $alert := .Alerts }} ==========异常恢复========== 告警类型: {{ $alert.Labels.alertname }} 告警级别: {{ $alert.Labels.severity }} 告警详情: {{ $alert.Annotations.description}};{{$alert.Annotations.summary}} 故障时间: {{ ($alert.StartsAt.Add 28800e9).Format "2006-01-02 15:04:05" }} 恢复时间: {{ ($alert.EndsAt.Add 28800e9).Format "2006-01-02 15:04:05" }} {{- if gt (len $alert.Labels.instance) 0 }} 实例信息: {{ $alert.Labels.instance }} {{- end }} ============END============ {{- end }} {{- end }} {{- end }} ``` --- ``` {{ define "telegram.message" }} {{ range .Alerts -}} Alert: {{ .Labels.alertname }} Status: {{ if eq .Status "firing" }}{{ .Status | toUpper }}{{ else }}Resolved{{ end }} {{ if .Annotations.description -}} Message: {{ .Annotations.description }} {{ end }} Labels: {{ range $key, $value := .Labels }}- {{ $key }} = {{ $value }} {{ end }} Annotations: {{ range $key, $value := .Annotations }}- {{ $key }} = {{ $value }} {{ end }} Starts At: {{ .StartsAt.Local.Format "2006-01-02 15:04:05" }} {{ if .EndsAt -}} Ends At: {{ .EndsAt.Local.Format "2006-01-02 15:04:05" }} {{ end }} ---------------------------------------- {{ end }} {{ end }} ```
admin
2023年4月12日 21:41
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
分享
链接
类型
密码
更新密码