You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
31
31
|`alertmanager_irc_relay_irc_realname`| "" | The realname to connect with. |
32
32
|`alertmanager_irc_relay_notice_once_per_alert_group`| "yes" | Send only one notice when webhook data is received. |
33
33
|`alertmanager_irc_relay_notice_template`| "Alert {{ .Labels.alertname }} on {{ .Labels.instance }} is {{ .Status }}" | The formatting is based on golang's text/template. |
34
+
|`alertmanager_irc_relay_channels`| "[]" | A list of channels to join at startup. |
0 commit comments