mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
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:
parent
d5bdf2bc91
commit
ab035740ee
1 changed files with 6 additions and 6 deletions
|
@ -19,9 +19,9 @@ Managed VictoriaMetrics supports configuring alerting rules, powered by vmalert,
|
||||||
You have two options to configure Cloud Alertmanager:
|
You have two options to configure Cloud Alertmanager:
|
||||||
|
|
||||||
1. From integrations section: Menu **"Integrations" `->` "Cloud Alertmanager" `->` "New configuration"**:
|
1. From integrations section: Menu **"Integrations" `->` "Cloud Alertmanager" `->` "New configuration"**:
|
||||||

|

|
||||||
2. From deployment page: **"Deployment page" `->` "Rules" tab `->` "Settings" `->` "Connect notifier" `/` "New notifier"**:
|
2. From deployment page: **"Deployment page" `->` "Rules" tab `->` "Settings" `->` "Connect notifier" `/` "New notifier"**:
|
||||||

|

|
||||||
|
|
||||||
For creating a new configuration, you need to provide the following parameters:
|
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" `,
|
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 the created notifier and confirm the action:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Alertmanager is now set up for your deployment, and you be able to get notifications from it.
|
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):
|
For that select Custom Alertmanager instead of Cloud Alertmanager when [creating the Alertmanager](#configure-alertmanager):
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Limitations for the Custom Alertmanager:
|
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"**:
|
Alerting and recording rules could be uploaded on **"Deployment page" `->` "Rules" tab `->` "Settings"**:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
You can click on the upload area or drag and drop the files with rules there.
|
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
|
- Choose the API key for uploading rules
|
||||||
- After that you can copy the curl command for uploading rules and execute it in your terminal
|
- After that you can copy the curl command for uploading rules and execute it in your terminal
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
You can use the following API endpoints for the automation with rules:
|
You can use the following API endpoints for the automation with rules:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue