Hello everyone,
I would like to poll a parallel wireless redundant link with Zabbix. The idea here is that if one of the wireless links go down, then the device on the other end for the failed link may still be reachable through the second link in a roundabout way.
I believe the best approach would be to run a traceroute on both links, and if the total hops exceed "2" for either link, then Zabbix would have a trigger to alert.
*How can I use a traceroute command and return the number of hops to Zabbix as a value (a value of 2 in this case).
Thank you.
I would like to poll a parallel wireless redundant link with Zabbix. The idea here is that if one of the wireless links go down, then the device on the other end for the failed link may still be reachable through the second link in a roundabout way.
I believe the best approach would be to run a traceroute on both links, and if the total hops exceed "2" for either link, then Zabbix would have a trigger to alert.
*How can I use a traceroute command and return the number of hops to Zabbix as a value (a value of 2 in this case).
Thank you.
Comment