mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
graphite export 2003/udp
This commit is contained in:
parent
0004bf1fff
commit
8e4797f9cc
@ -100,7 +100,7 @@ LINE_RECEIVER_PORT = 2003
|
|||||||
# Set this to True to enable the UDP listener. By default this is off
|
# Set this to True to enable the UDP listener. By default this is off
|
||||||
# because it is very common to run multiple carbon daemons and managing
|
# because it is very common to run multiple carbon daemons and managing
|
||||||
# another (rarely used) port for every carbon instance is not fun.
|
# another (rarely used) port for every carbon instance is not fun.
|
||||||
ENABLE_UDP_LISTENER = False
|
ENABLE_UDP_LISTENER = True
|
||||||
UDP_RECEIVER_INTERFACE = 0.0.0.0
|
UDP_RECEIVER_INTERFACE = 0.0.0.0
|
||||||
UDP_RECEIVER_PORT = 2003
|
UDP_RECEIVER_PORT = 2003
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@ graphite:
|
|||||||
image: vimagick/graphite
|
image: vimagick/graphite
|
||||||
ports:
|
ports:
|
||||||
- "2003:2003"
|
- "2003:2003"
|
||||||
|
- "2003:2003/udp"
|
||||||
- "2004:2004"
|
- "2004:2004"
|
||||||
- "7002:7002"
|
- "7002:7002"
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
Loading…
Reference in New Issue
Block a user