I'd really like to use the free push notification service ntfy with PRTG, is there some easy way to do this? https://ntfy.sh/
Also, I'd like to monitor my ntfy instance to make sure it's up and running, is that possible?
Modified on 2025-06-10 16:32:17 +0200
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
I'd really like to use the free push notification service ntfy with PRTG, is there some easy way to do this? https://ntfy.sh/
Also, I'd like to monitor my ntfy instance to make sure it's up and running, is that possible?
Using the script below, you can use the script notification with the following parameters to send a notification through the ntfy service.
Parameters
Script (Powershell)
If you are hosting your own ntfy server, you can also make sure it's up and running by setting up a REST Custom v2 sensor. The following settings work to show if it's up or down:
Request URL:
NTFY_URL/v1/healthChannel #1 JSONPath/XPath:
$.healthyChannel #1 Value Type:
Status (string)Channel #1 Strings mapped to the 'Up' status:
trueJan, 2024 - Permalink