mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
alertmanager: Completely remove alert descriptions
This commit is contained in:
parent
ba6f0387b2
commit
5a346cd856
1 changed files with 1 additions and 4 deletions
|
|
@ -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"'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue