reword finance app webhook exception alerting [ci skip]
This commit is contained in:
parent
25d602ce3b
commit
609435c8bd
1 changed files with 4 additions and 4 deletions
|
|
@ -228,15 +228,15 @@ serverFiles:
|
||||||
severity: page
|
severity: page
|
||||||
annotations:
|
annotations:
|
||||||
summary: High system load on OpenWRT
|
summary: High system load on OpenWRT
|
||||||
- name: Monitor finance app exceptions
|
- name: Finance app webhook exceptions
|
||||||
rules:
|
rules:
|
||||||
- alert: Monitor finance app exceptions
|
- alert: Finance app webhook exceptions
|
||||||
expr: changes(webhook_failure[5m]) >= 1
|
expr: changes(webhook_failure_total[5m]) >= 1
|
||||||
for: 1m
|
for: 1m
|
||||||
labels:
|
labels:
|
||||||
severity: page
|
severity: page
|
||||||
annotations:
|
annotations:
|
||||||
summary: Finance app exception
|
summary: Finance app webhook exceptions
|
||||||
|
|
||||||
extraScrapeConfigs: |
|
extraScrapeConfigs: |
|
||||||
- job_name: 'snmp-idrac'
|
- job_name: 'snmp-idrac'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue