diff --git a/_data/rules.yml b/_data/rules.yml index 821cb6a..6e11c96 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -23,7 +23,7 @@ groups: severity: critical - name: Prometheus all targets missing description: A Prometheus job does not have living target anymore. - query: 'count by (job) (up) == 0' + query: 'sum by (job) (up) == 0' severity: critical - name: Prometheus configuration reload failure description: Prometheus configuration reload error