Okay, then you could create two notifications with a HTTP request. One to unpause the standby SSH sensor when the main SSH is down and one to unpause it when it comes up again:
[Pause Notification]
http://<prtg-server>/api/pause.htm?id=<sensor-id>&pausemsg=ha-down&action=0&username=<prtguser>&passhash=<passhash>
[Unpause Notification]
http://<prtg-server>/api/pause.htm?id=<sensor-id>action=1&username=<prtguser>&passhash=<passhash>
Then add the notification to the main SSH sensor:
- When the sensor is in a down state for 5 seconds -> [unpause]
- When condition clears -> [pause]
You can test it by right clicking the main SSH -> "Simulate Error Status". Tested it on my PRTG instance and worked like a charm :)
Add comment