Commit 4afafe01 authored by Javier's avatar Javier

fixing

parent ac070bb5
Pipeline #389 failed with stages
in 1 minute and 16 seconds
......@@ -42,18 +42,18 @@ host {
used to only support having a single channel */
udp_send_channel {
mcast_join = 239.2.11.71
#mcast_join = 239.2.11.71
host = 10.12.31.9
port = 8649
ttl = 1
#ttl = 1
}
/* You can specify as many udp_recv_channels as you like as well. */
udp_recv_channel {
mcast_join = 239.2.11.71
#mcast_join = 239.2.11.71
port = 8649
bind = 239.2.11.71
retry_bind = true
#bind = 239.2.11.71
#retry_bind = true
# Size of the UDP buffer. If you are handling lots of metrics you really
# should bump it up to e.g. 10MB or even higher.
# buffer = 10485760
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment