add influxdb stats plugin V2
/etc/pve/status.cfg
-------------------
influxdb:
server influxdb3.odiso.net
port 8089
This require influxdb >= 0.9 with udp enabled
influxdb.conf
-------------
[[udp]]
enabled = true
bind-address = "0.0.0.0:8089"
database = "proxmox"
batch-size = 1000
batch-timeout = "1s"
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Showing
PVE/Status/InfluxDB.pm
0 → 100644
Please register or sign in to comment