Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/platform/selfhost-setup/images/monitoring-alertmanager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions docs/platform/selfhost-setup/install/common-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,18 @@ Use the **Monitoring** section to configure Alertmanager notifications for platf
* **Password:** The SMTP password. For Gmail, use an App Password generated from `https://myaccount.google.com/apppasswords`.
* **Require TLS:** Enables TLS for the SMTP connection. Leave this enabled for Gmail.
* **Send Resolved:** Sends a follow-up notification when an alert returns to a healthy state.
* **Alert Manager Webhook:** Send alerts to an endpoint that accepts Alertmanager's generic webhook payload.
* **Alert Manager Webhook:** Send alerts to supported chat platforms using provider-specific webhook URLs.
* **Enable Webhook:** Turns webhook delivery on or off.
* **URL:** The destination webhook URL. Some systems embed the secret directly in the URL.
* **Send Resolved:** Sends a follow-up notification when an alert returns to a healthy state.
* **Google Chat URL:** The incoming webhook URL for a Google Chat space.
* **Mattermost URL:** The incoming webhook URL for a Mattermost channel.
* **MS Teams URL:** The incoming webhook URL for a Microsoft Teams channel.
* **Slack URL:** The incoming webhook URL for a Slack channel.

<br/>

![Monitoring Alertmanager](../../images/monitoring-alertmanager.png)

> **Tip:** For Google Chat, a supported workaround is to generate a space email address in Google Chat settings and use that address in the **To** field.

## TLS

Configure TLS certificates for secure communication. You can choose the Issuer type from the following list.
Expand Down
Loading