hassio-addons/addon-influxdb





The issue has been closed
Enabling UDP #39
SNoof85 posted onGitHub
Problem/Motivation
I would like to push my proxmox metrics to influxdb
Expected behavior
UDP enabled and configurable
Actual behavior
No UDP possible
Steps to reproduce
Proposed changes
(If you have a proposed change, workaround or fix, describe the rationale behind it)
More infos/links
https://pve.proxmox.com/wiki/External_Metric_Server
<blockquote><img src="/favicon.ico" width="48" align="right"><div><strong><a href="https://pve.proxmox.com/wiki/External_Metric_Server">External Metric Server - Proxmox VE</a></strong></div></blockquote>
We have to configure influxdb udp like :
[[udp]]
enabled = true
bind-address = "0.0.0.0:8089"
database = "proxmox"
batch-size = 1000
batch-timeout = "1s"