Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Whether Slack integration is enabled. Enabled bool `toml:"enabled"` // The Slack webhook URL, can be obtained by adding Incoming Webhook integration. URL string `toml:"url"` // The default channel, can be overriden per alert. Channel string `toml:"channel"` // Whether all alerts should automatically post to slack Global bool `toml:"global"` }
Click to show internal directories.
Click to hide internal directories.