Skip to content

marklkelly/ping-statsd-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ping-statsd-agent

This is a simple script which pings remote hosts with ICMP ping and sends the latency (or error) into statsd for monitoring.

Uses node v.0.12.0 to ensure compatibility with node-gyp dependencies.

Dynamic configuration updates

You may wish to mount a volume from your host, so that you can make changes to the hosts.json without need to redeploy the container:

docker run \
	--volume=$(pwd)/data/:/app/data/ \
	ping-statsd-agent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%