Skip to content

jforest/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerfiles

TAGS

base

Just updated the os, and updated the apt sources

smoketcp

To use this image docker run jforest/testing:smoketcp --help By default, targetFile=/etc/smoketcp_targets and --debug=true are set.

Usage of /usr/local/bin/smoketcp:
  -bucket="smoketcp": Graphite bucket prefix
  -debug=false: if true, turn on debugging output
  -interval=10: How often to run the tests
  -statsdHost="localhost": Statsd Hostname
  -statsdPort="8125": Statsd port
  -targetFile="targets": File containing the list of targets, ex: server1:80

Obviously, you may want to set your targets file, which is a file of <host>:<port> one per line

google.com:80
google.com:443
example.com:8080
localhost:8125

docker run -v /path/to/mytargetsfile:/etc/smoketcp_targets jforest/testing:smoketcp

Releases

No releases published

Packages

No packages published