Änderungen
Aus Hackerspace Ffm
InfluxDB
,/* Konfigurieren */
> GRANT READ ON openhab_db TO grafana
> exit
Authentifizierung für http in Konfigurationsdatei /etc/influxdb/influxdb.conf eintragen
[http]
enabled = true
bind-address = ":8086"
auth-enabled = true
Service neu starten
sudo systemctl restart influxdb.service
Testen ob es geht
influx -username grafana -password <passwort> -host localhost