2024-07-17 19:50:09 -05:00
|
|
|
POST / HTTP/1.1
|
|
|
|
Host: https://ntfy.upgrayeddsgarage.com
|
|
|
|
|
|
|
|
{
|
|
|
|
"Content-Type": "application/json"
|
|
|
|
}
|
|
|
|
|
|
|
|
{
|
|
|
|
"topic": "TestNotifs",
|
2024-07-30 18:19:15 -05:00
|
|
|
"message": "{{alert.message}}",
|
|
|
|
"title": "{{alert.assigned_check}}",
|
|
|
|
"tags": ["+1","Spam","{{agent.hostname}}"],
|
|
|
|
"priority": 2
|
2024-07-17 19:50:09 -05:00
|
|
|
}
|