Skip to content

Commit 1b9193e

Browse files
committed
update advanced config
1 parent d57bf10 commit 1b9193e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
104 KB
Loading

docs/setup_installation/admin/alert.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,26 @@ Click on the _Configure_ button on the left side of the **webhook** row and fill
8282

8383
Fill in the unique URL of your Webhook: the endpoint to send HTTP POST requests to.
8484

85-
A global receiver is created when a webhook is configured.
85+
A global receiver is created when a webhook is configured and can be used by any project in the cluster.
8686

8787
### Step 6: Advanced configuration
8888
If you are familiar with Prometheus' [Alert manager](https://prometheus.io/docs/alerting/latest/alertmanager/)
89-
you can also configure alerts by editing the _yaml/json_ file directly.
89+
you can also configure alerts by editing the _yaml/json_ file directly by going to the advaced page and clicking the edit button.
90+
91+
The advanced page shows the configuration currently loaded on the alert manager. After editing the configuration it takes some time to propagate changes to the alertmanager.
92+
93+
The reload button can be used to validate the changes made to the configuration.
94+
It will try to load the new configuration to the alertmanager and show any errors that might prevent the configuration from being loaded.
9095

9196
<figure>
9297
<img src="../../../assets/images/alerts/advanced-config.png" alt="Advanced configuration"/>
9398
<figcaption>Advanced configuration</figcaption>
9499
</figure>
95100

101+
!!!warning
102+
103+
If you make any changes to the configuration ensure that the changes are valid by reloading the configuration until the changes are loaded and visible in the advanced page.
104+
96105
_Example:_ Adding the yaml snippet shown below in the global section of the alert manager configuration will
97106
have the same effect as creating the SMTP configuration as shown in [section 1](#1-email-alerts) above.
98107

0 commit comments

Comments
 (0)