vmcloud: fixed image paths for cloud alertmanager docs (#6640)

### Describe Your Changes

Please provide a brief description of the changes you made. Be as
specific as possible to help others understand the purpose and impact of
your modifications.

### Checklist

The following checks are **mandatory**:

- [x] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).
This commit is contained in:
Alexander Marshalov 2024-07-12 16:30:17 +02:00 committed by Aliaksandr Valialkin
parent eeb8717c66
commit 96306885ae
No known key found for this signature in database
GPG Key ID: 52C003EE2BCDB9EB

View File

@ -19,9 +19,9 @@ Managed VictoriaMetrics supports configuring alerting rules, powered by vmalert,
You have two options to configure Cloud Alertmanager:
1. From integrations section: Menu **"Integrations" `->` "Cloud Alertmanager" `->` "New configuration"**:
![Cloud Alertmanager](alertmanager-setup-for-deployment_integrations.webp)
![Cloud Alertmanager](./alertmanager-setup-for-deployment_integrations.webp)
2. From deployment page: **"Deployment page" `->` "Rules" tab `->` "Settings" `->` "Connect notifier" `/` "New notifier"**:
![Connect Notifier](alertmanager-setup-for-deployment_connect_notifier.webp)
![Connect Notifier](./alertmanager-setup-for-deployment_connect_notifier.webp)
For creating a new configuration, you need to provide the following parameters:
@ -34,7 +34,7 @@ After creating the configuration, you can connect it to one or multiple deployme
In order to do this you need to go to the "Deployment page" `->` "Rules" tab `->` "Settings" `,
select the created notifier and confirm the action:
![Select Notifier](alertmanager-setup-for-deployment_select_notifier.webp)
![Select Notifier](./alertmanager-setup-for-deployment_select_notifier.webp)
Alertmanager is now set up for your deployment, and you be able to get notifications from it.
@ -129,7 +129,7 @@ If for some reason Cloud Alertmanager is not suitable for you, you can use Manag
For that select Custom Alertmanager instead of Cloud Alertmanager when [creating the Alertmanager](#configure-alertmanager):
![Custom Alertmanager](alertmanager-setup-for-deployment_custom_am.webp)
![Custom Alertmanager](./alertmanager-setup-for-deployment_custom_am.webp)
Limitations for the Custom Alertmanager:
@ -143,7 +143,7 @@ You can test the connection to your custom Alertmanager by clicking the "Test co
Alerting and recording rules could be uploaded on **"Deployment page" `->` "Rules" tab `->` "Settings"**:
![Upload rules](alertmanager-setup-for-deployment_upload_rules.webp)
![Upload rules](./alertmanager-setup-for-deployment_upload_rules.webp)
You can click on the upload area or drag and drop the files with rules there.
@ -161,7 +161,7 @@ You can also use API for uploading rules. Switch to **"Upload with API"** on the
- Choose the API key for uploading rules
- After that you can copy the curl command for uploading rules and execute it in your terminal
![Upload rules](alertmanager-setup-for-deployment_upload_with_api.webp)
![Upload rules](./alertmanager-setup-for-deployment_upload_with_api.webp)
You can use the following API endpoints for the automation with rules: