mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39: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 = {
|
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"'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue