您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
332 B

2 年前
  1. groups:
  2. - name: server_down
  3. rules:
  4. - alert: InstanceDown
  5. expr: up == 0
  6. for: 20s
  7. labels:
  8. user: MrBird
  9. annotations:
  10. summary: "Instance {{ $labels.instance }} down"
  11. description: "{{ $labels.instance }} of job {{ $labels.job }} has been down for more than 20 s."