Remove yahoo.com ping; they throttle us after 15 pings. Add opendns.com ping.

This commit is contained in:
Matt Fox 2014-01-22 11:30:49 -08:00
parent 1f3ac7dfbe
commit 7aac73dd05

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Run a variety of tests against well-known sites to determine if there are
# any outbound routing issues.
for HOST in google.com yahoo.com facebook.com msn.com akamai.com; do
for HOST in google.com facebook.com msn.com akamai.com opendns.com; do
echo Testing to $HOST...
ping -q -A -c 100 $HOST
mtr --report --report-wide -c 100 $HOST