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 = { notification = {
topic = "splitleaf"; topic = "splitleaf";
priority = "default"; priority = "default";
templates = { templates.title = ''{{ if eq .Status "firing" }}{{ index .Annotations "summary" }}{{ else }}{{ index .Annotations "summary_resolved" }}{{ end }}'';
title = ''{{ if eq .Status "firing" }}{{ index .Annotations "summary" }}{{ else }}{{ index .Annotations "summary_resolved" }}{{ end }}'';
description = ".";
};
tags = [ tags = [
{ {
condition = ''status == "resolved"''; condition = ''status == "resolved"'';