meta data for this page
This is an old revision of the document!
Influxdb2 and Grafana
Proxmox VE sends the data over UDP, so the influxdb server has to be configured for this.
influxdb2
Proxmox is using UDP
Install Telegraf Socket listener plugin
https://hub.docker.com/_/telegraf
echo "my_measurement,my_tag_key=my_tag_value value=1" | nc -u -4 -w 1 docker-host 3522