remove unused file

This commit is contained in:
xiuting.xu 2025-10-17 17:23:27 +08:00
parent a912ea1226
commit 087b841b66
5 changed files with 0 additions and 21 deletions

View File

@ -1,19 +0,0 @@
global:
resolve_timeout: 5m
route:
group_by: ['alertname', 'instance'] # 分组:相同 alertname + instance 的告警合并
group_wait: 30s # 第一个告警后,等 30s 看是否有同组告警一起发
group_interval: 5m # 同组告警变化后,至少 5 分钟再发一次
repeat_interval: 3h # 相同告警3 小时重复提醒一次
receiver: 'null'
receivers:
- name: 'null'
inhibit_rules:
- source_match:
severity: 'critical' # critical 告警存在时
target_match:
severity: 'warning' # 抑制相同 instance 的 warning 告警
equal: ['instance']

View File

@ -1 +0,0 @@
172.18.0.2

View File

@ -1 +0,0 @@
172.18.0.3