Grafana Influxdb Proxmox: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Influxdb= ==activate udp in influxdb== *cat /etc/influxdb/influxdb.conf <pre> udp enabled = true bind-address = ":8089" database = "proxmox" b…“)
(kein Unterschied)

Version vom 11. Oktober 2019, 10:06 Uhr

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