mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:42 +02:00
update statsd
This commit is contained in:
parent
de641bf6c9
commit
57f09a4544
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
|
||||||
|
Loading…
Reference in New Issue
Block a user