Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.88 KB

discord.md

File metadata and controls

39 lines (28 loc) · 1.88 KB

Discord

Table of content

Configuration

Setting Env var Default value Description
discord.webhookurl DISCORD_WEBHOOKURL Discord WebhookURL (ex: https://discord.com/api/webhooks/xxxxxxxxxx...), if not empty, Discord output is enabled
discord.ICON DISCORD_ICON Discord icon (avatar)
discord.minimumpriority DISCORD_MINIMUMPRIORITY "" (= debug) Minimum priority of event for using this output, order is emergency,alert,critical,error,warning,notice,informational,debug or ""

Note

The Env var values override the settings from yaml file.

Example of config.yaml

discord:
  webhookurl: "" # discord WebhookURL (ex: https://discord.com/api/webhooks/xxxxxxxxxx...), if not empty, Discord output is enabled
  # icon: "" # Discord icon (avatar)
  # minimumpriority: "debug" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)

Additional info

Screenshots

discord example