mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
Merge pull request #65 from maxbrunet/patch-1
elasticsearch: Alert for no new docs on data nodes only
This commit is contained in:
commit
7eb68b1c4b
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ services:
|
|||
severity: warning
|
||||
- name: Elastic no new documents
|
||||
description: No new documents for 10 min!
|
||||
query: 'rate(elasticsearch_indices_docs{es_master_node="false"}[10m]) < 1'
|
||||
query: 'rate(elasticsearch_indices_docs{es_data_node="true"}[10m]) < 1'
|
||||
severity: warning
|
||||
|
||||
- name: Cassandra
|
||||
|
|
|
|||
Loading…
Reference in a new issue