mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +08:00
Merge pull request #166 from cityofships/fix_es
Fix Elasticsearch "No new documents" alert
This commit is contained in:
commit
f686698f68
1 changed files with 1 additions and 1 deletions
|
|
@ -785,7 +785,7 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
- name: Elasticsearch no new documents
|
- name: Elasticsearch no new documents
|
||||||
description: No new documents for 10 min!
|
description: No new documents for 10 min!
|
||||||
query: 'rate(elasticsearch_indices_docs{es_data_node="true"}[10m]) < 1'
|
query: 'increase(elasticsearch_indices_docs{es_data_node="true"}[10m]) < 1'
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|
||||||
- name: Cassandra
|
- name: Cassandra
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue