fix wrong number of equal sign in query

This commit is contained in:
luhellma 2020-03-20 15:22:20 +01:00
parent 3d41e2b3ca
commit a4fc086b9a

View file

@ -744,7 +744,7 @@ groups:
rules:
- name: Apache down
description: Apache down
query: 'apache_up = 0'
query: 'apache_up == 0'
severity: error
- name: Apache workers load
description: Apache workers in busy state approach the max workers count 80% workers busy on {{ $labels.instance }}