A similar error in Kapacitor
<https://github.com/influxdata/kapacitor/issues/143> turned out to be just
a nuisance, not an indication of anything really wrong.

Does the relay work despite the error? Does the process abort?

On Tue, Nov 1, 2016 at 9:25 AM, <[email protected]> wrote:

> Hello,
>
> 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.0.0.1: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/3e38b009-f5be-4085-afae-e31f05c75b28%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Sean Beckett
Director of Support and Professional Services
InfluxDB

-- 
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/CALGqCvMqr2A-vsTwLpV8%3Di8jScWht5sr%3Dec0AN1mimoAZ6TLFw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to