Hi.
I have script that monitors my network connection. It works by sending pings to specific address and counts number of succesfull packets. In case of trouble I would like to have traceroute to this address to determine point of failure. Unfortunatelly I can't get output of traceroute command to variable to write it to log. Is there any way to force traceroute to put output to variable instead of terminal? Something like that (but this intercepts return code(?) instead of output):
:global output [/tool traceroute google.com]