13 lines
395 B
Plaintext
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 }}"
|