You can use something like these (on linux boxen), though they are fairly hackish, and haven't been thought through more than the 2 min it took me to verify they give me valid output:
/bin/echo -e \|`/bin/ping -c1 -host- | grep icmp_seq | cut -d" " -f7` /bin/echo \|loss=`/bin/ping -c1 -host- | grep 'packet loss' | cut -d " " -f 6` -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=18069#18069 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
