Skip to content

Commit acf0c0d

Browse files
committed
adding alertmanager docs
1 parent 15b77db commit acf0c0d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/alerting.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Receiving alert notifications
2+
3+
The appliance uses [Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/) to route Prometheus alerts to site receivers. See the [monitoring docs](monitoring-and-logging.md#alerting-and-recording-rules) for configuring custom Prometheus alerts.
4+
5+
A default Slack alert receiver configuration is provided in
6+
> [environments/common/inventory/group_vars/all/alertmanager.yml](../environments/common/inventory/group_vars/all/alertmanager.yml)
7+
8+
which can be enabled by uncommenting the `alertmanager_slack_integration` and providing application credentials for a Slack app with `chat:write` permissions for the channel you wish to receive alerts in (see [Slack app](https://api.slack.com/quickstart) docs for configuration).

0 commit comments

Comments
 (0)