Chronograf lists only the telegraf and _internal database but not my kss.
The InfluxDB Admin said 2 Databases.
SELECT * FROM "kss"."autogen"."Temperatur" LIMIT 1
/!\ Database not found.
How can I add my database to the Chronograf?
Helmut
# influx
Connected to http://localhost:8086 version 1.4.3
InfluxDB shell version: 1.4.3
> show databases;
name: databases
name
----
telegraf
_internal
kss
> use kss
Using database kss
> SHOW MEASUREMENTS
name: measurements
name
----
Temperatur
Wärmemesszähler
cpu
disk
kernel
mem
processes
swap
system
>
Please ignore my first silly post, my local chronograf has fetch the ssh tunnel port (8888) to my server’s localhost.
Sorry Helmut