Grafana Influxdb Proxmox: Unterschied zwischen den Versionen
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…“) |
|||
| Zeile 1: | Zeile 1: | ||
| + | =Proxmox= | ||
| + | *cat /etc/pve/status.cfg | ||
| + | <pre> | ||
| + | influxdb: | ||
| + | server 10.82.10.20 | ||
| + | port 8089 | ||
| + | path proxmox | ||
| + | </pre> | ||
=Influxdb= | =Influxdb= | ||
==activate udp in influxdb== | ==activate udp in influxdb== | ||
Version vom 11. Oktober 2019, 10:09 Uhr
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