mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update statsd
This commit is contained in:
7
statsd/data/config.js
Normal file
7
statsd/data/config.js
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
graphitePort: 2003
|
||||||
|
, graphiteHost: "graphite"
|
||||||
|
, port: 8125
|
||||||
|
, flushInterval: 60000
|
||||||
|
, backends: [ "./backends/graphite" ]
|
||||||
|
}
|
||||||
@@ -3,6 +3,8 @@ statsd:
|
|||||||
ports:
|
ports:
|
||||||
- "8125:8125/udp"
|
- "8125:8125/udp"
|
||||||
- "8126:8126/tcp"
|
- "8126:8126/tcp"
|
||||||
|
volumes:
|
||||||
|
- ./data/config.js:/opt/statsd/config.js
|
||||||
external_links:
|
external_links:
|
||||||
- graphite_graphite_1:graphite
|
- graphite_graphite_1:graphite
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user