is it possible to acknowledge an alarm UNTIL it comes back up and if it goes down again it requires re-acknowledgement?
Article Comments
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.
Hello,
You can setup a State Trigger then when the sensor comes back from a down event, it will kick off a Notification.
This notification can include an API call to your PRTG server itself to resume the sensor.
The API call to make this happen would be the following
<YOUR PRTG URL>/api/pause.htm?id=%objid&action=1
This will cause the sensor that evokes the notification to make an API call to resume itself.
Thanks!
Benjamin Day
[Paessler Support]
Jun, 2018 - Permalink
Hello,
You can setup a State Trigger then when the sensor comes back from a down event, it will kick off a Notification.
This notification can include an API call to your PRTG server itself to resume the sensor.
The API call to make this happen would be the following
<YOUR PRTG URL>/api/pause.htm?id=%objid&action=1
This will cause the sensor that evokes the notification to make an API call to resume itself.
Thanks!
Benjamin Day
[Paessler Support]
Jun, 2018 - Permalink