mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
195341a7cf
* init implementation for graphite alerts * adds graphite support for vmalert * small fix * changes vmalert graphite api with type * updates tests * small fix * fixes graphite parse * Fixes graphite from time
12 lines
292 B
Text
12 lines
292 B
Text
groups:
|
|
- name: TestUpdateGroup
|
|
interval: 30s
|
|
type: graphite
|
|
rules:
|
|
- alert: up
|
|
expr: filterSeries(time('host.2',20),'>','0')
|
|
for: 30s
|
|
- alert: up graphite
|
|
expr: filterSeries(time('host.1',20),'>','0')
|
|
for: 30s
|
|
type: graphite
|