meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

vm:proxmox:influx [2021/03/31 21:27] – created niziakvm:proxmox:influx [2021/05/25 17:35] (current) niziak
Line 5: Line 5:
 ===== influxdb2 ===== ===== influxdb2 =====
  
-Proxmox is using UDP +Proxmox is using UDP (Influx V1 compatible) 
 Install Telegraf ''Socket listener'' plugin Install Telegraf ''Socket listener'' plugin
  
Line 12: Line 12:
  
 <code bash>echo "my_measurement,my_tag_key=my_tag_value value=1" | nc -u -4 -w 1 docker-host 3522</code> <code bash>echo "my_measurement,my_tag_key=my_tag_value value=1" | nc -u -4 -w 1 docker-host 3522</code>
 +
 +===== Grafana =====
 +
 +Most dashboards are written to support Influx v1 (SQL like queries).
 +
 +