Skip to content

Commit 176df72

Browse files
author
a_isachenkov
committed
Updated readme.
1 parent afc8210 commit 176df72

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Docker image for Statsd with Zabbix backend
2+
3+
This image contains statsd daemon with zabbix backend.
4+
5+
* statsd repository: https://github.com/etsy/statsd
6+
* statsd zabbix backend repository: https://github.com/parkerd/statsd-zabbix-backend
7+
18
## Quick Start
29

310
You can run this container by command like:
@@ -17,9 +24,12 @@ docker run -d \
1724
--name statsd \
1825
--restart=always \
1926
-p 8125:8125/udp \
20-
-v /path/to/config/directory:/statsd \
27+
-v /path/to/config/directory/config.js:/statsd/config.js \
2128
def1ne/docker-statsd-zabbix-backend
2229
```
2330

2431
2125 - statsd udp port
2532

33+
* statsd config reference: https://github.com/etsy/statsd/blob/master/exampleConfig.js
34+
* statsd zabbix backend config reference: https://github.com/parkerd/statsd-zabbix-backend#configuration
35+

0 commit comments

Comments
 (0)