mirror of
https://github.com/patrickbeane/infra-status-pings
synced 2026-01-27 18:50:24 +00:00
24 lines
490 B
YAML
24 lines
490 B
YAML
#
|
|
# /etc/crowdsec/notifications/discord.yaml
|
|
#
|
|
|
|
type: http
|
|
name: discord
|
|
log_level: info
|
|
format: |
|
|
{
|
|
"content": "```\nTriton\n{{range . -}}{{$alert := . -}}{{range .Decisions -}}- {{.Value}} will get **{{.Type}}** for the next '{{.Duration}}'>
|
|
}
|
|
url: https://discord.com/api/webhooks/xxxxxxxxxx/xxxxxxxxxx
|
|
method: POST
|
|
headers:
|
|
Content-Type: application/json
|
|
|
|
#
|
|
# Enable Discord notifications by uncommenting this block
|
|
# /etc/crowdsec/profiles.yaml
|
|
#
|
|
|
|
notifications:
|
|
- discord
|