Grafana Influxdb Proxmox: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 19: Zeile 19:
 
</pre>
 
</pre>
 
=check databases=
 
=check databases=
 +
*influx -ssl -unsafeSsl
 
<pre>
 
<pre>
influx -ssl -unsafeSsl
 
 
Connected to https://localhost:8086 version 1.7.8
 
Connected to https://localhost:8086 version 1.7.8
 
InfluxDB shell version: 1.7.8
 
InfluxDB shell version: 1.7.8

Version vom 11. Oktober 2019, 10:11 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"

check databases

  • influx -ssl -unsafeSsl
Connected to https://localhost:8086 version 1.7.8
InfluxDB shell version: 1.7.8
> show databases
name: databases
name
----
_internal
proxmox

restart

  • systemctl restart influxdb.service