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

View file

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