Skip to content

def1ne/docker-statsd-zabbix-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Docker image for Statsd with Zabbix backend

This image contains statsd daemon with zabbix backend.

Quick Start

You can run this container by command like:

docker run -d \
 --name statsd \
 --restart=always \
 -p 8125:8125/udp \
 def1ne/docker-statsd-zabbix-backend

Or you can run this container with provided config:

docker run -d \
 --name statsd \
 --restart=always \
 -p 8125:8125/udp \
 -v /path/to/config/directory/config.js:/statsd/config.js \
 def1ne/docker-statsd-zabbix-backend

2125 - statsd udp port

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published