I hope I am posting in the right place for my problem (configuration?).
I have no errors in the influxdb log when I do a restart. I have no errors in the hassio/system log, but when I enter the influxdb GUI, I only get busy rotating icon. I have under admin a ‘homeassistant’ database and ‘homeassistant’ user with full permissions. The status page that comes up on entry just spins and never gets news or any entry. The address bar shows ‘https://myhas.duckdns.org/hassio/ingress/a0d7b954_influxdb’. I suspect I may have some permission problem, but nothing shows in the logs. I am running influxdb 3.3.0 and HA vers 0.101.3 and HassOS 2.10
The influxdb restart log:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing...
-----------------------------------------------------------
Hass.io Add-on: InfluxDB
Scalable datastore for metrics, events, and real-time analytics
-----------------------------------------------------------
Add-on version: 3.3.0
You are running the latest version of this add-on.
System: HassOS 2.10 (armv7 / raspberrypi3)
Home Assistant version: 0.101.3
Supervisor version: 192
-----------------------------------------------------------
Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing...
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] create-users.sh: executing...
[cont-init.d] create-users.sh: exited 0.
[cont-init.d] influxdb.sh: executing...
[cont-init.d] influxdb.sh: exited 0.
[cont-init.d] kapacitor.sh: executing...
[cont-init.d] kapacitor.sh: exited 0.
[cont-init.d] nginx.sh: executing...
[cont-init.d] nginx.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[14:41:33] INFO: Starting the InfluxDB...
[14:41:33] INFO: Chronograf is waiting until InfluxDB is available...
[14:41:33] INFO: Kapacitor is waiting until InfluxDB is available...
[14:42:17] INFO: Starting Chronograf...
[14:42:17] INFO: Starting the Kapacitor
'##:::'##::::'###::::'########:::::'###:::::'######::'####:'########::'#######::'########::
##::'##::::'## ##::: ##.... ##:::'## ##:::'##... ##:. ##::... ##..::'##.... ##: ##.... ##:
##:'##::::'##:. ##:: ##:::: ##::'##:. ##:: ##:::..::: ##::::: ##:::: ##:::: ##: ##:::: ##:
#####::::'##:::. ##: ########::'##:::. ##: ##:::::::: ##::::: ##:::: ##:::: ##: ########::
##. ##::: #########: ##.....::: #########: ##:::::::: ##::::: ##:::: ##:::: ##: ##.. ##:::
##:. ##:: ##.... ##: ##:::::::: ##.... ##: ##::: ##:: ##::::: ##:::: ##:::: ##: ##::. ##::
##::. ##: ##:::: ##: ##:::::::: ##:::: ##:. ######::'####:::: ##::::. #######:: ##:::. ##:
..::::..::..:::::..::..:::::::::..:::::..:::......:::....:::::..::::::.......:::..:::::..::
2019/11/20 14:42:20 Using configuration at: /etc/kapacitor/kapacitor.conf
time="2019-11-20T14:42:24-05:00" level=info msg="Serving chronograf at http://127.0.0.1:8889" component=server
time="2019-11-20T14:42:24-05:00" level=info msg="Reporting usage stats" component=usage freq=24h reporting_addr="https://usage.influxdata.com" stats="os,arch,version,cluster_id,uptime"
[14:42:24] INFO: Starting NGinx...
I do not know what to submit to make helping easier [please advise]. With no error messages and little knowledge, the next step for debugging is not apparent. Maybe a permission problem or a duckdns access problem or mixed local and duckdns paths? I am using ‘ssl true’. BTW, I tried false with no luck. It helps in debugging to have more understanding than I have. BTW, I was torn between using 127.0.0.1 and the magic ‘a0d7b954_influxdb’.
Any help greatly appreciated, Doug