Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultVictorOpsAPIURL = "https://alert.victorops.com/integrations/generic/20131114/alert"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Whether to enable Victor Ops integration. Enabled bool `toml:"enabled"` // The Victor Ops API key. APIKey string `toml:"api-key"` // The default Routing Key, can be overridden per alert. RoutingKey string `toml:"routing-key"` // The Victor Ops API URL, should not need to be changed. URL string `toml:"url"` // Whether every alert should automatically go to VictorOps. Global bool `toml:"global"` }
Click to show internal directories.
Click to hide internal directories.