From 65c4b2646cfbb66ae4f3fd9893b08b07a466552a Mon Sep 17 00:00:00 2001 From: Upgrayedd Date: Wed, 17 Jul 2024 19:50:09 -0500 Subject: [PATCH] Add Webhooks/ntfy_TestNotifs_Webhook_Tac.json --- Webhooks/ntfy_TestNotifs_Webhook_Tac.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Webhooks/ntfy_TestNotifs_Webhook_Tac.json diff --git a/Webhooks/ntfy_TestNotifs_Webhook_Tac.json b/Webhooks/ntfy_TestNotifs_Webhook_Tac.json new file mode 100644 index 0000000..e93b498 --- /dev/null +++ b/Webhooks/ntfy_TestNotifs_Webhook_Tac.json @@ -0,0 +1,14 @@ +POST / HTTP/1.1 +Host: https://ntfy.upgrayeddsgarage.com + +{ + "Content-Type": "application/json" +} + +{ + "topic": "TestNotifs", + "message": "Bottom Text", + "title": "{{agent.hostname}} Service Check", + "tags": ["Spam","{{agent.hostname}}"], + "priority": 2 +} \ No newline at end of file