From a2fca24402bac0f0677b17841b8d43ce0cf8a9d5 Mon Sep 17 00:00:00 2001 From: Alexander Marshalov <_@marshalov.org> Date: Fri, 12 Jul 2024 16:36:51 +0200 Subject: [PATCH] vmcloud: fixed images in cloud alertmanager docs (#6641) ### 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/). --- .../alertmanager-setup-for-deployment.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/managed-victoriametrics/alertmanager-setup-for-deployment.md b/docs/managed-victoriametrics/alertmanager-setup-for-deployment.md index 34b6c67370..4355f20074 100644 --- a/docs/managed-victoriametrics/alertmanager-setup-for-deployment.md +++ b/docs/managed-victoriametrics/alertmanager-setup-for-deployment.md @@ -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) + 2. From deployment page: **"Deployment page" `->` "Rules" tab `->` "Settings" `->` "Connect notifier" `/` "New notifier"**: - ![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) + 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) + 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) + 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) + You can use the following API endpoints for the automation with rules: