is it possible to acknowledge an alarm UNTIL it comes back up and if it goes down again it requires re-acknowledgement?


Article Comments

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