From 2ffde4f24c43e6441c2416b915f47c82f451569d Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Tue, 21 Nov 2023 18:38:09 +0100 Subject: [PATCH] Update alertmanager.md --- alertmanager.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alertmanager.md b/alertmanager.md index c593845..6b07089 100644 --- a/alertmanager.md +++ b/alertmanager.md @@ -135,4 +135,7 @@ If the notification takes too much time to be triggered, check the following del - `for: 5m` (alerts/example-mysql.yml) - `group_wait = 10s` (alertmanager.yml) -Also read [https://pracucci.com/prometheus-understanding-the-delays-on-alerting.html](https://pracucci.com/prometheus-understanding-the-delays-on-alerting.html). +Also read: +- [https://pracucci.com/prometheus-understanding-the-delays-on-alerting.html](https://pracucci.com/prometheus-understanding-the-delays-on-alerting.html). +- [https://hodovi.cc/blog/creating-awesome-alertmanager-templates-for-slack/](https://hodovi.cc/blog/creating-awesome-alertmanager-templates-for-slack/) +