Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channels ¶
type Channels struct { // Email channel Email []email.Email `json:"email" yaml:"email" hcl:"email,block"` // Slack channel Slack []slack.Slack `json:"slack" yaml:"slack" hcl:"slack,block"` // Telegram channel Telegram []telegram.Telegram `json:"telegram" yaml:"telegram" hcl:"telegram,block"` // Syslog channel Syslog []syslog.Syslog `json:"syslog" yaml:"syslog" hcl:"syslog,block"` // Notify channel Notify []notify.Notify `json:"notify" yaml:"notify" hcl:"notify,block"` // Discord channel Discord []discord.Discord `json:"discord" yaml:"discord" hcl:"discord,block"` // Webhook channel Webhook []webhook.Webhook `json:"webhook" yaml:"webhook" hcl:"webhook,block"` // Alertmanager channel Alertmanager []alertmanager.Alertmanager `json:"alertmanager" yaml:"alertmanager" hcl:"alertmanager,block"` // AlertmanagerReceiver channel AlertmanagerReceiver []alertmanagerreceiver.AlertmanagerReceiver `json:"alertmanager_receiver" yaml:"alertmanager_receiver" hcl:"alertmanager_receiver,block"` TwilioVoice []twiliovoice.Twilio `json:"twilioVoice" yaml:"twilioVoice" hcl:"twilioVoice,block"` }
Channels config for define channels
Click to show internal directories.
Click to hide internal directories.