From 7637c20e3dc110d3865cc2a0f1d894dd4441eca2 Mon Sep 17 00:00:00 2001 From: Upgrayedd Date: Tue, 30 Jul 2024 18:19:15 -0500 Subject: [PATCH] Update Webhooks/ntfy_TestNotifs_Webhook_Tac.json updated to current iteration tactical has a good/bad version for up down, it is essentially the same, tags +1 for thumbs up emoji and -1 for thumbs down emoji --- Webhooks/ntfy_TestNotifs_Webhook_Tac.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Webhooks/ntfy_TestNotifs_Webhook_Tac.json b/Webhooks/ntfy_TestNotifs_Webhook_Tac.json index 40c3750..cf24fa0 100644 --- a/Webhooks/ntfy_TestNotifs_Webhook_Tac.json +++ b/Webhooks/ntfy_TestNotifs_Webhook_Tac.json @@ -7,8 +7,8 @@ Host: https://ntfy.upgrayeddsgarage.com { "topic": "TestNotifs", - "title": "{{agent.hostname}} Service Check", - "message": "Bottom Text", - "tags": ["Spam","{{agent.hostname}}"], - "priority": 1 + "message": "{{alert.message}}", + "title": "{{alert.assigned_check}}", + "tags": ["+1","Spam","{{agent.hostname}}"], + "priority": 2 } \ No newline at end of file