Update rules.yml

This commit is contained in:
Samuel Berthe 2021-08-19 21:19:01 +02:00 committed by GitHub
parent 3106851b71
commit 8347db07f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ groups:
- rules: - rules:
- name: Prometheus job missing - name: Prometheus job missing
description: A Prometheus job has disappeared description: A Prometheus job has disappeared
query: 'absent(job="prometheus"})' query: 'absent(up{job="prometheus"})'
severity: warning severity: warning
- name: Prometheus target missing - name: Prometheus target missing
description: A Prometheus target has disappeared. An exporter might be crashed. description: A Prometheus target has disappeared. An exporter might be crashed.