这是一个创建于 2120 天前的主题,其中的信息可能已经有所发展或是发生改变。
groups:
- name: host-alerts
rules:
- alert: InstanceDown
expr: job:EC2 - Node:up == 0
for: 1m
labels:
severity: critical
annotations:
text: |
{{ $labels.instance }} of job {{ $labels.job }} has been down for more than 1 minute.
1 条回复 • 2019-01-22 09:41:08 +08:00
|
|
1
CivAx 2019-01-22 09:41:08 +08:00
当 EC2 节点持续 1 分钟检测到节点( node )在线数量为 0 时,以 Critical 级别告警并发送 text 告警信息
|