Hi. For a given sensor I have defined the Notification Triggers as State Trigger:
- When sensor state is Down for at least 600 seconds, perform HTTP_call
- When sensor state is Down for at least 300 seconds, perform no notification and repeat every 0 minutes
- When sensor state is no longer Down, perform HTTP_call
What happens is: sensor is Down. It executes the API_call. Which is correct.
Then the sensor goes into "Paused_by_dependency" state. The HTTP_call is executed => why? It should not.
Then the status is no longer in Paused but again in Down. No HTTP_call => correct. But then the status becomes Up => no HTTP call. Any idea why?
The way I understood PRTG works, it should NOT activate a Notif Trigger when going from Down to Paused_by_dependency and YES activate a Notif Trigger when it goes from Down to Up.
Add comment