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