Skip to content

appcelerator-archive/docker-influxdb-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfluxDB relay

https://github.com/influxdata/influxdb-relay

Run the container

docker -e HTTP_BACKEND_influxdb_a=influxdb-a:8086 -e HTTP_BACKEND_influxdb_b=influxdb-b:8086 \
       run appcelerator/haproxy-relay

Configuration

Variable Description Default value Sample value
HTTP_BIND_ADDR bind address for the HTTP listener :9096
UDP_BIND_ADDR bind address for the UDP listener :9096
HTTP_BACKEND_xx host:port of an influxDB backend, http protocol influxdb-backend:8086
UDP_BACKEND_xx host:port of an influxDB backend, udp protocol influxdb-backend:8086
UDP_MTU UDP MTU 512 1024

About

Service to replicate InfluxDB data for high availability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages