prometheus, alertmanager: Add description to alert

This commit is contained in:
SebastianStork 2026-03-03 17:23:19 +01:00
parent 2cd07d8581
commit 8855886547
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 5 additions and 5 deletions

View file

@ -75,10 +75,7 @@ in
notification = {
topic = "splitleaf";
priority = "default";
templates = {
title = ''{{ index .Annotations "summary" }}'';
description = "";
};
templates.title = ''{{ index .Annotations "summary" }}'';
tags = [
{
condition = ''status == "resolved"'';