alertmanager: Completely remove alert descriptions

This commit is contained in:
SebastianStork 2026-03-10 22:04:54 +01:00
parent ba6f0387b2
commit 5a346cd856
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -83,10 +83,7 @@ in
notification = {
topic = "splitleaf";
priority = "default";
templates = {
title = ''{{ if eq .Status "firing" }}{{ index .Annotations "summary" }}{{ else }}{{ index .Annotations "summary_resolved" }}{{ end }}'';
description = ".";
};
templates.title = ''{{ if eq .Status "firing" }}{{ index .Annotations "summary" }}{{ else }}{{ index .Annotations "summary_resolved" }}{{ end }}'';
tags = [
{
condition = ''status == "resolved"'';