I have installed Glances and InfluxDB. I can get Glances to start ok, if the database connection configuration is disabled. If I enable the InfluxDB connection, the Glances app fails to start, and the following error is logged:
2026-04-20 18:29:06.473 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.32.1:63915 ssl:default [Connect call failed ('172.30.32.1', 63915)]
Here is the Glances addon config:
log_level: info
process_info: false
refresh_time: 10
ssl: false
certfile: fullchain.pem
keyfile: privkey.pem
influxdb:
enabled: true
host: a0d7b954-influxdb
port: 8086
interval: 60
ssl: false
version: 1
username: glances
password: !!password!!
database: db_glances
prefix: localhost
leave_front_door_open: false
EDIT: Looks like that the error is logged also, even though the InfluxDB config is disabled.
Any ideas?