Hello,

A week ago I posted the following message, and I am still stuck.
Is there someone who can help me solve this problem? I would really appreciate 
the help!


I am trying to setup a HA influx setup with 2 influx-relay servers.
At the moment I am stuck at configuring the relays.

I have followed the "Tutorial"

$ # Install influxdb-relay to your $GOPATH/bin
$ go get -u github.com/influxdata/influxdb-relay
$ # Edit your configuration file
$ cp $GOPATH/src/github.com/influxdata/influxdb-relay/sample.toml ./relay.toml
$ vim relay.toml
$ # Start relay!
$ $GOPATH/bin/influxdb-relay -config relay.toml

I configured the relay.toml as follows:


#[[http]]
#name = "example-http"
#bind-addr = "127.0.0.1:9096"
#output = [
#    { name="local1", location = "http://127.0.0.1:8086/write"; },
#    { name="local2", location = "http://127.0.0.1:7086/write"; },
#]

[[udp]]
name = "Relay_1-udp"
bind-addr = "192.168.0.20:25826"
read-buffer = 0 # default
output = [
    { name="InfluxDB", location="192.168.0.55:25826", mtu=512 },
    { name="InfluxDB_2", location="192.168.0.86:25826", mtu=1024 },
]

When I start the relay I get the following error:
2016/11/01 16:22:09 listen udp 192.168.0.20:25826: bind: cannot assign 
requested address

When I start change the listen adress to: 127.0.0.1:25826 Its starts but keeps 
hanging on:
2016/11/01 16:24:02 Starting UDP relay "Relay_1-udp" on 127.0.0.1:25826

Can someone help me solve this problems?

Kind regards,

PB

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/010b4056-a689-43f3-8c5d-f6d7a42dfa4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to