Grafana Influxdb Proxmox
Version vom 11. Oktober 2019, 10:09 Uhr von Thomas.will (Diskussion | Beiträge)
Proxmox
- cat /etc/pve/status.cfg
influxdb: server 10.82.10.20 port 8089 path proxmox
Influxdb
activate udp in influxdb
- cat /etc/influxdb/influxdb.conf
[[udp]] enabled = true bind-address = ":8089" database = "proxmox" batch-size = 1000 batch-timeout = "1s"
restart
- systemctl restart influxdb.service