fix summary in alerts [ci skip]
This commit is contained in:
parent
33a4cc02d9
commit
b94768f00b
1 changed files with 6 additions and 4 deletions
|
|
@ -170,7 +170,6 @@ serverFiles:
|
|||
annotations:
|
||||
summary: OpenWRT high memory usage. Can cause services getting stuck.
|
||||
|
||||
# Check if services are down
|
||||
- name: Mailserver Down
|
||||
rules:
|
||||
- alert: Mail server has no replicas available
|
||||
|
|
@ -178,7 +177,8 @@ serverFiles:
|
|||
for: 10m
|
||||
labels:
|
||||
severity: page
|
||||
annotations: Mail server has no available replicas. This means mail may not be received.
|
||||
annotations:
|
||||
summary: Mail server has no available replicas. This means mail may not be received.
|
||||
- name: Hackmd Down
|
||||
rules:
|
||||
- alert: Hackmd has no replicas available
|
||||
|
|
@ -186,7 +186,8 @@ serverFiles:
|
|||
for: 1m
|
||||
labels:
|
||||
severity: page
|
||||
annotations: Hackmd has no available replicas.
|
||||
annotations:
|
||||
summary: Hackmd has no available replicas.
|
||||
- name: Privatebin Down
|
||||
rules:
|
||||
- alert: Privatebin has no replicas available
|
||||
|
|
@ -194,7 +195,8 @@ serverFiles:
|
|||
for: 10m
|
||||
labels:
|
||||
severity: page
|
||||
annotations: Privatebin has no available replicas.
|
||||
annotations:
|
||||
summary: Privatebin has no available replicas.
|
||||
|
||||
extraScrapeConfigs: |
|
||||
- job_name: 'snmp-idrac'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue