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

13 lines
395 B
Plaintext

groups:
- name: Prometheus_Alerts
rules:
- alert: PrometheusConfigurationReload
expr: prometheus_config_last_reload_successful != 1
for: 2m
labels:
severity: error
annotations:
summary: "Prometheus configuration reload (instance {{ $labels.instance }})"
description: "Prometheus configuration reload error\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"