credentials between telegraf and influxdb OK
This commit is contained in:
parent
f12e071381
commit
7ec03410cd
@ -7,6 +7,13 @@ services:
|
||||
container_name: influxdb
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
# environment:
|
||||
# - INFLUXDB_DB=
|
||||
# - INFLUXDB_USER=
|
||||
# - INFLUXDB_ADMIN_ENABLED=
|
||||
|
||||
# - INFLUXDB_ADMIN_USER=
|
||||
# - INFLUXDB_ADMIN_PASSWORD=
|
||||
ports:
|
||||
- '8086:8086'
|
||||
volumes:
|
||||
@ -37,6 +44,7 @@ services:
|
||||
# image: telegraf:latest #(for amd64)
|
||||
container_name: telegraf
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
# for docker
|
||||
hostname: ${HOSTNAME}
|
||||
user: "telegraf:${DOCKER_GID}"
|
||||
|
@ -11,5 +11,5 @@
|
||||
bind-address = ":8086"
|
||||
auth-enabled = true # Set to true
|
||||
log-enabled = true
|
||||
username = ""
|
||||
password = ""
|
||||
password = "gregandev"
|
||||
username = "password"
|
@ -47,7 +47,7 @@
|
||||
## Run telegraf in quiet mode
|
||||
quiet = false
|
||||
## Override default hostname, if empty use os.Hostname()
|
||||
hostname = "lenovo"
|
||||
hostname = ""
|
||||
|
||||
|
||||
###############################################################################
|
||||
@ -70,6 +70,7 @@
|
||||
## Write timeout (for the InfluxDB client), formatted as a string.
|
||||
## If not provided, will default to 5s. 0s means no timeout (not recommended).
|
||||
timeout = "5s"
|
||||
|
||||
username = ""
|
||||
password = ""
|
||||
# Set the user agent for HTTP POSTs (can be useful for log differentiation)
|
||||
|
Loading…
x
Reference in New Issue
Block a user