forked from CCCHH/ansible-infra
status(host): use custom alert for Matrix to make it work with PAT
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
|
|
@ -5,7 +5,8 @@ easterhegg-websites-defaults: &easterhegg_websites_defaults
|
|||
group: Websites
|
||||
interval: 5m
|
||||
alerts:
|
||||
- type: matrix
|
||||
# - type: matrix
|
||||
- type: custom
|
||||
failure-threshold: 3
|
||||
success-threshold: 1
|
||||
minimum-reminder-interval: "12h"
|
||||
|
|
@ -15,7 +16,8 @@ easterhegg-websites-redirects-defaults: &easterhegg_websites_redirects_defaults
|
|||
group: Websites (Redirects)
|
||||
interval: 15m
|
||||
alerts:
|
||||
- type: matrix
|
||||
# - type: matrix
|
||||
- type: custom
|
||||
failure-threshold: 3
|
||||
success-threshold: 1
|
||||
minimum-reminder-interval: "24h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue