mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 10:26:58 +08:00
Publish
This commit is contained in:
parent
df6d71bad5
commit
9e7d8adf96
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ groups:
|
||||||
description: "Elasticsearch has pending tasks. Cluster works slowly.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
description: "Elasticsearch has pending tasks. Cluster works slowly.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||||
|
|
||||||
- alert: ElasticsearchNoNewDocuments
|
- alert: ElasticsearchNoNewDocuments
|
||||||
expr: 'increase(elasticsearch_indices_docs{es_data_node="true"}[10m]) < 1'
|
expr: 'increase(elasticsearch_indices_indexing_index_total{es_data_node="true"}[10m]) < 1'
|
||||||
for: 0m
|
for: 0m
|
||||||
labels:
|
labels:
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue