2024-07-17 19:50:09 -05:00
|
|
|
POST / HTTP/1.1
|
|
|
|
Host: https://ntfy.upgrayeddsgarage.com
|
|
|
|
|
|
|
|
{
|
|
|
|
"Content-Type": "application/json"
|
|
|
|
}
|
|
|
|
|
|
|
|
{
|
|
|
|
"topic": "TestNotifs",
|
|
|
|
"title": "{{agent.hostname}} Service Check",
|
2024-07-17 19:51:09 -05:00
|
|
|
"message": "Bottom Text",
|
2024-07-17 19:50:09 -05:00
|
|
|
"tags": ["Spam","{{agent.hostname}}"],
|
2024-07-17 19:51:09 -05:00
|
|
|
"priority": 1
|
2024-07-17 19:50:09 -05:00
|
|
|
}
|