Skip to content

dgkanatsios/linuxmetricstostatsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linuxmetricstostatsd

A small utility that gathers system metrics and sends them to a StatsD server.

Uses these two great libraries:

Installation

docker run -d --name linuxmetricstostatsd --net=host -v /proc:/rootfs/proc \
-v /sys:/rootfs/sys -v /etc:/rootfs/etc -v /var/:/rootfs/var \
-e "HOST_PROC=/rootfs/proc" -e "HOST_VAR=/rootfs/var" \
-e "HOST_SYS=/rootfs/sys" -e "HOST_ETC=/rootfs/etc" \
docker.io/dgkanatsios/linuxmetricstostatsd:0.1.0

StatsD host/port as well as metrics polling interval can be configured during app execution.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published