Compare commits
1 commit
main
...
fux-alerts
Author | SHA1 | Date | |
---|---|---|---|
068b261745 |
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ groups:
|
|||
rules:
|
||||
- alert: DhcpFuxSharedFailed
|
||||
expr: script_success{script="check_dhcp_fux_shared"} == 0
|
||||
for: 2m
|
||||
for: 0m
|
||||
labels:
|
||||
severity: critical
|
||||
annotations:
|
||||
|
@ -33,7 +33,7 @@ groups:
|
|||
description: "No DHCP lease for the Fux Shared range was received \n V"
|
||||
- alert: DhcpFuxAdminFailed
|
||||
expr: script_success{script_success="check_dhcp_fux_admin"} == 0
|
||||
for: 2m
|
||||
for: 0m
|
||||
labels:
|
||||
severity: critical
|
||||
annotations:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue