summaryrefslogtreecommitdiff
path: root/bin/multi-ping
AgeCommit message (Collapse)Author
2015-01-13Avoid hard-wiring 1.8 rubySteve Kemp
2012-12-06 Change hostname1 -> hostname in the doc since we only allow one host to be ↵Steve Kemp
pinged.
2012-11-22 Renamed.Steve Kemp
2012-11-20 Updated case statements for ruby1.9Steve Kemp
2012-11-14 whitespace fixupsSteve Kemp
2012-11-14 Split the implementation of the multi-ping tool into a library and a driver.Steve Kemp
2012-11-14 Updated comment.Steve Kemp
2012-11-13 Use ruby1.8 explicitlySteve Kemp
2012-11-13 Renamed and moved files around.Steve Kemp
--HG-- rename : util/multi-ping => bin/multi-ping rename : parser/parser.rb => bin/parser.rb rename : worker/worker => bin/worker rename : worker/tests/README => lib/README rename : worker/tests/ftp.rb => lib/custodian/protocol-tests/ftp.rb rename : worker/tests/http.rb => lib/custodian/protocol-tests/http.rb rename : worker/tests/https.rb => lib/custodian/protocol-tests/https.rb rename : worker/tests/jabber.rb => lib/custodian/protocol-tests/jabber.rb rename : worker/tests/ldap.rb => lib/custodian/protocol-tests/ldap.rb rename : worker/tests/ping.rb => lib/custodian/protocol-tests/ping.rb rename : worker/tests/rsync.rb => lib/custodian/protocol-tests/rsync.rb rename : worker/tests/smtp.rb => lib/custodian/protocol-tests/smtp.rb rename : worker/tests/ssh.rb => lib/custodian/protocol-tests/ssh.rb