add openwrt to monitored guests
This commit is contained in:
parent
7ceb22d1f2
commit
41b61ac42b
1 changed files with 18 additions and 0 deletions
|
|
@ -202,6 +202,24 @@ serverFiles:
|
||||||
severity: page
|
severity: page
|
||||||
annotations:
|
annotations:
|
||||||
summary: Privatebin has no available replicas.
|
summary: Privatebin has no available replicas.
|
||||||
|
- name: London OpenWRT Down
|
||||||
|
rules:
|
||||||
|
- alert: OpenWRT client unreachable
|
||||||
|
expr: (openwrt_node_openwrt_info or on() vector(0)) == 0
|
||||||
|
for: 10m
|
||||||
|
labels:
|
||||||
|
severity: page
|
||||||
|
annotations:
|
||||||
|
summary: London OpenWRT router unreachable through VPN
|
||||||
|
- name: London OpenWRT High System Load
|
||||||
|
rules:
|
||||||
|
- alert: OpenWRT high system load
|
||||||
|
expr: openwrt_node_load1 > 0.9
|
||||||
|
for: 15m
|
||||||
|
labels:
|
||||||
|
severity: page
|
||||||
|
annotations:
|
||||||
|
summary: High system load on OpenWRT
|
||||||
|
|
||||||
extraScrapeConfigs: |
|
extraScrapeConfigs: |
|
||||||
- job_name: 'snmp-idrac'
|
- job_name: 'snmp-idrac'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue