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: ansible/roles/alertmanager/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ The following variables are templated into the alertmanager [main configuration]
74
74
mappings to add, by default empty.
75
75
-`alertmanager_slack_receiver`: Mapping defining the [Slack receiver](https://prometheus.io/docs/alerting/latest/configuration/#slack_config). Note the default configuration for this is in
-`alertmanager_slack_receiver_name`: String, name for the above Slack reciever.
78
+
-`alertmanager_slack_receiver_send_resolved`: Bool, whether to send resolved alerts via the above Slack reciever.
77
79
-`alertmanager_null_receiver`: Mapping defining a `null`[receiver](https://prometheus.io/docs/alerting/latest/configuration/#receiver) so a receiver is always defined.
78
80
-`alertmanager_config_extra`: Mapping with additional configuration. Keys in
79
81
this become top-level keys in the configuration. E.g this might be:
0 commit comments