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 overridden per alert.
Channel string `toml:"channel"`
// Whether all alerts should automatically post to slack
Global bool `toml:"global"`
// Whether all alerts should automatically use stateChangesOnly mode.
// Only applies if global is also set.
StateChangesOnly bool `toml:"state-changes-only"`
}
Click to show internal directories.
Click to hide internal directories.