Hi all,
We are trying to integrate PRTG to a third party application that we use to create support tickets for malfunctioned devices in our network.
In order to provide the infromation needed to our third party program, we try to get some sensor status data through ''EXECUTE HTTP ACTION'' notification via ''POSTDATA'' variables, and generate an XML file; then pass this XML to our third party software.
So far, we are able to get some of the sensor status data of our interest via ''EXECUTE HTTP ACTION'' but we need to have a unique ID for each alarm, thus our tird party software knows that this specific alarm already been handeled (support ticket opened) or not.
In summary, we do not want to pass repetitive alarms to our 3rd party application.
Bests,
Well, There is only 1 alarm per sensor. (its not per channel)
So use can you the %sensorID placeholder (https://https://helpdesk.paessler.com/en/support/solutions/articles/76000063844)
Set the notification not to repeat, and it should only once when it goes down.
You may want to set PRTG to notify when the sensor goes back up, and log this in the ticket, or changes it priority/status
I have a similar setup for PagerDuty and its API.
Apr, 2017 - Permalink