mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
fix wrong number of equal sign in query
This commit is contained in:
parent
3d41e2b3ca
commit
a4fc086b9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue