VictoriaMetrics/docs/victoriametrics-cloud/setup-notifications.md
Dmytro Kozlov b970022dc7
docs: rename managed to cloud (#6689)
### Describe Your Changes

These changes were made as part of the title transition from Managed
VictoriaMetrics to VictoriaMetrics Cloud

### Checklist

The following checks are **mandatory**:

- [x] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).

(cherry picked from commit d09182da11)
2024-07-31 16:09:11 +02:00

72 lines
2.3 KiB
Markdown

---
sort: 7
weight: 7
title: Notifications in VictoriaMetrics Cloud
menu:
docs:
parent: "cloud"
weight: 7
aliases:
- /victoriametrics-cloud/setup-notifications/index.html
- /managed-victoriametrics/setup-notifications/index.html
---
The guide covers how to enable email and Slack notifications.
Table of content:
1. [Setup Slack notifications](#setup-slack-notifications)
1. [Setup emails notifications](#setup-emails-notifications)
1. [Send test notification](#send-test-notification)
When you enter the notification section, you will be able to fill in the channels in which you
want to receive notifications
![Notifications view](notifications_view.webp)
## Setup Slack notifications
1. Setup Slack webhook
How to do this is indicated on the following link
<a href="https://api.slack.com/messaging/webhooks" target="_blank">https://api.slack.com/messaging/webhooks</a>
![Notifications view](notifications_view.webp)
1. Specify Slack channels
Enter one or more channels into input and press enter or choose it after each input.
![Slack setup](notifications_setup_slack.webp)
![Slack enter channel](notifications_setup_slack_enter_channel.webp)
## Setup emails notifications
You can specify one or multiple emails for notifications in the input field. By default,
email notifications are enabled for the account owner
![Setup emails](notifications_setup_emails.webp)
![Emails input](notifications_setup_emails_input.webp)
## Send test notification
To test your notification settings, press Save and Test.
If only Slack channels and webhook are specified correctly, you will receive the notification in the Slack channels.
If only the emails are specified, you will receive notifications to those emails.
When both notifications are specified, all notifications will be sent to Slack channels and emails.
![Save and test](notifications_save_and_test.webp)
If the Save button is pressed, then entered channels will be only saved, and you get a success message.
If the Save and Test button is pressed, then all entered information will be saved,
and test notifications will be sent to the entered channels
![Save success](notifications_save_success.webp)
Examples of the test notification messages:
![Slack test](notifications_slack_test.webp)
![Email test](notifications_email_test.webp)