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
|
||||
annotations:
|
||||
summary: High system load on OpenWRT
|
||||
- name: Monitor finance app exceptions
|
||||
- name: Finance app webhook exceptions
|
||||
rules:
|
||||
- alert: Monitor finance app exceptions
|
||||
expr: changes(webhook_failure[5m]) >= 1
|
||||
- alert: Finance app webhook exceptions
|
||||
expr: changes(webhook_failure_total[5m]) >= 1
|
||||
for: 1m
|
||||
labels:
|
||||
severity: page
|
||||
annotations:
|
||||
summary: Finance app exception
|
||||
summary: Finance app webhook exceptions
|
||||
|
||||
extraScrapeConfigs: |
|
||||
- job_name: 'snmp-idrac'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue