mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 07:53:38 +01:00
d058d7a54b
BREAKING CHANGE: It used to default to false, which meant that users had to explicitly set endpoints[].alerts[].enabled to true
16 lines
351 B
YAML
16 lines
351 B
YAML
alerting:
|
|
mattermost:
|
|
webhook-url: "http://mattermost:8065/hooks/tokengoeshere"
|
|
insecure: true
|
|
|
|
endpoints:
|
|
- name: example
|
|
url: https://example.org
|
|
interval: 1m
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
alerts:
|
|
- type: mattermost
|
|
description: "health check failed 3 times in a row"
|
|
send-on-resolved: true
|