mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 19:37:27 +08:00
Add ProveMonitoring rule
This commit is contained in:
parent
951d80121f
commit
8f14e4ff31
1 changed files with 4 additions and 0 deletions
|
|
@ -113,6 +113,10 @@ groups:
|
|||
description: 'Prometheus encountered {{ $value }} TSDB WAL truncation failures'
|
||||
query: 'increase(prometheus_tsdb_wal_truncations_failed_total[3m]) > 0'
|
||||
severity: error
|
||||
- name: Prove Monitoring
|
||||
description: 'This is a TEST ALERT to prove that the monitoring system is fully functioning. There is no action to be taken and it will resolve in about 5 mins.'
|
||||
query: 'day_of_week() == 1 and count(hour() == 9 and minute() > 45 < 50 ) != 0'
|
||||
severity: error
|
||||
|
||||
- name: Host and hardware
|
||||
exporters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue