reword finance app webhook exception alerting [ci skip]

This commit is contained in:
viktorbarzin 2023-04-03 23:35:33 +01:00
parent 6e7de7e195
commit 9fe57e2ec6
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 4 additions and 4 deletions

View file

@ -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'

Binary file not shown.