mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-29 03:14:17 +01:00
bec2820969
ref: https://github.com/TwiN/gatus/issues/151#issuecomment-912932934 update all exmaple in docker-compose file. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
17 lines
373 B
YAML
17 lines
373 B
YAML
alerting:
|
|
mattermost:
|
|
webhook-url: "http://mattermost:8065/hooks/tokengoeshere"
|
|
insecure: true
|
|
|
|
endpoints:
|
|
- name: example
|
|
url: https://example.org
|
|
interval: 1m
|
|
alerts:
|
|
- type: mattermost
|
|
enabled: true
|
|
description: "health check failed 3 times in a row"
|
|
send-on-resolved: true
|
|
conditions:
|
|
- "[STATUS] == 200"
|