Commit 176df72 a_isachenkov
committed
1 parent afc8210 commit 176df72 Copy full SHA for 176df72
File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## Quick Start
2
9
3
10
You can run this container by command like:
@@ -17,9 +24,12 @@ docker run -d \
17
24
--name statsd \
18
25
--restart=always \
19
26
-p 8125:8125/udp \
20
- -v /path/to/config/directory:/statsd \
27
+ -v /path/to/config/directory/config.js :/statsd/config.js \
21
28
def1ne/docker-statsd-zabbix-backend
22
29
```
23
30
24
31
2125 - statsd udp port
25
32
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
+
You can’t perform that action at this time.
0 commit comments