open-im-server/config/instance-down-rules.yml
Xinwei Xiong(cubxxw) badc92fe2d feat: deployment and design of management backend and monitoring
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
2023-11-16 15:15:19 +08:00

11 lines
344 B
YAML

groups:
- name: instance_down
rules:
- alert: InstanceDown
expr: up == 0
for: 1m
labels:
severity: critical
annotations:
summary: "Instance {{ $labels.instance }} down"
description: "{{ $labels.instance }} of job {{ $labels.job }} has been down for more than 1 minutes."