Skip to content

autopilotpattern/influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autopilot Pattern InfluxDB

InfluxDB designed for automated operation using the Autopilot Pattern. Since the open-source version of InfluxDB doesn't support clustering, this implementation simply registers InfluxDB as a service with Consul and performs local health checks.

DockerPulls DockerStars

Builds from the latest alpine image for InfluxDB with added ContainerPilot support.

Usage

docker run -e "LOG_LEVEL=debug" -e "CONSUL_AGENT=1" -e "CONSUL=https://consulhost" -e "INFLUXDB_ADMIN_ENABLED=true" -p "8083:8083" -p "8086:8086" autopilotpattern/influxdb

Environment Variables

  • CONSUL_AGENT - enables usage of a container-local consul agent.
  • CONSUL - hostname for consul server
  • LOG_LEVEL - specify the ContainerPilot log level, defaults to 'info'

About

Implementation of the Autopilot Pattern for InfluxDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published