Add "Prove Monitoring Alert"

This commit is contained in:
Rob Brown 2020-04-30 10:49:20 +01:00
parent 951d80121f
commit e9e861cfcb

View file

@ -113,6 +113,10 @@ groups:
description: 'Prometheus encountered {{ $value }} TSDB WAL truncation failures' description: 'Prometheus encountered {{ $value }} TSDB WAL truncation failures'
query: 'increase(prometheus_tsdb_wal_truncations_failed_total[3m]) > 0' query: 'increase(prometheus_tsdb_wal_truncations_failed_total[3m]) > 0'
severity: error 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 - name: Host and hardware
exporters: exporters: