mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
13 lines
292 B
Text
13 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
|