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
This commit is contained in:
Upgrayedd 2024-07-30 18:19:15 -05:00
parent e08e7c9e22
commit 7637c20e3d

View file

@ -7,8 +7,8 @@ Host: https://ntfy.upgrayeddsgarage.com
{ {
"topic": "TestNotifs", "topic": "TestNotifs",
"title": "{{agent.hostname}} Service Check", "message": "{{alert.message}}",
"message": "Bottom Text", "title": "{{alert.assigned_check}}",
"tags": ["Spam","{{agent.hostname}}"], "tags": ["+1","Spam","{{agent.hostname}}"],
"priority": 1 "priority": 2
} }