mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-16 00:41:24 +01:00
7789c47e41
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@gmail.com>
12 lines
410 B
Plaintext
12 lines
410 B
Plaintext
groups:
|
|
- name: TestGraphiteBadGroup
|
|
interval: 2s
|
|
concurrency: 2
|
|
type: graphite
|
|
rules:
|
|
- alert: Conns
|
|
expr: filterSeries(sumSeries(host.receiver.interface.cons),'last','>', 500) by instance
|
|
for: 3m
|
|
annotations:
|
|
summary: Too high connection number for {{$labels.instance}}
|
|
description: "It is {{ $value }} connections for {{$labels.instance}}" |