Files
Alvand-P/templates/config/monitoring/prometheus/alert/Alertmanager.rules
2026-08-13 19:42:08 +03:30

13 lines
404 B
Plaintext

groups:
- name: Alertmanager_Alerts
rules:
- alert: AlertmanagerConfigurationReload
expr: alertmanager_config_last_reload_successful != 1
for: 5m
labels:
severity: page
annotations:
summary: "AlertManager configuration reload (instance {{ $labels.instance }})"
description: "AlertManager configuration reload error\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"