We're using a PRTG Cluster now since some weeks. Is there a possibility to send up mails instead of partial down mails in state triggers? So we'd like to have the possibility to get a message when the server is up (reachable from both cluster nodes) instead of this partial down, when just one cluster probe can reach it.
Partial Up and up notifications
Modified on 2025-06-10 21:10:40 +0200
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
Dear Mr. Schönemann
This kind of heartbeat notification is not directly possible. You could run an Exe/Script Advanced sensor which runs a script which gets the sensor status of the sensor in question via the API. If you include
in the <channel> node, you trigger the Change Trigger Notification. To not trigger that notification, please omit the <notifychanged> tag entirely.
An example API call to get the sensor status of the sensor with the ID 2345
Relevant return values are: 3 for Up, and 14 for PartialDown.
Aug, 2015 - Permalink