The integration of Paessler PRTG with SIGNL4 is described here:
https://www.signl4.com/blog/portfolio_item/prtg_network_monitor_mobile_alerting/
In order to support the resolution of alerts in SIGNL4 you can just add the following part to your SIGNL4 webhook URL:
?ExtIDParam=sensorid&ExtStatusParam=laststatus&ResolvedStatus=Up
So, the complete URL looks like this:
where “team-secret” is your SIGNL4 team secret.
You then need to add the parameters “sensorid” and “laststatus” to the Payload:
Title=%device: %name&Message=%message&sensorid=%sensorid&laststatus=%laststatus
You can find more information about the resolution of alerts in SIGNL4 here:
https://www.signl4.com/blog/update-july-2020-resolve-alerts/.
Comments
0 comments
Please sign in to leave a comment.