mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
Update rules.yml
This commit is contained in:
parent
61d889767e
commit
df6432f61e
1 changed files with 2 additions and 2 deletions
|
|
@ -224,8 +224,8 @@ services:
|
|||
description: 'The heap usage is over 80% for 5m'
|
||||
query: '(elasticsearch_jvm_memory_used_bytes{area="heap"} / elasticsearch_jvm_memory_max_bytes{area="heap"}) * 100 > 80'
|
||||
severity: warning
|
||||
- name: Elastic Cluster RED
|
||||
description: Elastic Cluster RED status
|
||||
- name: Elastic Cluster Red
|
||||
description: Elastic Cluster Red status
|
||||
query: 'elasticsearch_cluster_health_status{color="red"} == 1'
|
||||
severity: error
|
||||
- name: Elastic Cluster Yellow
|
||||
|
|
|
|||
Loading…
Reference in a new issue