Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alertmanager ¶
type Alertmanager struct { // Name of the channel Name string `json:"name" yaml:"name" hcl:"name,label"` // Settings contains webhook settings Settings webhook.Settings `json:"settings" yaml:"settings" hcl:"settings,block"` Ignore bool `json:"ignore" yaml:"ignore" hcl:"ignore,optional"` }
Alertmanager channel config
Click to show internal directories.
Click to hide internal directories.