Änderungen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

InfluxDB

314 Byte hinzugefügt, 21:42, 19. Jul. 2018
/* 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
688
Bearbeitungen