hassio-addons/addon-influxdb

Binding udp 8089 #71

pex81 posted onGitHub

Problem/Motivation

i have installed and configure influxdb addon hassio, it works well, if i add the following configuration to listen on udp it doesn't work, is the configuration correct?

auth: true
reporting: true
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem
envvars:
  - name: INFLUXDB_UDP_ENABLED
    value: 'true'
  - name: INFLUXDB_UDP_BIND_ADDRESS
    value: ':8089'
  - name: INFLUXDB_UDP_DATABASE
    value: proxmox
  - name: INFLUXDB_UDP_0_BATCH_SIZE
    value: '1000'
  - name: INFLUXDB_UDP_BATCH_TIMEOUT
    value: 1s
log_level: info 

(Why the issue was filed)

Expected behavior

listening on udp port 8089

(What you expected to happen)

Actual behavior

(What actually happened)

Steps to reproduce

(How can someone else make/see it happen)

Proposed changes

(If you have a proposed change, workaround or fix, describe the rationale behind it)


:wave: Thanks for opening your first issue here! If you're reporting a :bug: bug, please make sure you include steps to reproduce it. Also, logs, error messages and information about your hardware might be useful.

posted by addons-assistant[bot] about 5 years ago

The add on runs on an isolated docker network, what you did likely works, but only on that network. Please see #39 for details from a previous request.

posted by sinclairpaul about 5 years ago

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

posted by addons-assistant[bot] about 5 years ago

Fund this Issue

$0.00
Funded

Pull requests