Skip to content

Glences addon doesn't start when influxdb is enabled. #645

Description

@trungdtbk

Glances cannot start when influxdb is enabled.

----------------------------------------------------------
 App: Glances
 A cross-platform system monitoring tool
-----------------------------------------------------------
 App version: 0.22.0
 You are running the latest version of this app.
 System: Home Assistant OS 18.1  (amd64 / generic-x86-64)
 Home Assistant Core: 2026.7.0
 Home Assistant Supervisor: 2026.06.2
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
INFO: Starting Glances...
Export is only available in standalone or client mode

It works fine if influxdb is disabled:

influxdb:
  enabled: true

Is it caused by the new version of Glances? Currently, the addon starts Glances in web server mode which doesn't support export.

bashio::log.info 'Starting Glances...'

options+=(-C /etc/glances.conf)
options+=(-w)
options+=(--port 61209)
options+=(--bind 127.0.0.1)
options+=(--time "$(bashio::config 'refresh_time')")

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleThere has not been activity on this issue or PR for quite some time.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions