status(host): use custom alert for Matrix to make it work with PAT
All checks were successful
/ Ansible Lint (push) Successful in 2m15s
All checks were successful
/ Ansible Lint (push) Successful in 2m15s
The Personal Access Token we use isn't compatible with the default Matrix alerting provider, so use a custom alert.
This commit is contained in:
parent
9c2fe5ea9b
commit
c3b20abab3
5 changed files with 29 additions and 11 deletions
|
|
@ -3,7 +3,8 @@ sites-defaults: &sites_defaults
|
|||
group: Sites
|
||||
interval: 1m
|
||||
alerts:
|
||||
- type: matrix
|
||||
# - type: matrix
|
||||
- type: custom
|
||||
failure-threshold: 5
|
||||
success-threshold: 2
|
||||
minimum-reminder-interval: "6h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue