Changed
- Upgrades Grafana to v6.0.2
- Workaround Docker issue by reinstating legacy tags
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
This release is a maintenance release, without any breaking changes.
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
I just loaded stock versions of InfluxDB and Grafana on Hassio with DuckDNS. InfluxDB runs fine. The WebUI of Grafana gives: This site canāt be reached
Hereās the beginning of the 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: Grafana
The open platform for beautiful analytics and monitoring
-----------------------------------------------------------
Add-on version: 2.1.0
You are running the latest version of this add-on.
System: HassOS 2.11 (amd64 / qemux86-64)
Home Assistant version: 0.92.1
Supervisor version: 162
Also, FWIW, in the GitHub readme, the section: Embedding into Home Assistant is out of date. And in the Support section, this is a dead link: You could also open an issue here GitHub.
Cheers, Richard
Thanks for letting me know @RichardU, the link is indeed broken, will fix that soon.
The Embedding into Home Assistant, however, is up to date.
This release is a maintenance release, without any breaking changes.
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
Thanks @frenck. I saw that you updated the github readme with the fact that this add-on cannot support Hass.io Ingress.
For anyone else having difficulty, I needed to open a port on my router for this app and access directly.
Sometime in the past 1-2 month the Grafana Addon (that worked fine till then) - stopped appearing for some reasonā¦
When going to the the panel that used to work (pointing to :3000) I see " refused to connect."
When going to āWeb UIā via the addon button the link points to port 80 for some reason and the message says āThis site canāt be reachedā
any hint on how to diagnose the problem?
(cc @frenck )
Check the Network section of the add-on configuration to see if port 3000 is assigned to port 80.
Itās notā¦
Properly directing to the external 3000 as it always has.
I saw issue #25 on the GitHub channel, itās slightly similar perhaps, but the descriptions are a bit differentā¦
That message contains mixed signals
āItās notā¦ā
and
āProperly directing to the external 3000 as it always has.ā
uuuh?
So again, Hass.io Panel -> Grafana add-on -> Network section: Is port 3000 assigned to port 80?
I see this line in the logger:
t=2019-05-23T23:27:56+0300 lvl=info msg="HTTP Server Listen" logger=http.server address=0.0.0.0:80 protocol=https subUrl= socket=
p.s. this may be relevant as well ?
-----------------------------------------------------------
Hass.io Add-on: Grafana
The open platform for beautiful analytics and monitoring
-----------------------------------------------------------
Add-on version: 2.1.1
You are running the latest version of this add-on.
System: HassOS 2.12 (armv7 / raspberrypi3)
Home Assistant version: 0.93.2
Supervisor version: 164
-----------------------------------------------------------
Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
any thoughts @frenck ?
For example, why does your picture show 80/tcp and mine shows 3000/tcp ?
Can this be related to the open issue on the github ?
Hi
I am experiencing the same issue as @Amir974 :
t=2019-05-26T18:15:12-0400 lvl=info msg="HTTP Server Listen" logger=http.server address=0.0.0.0:80 protocol=http subUrl= socket= Signal handled: Terminated.
Any help would be appreciated. Thanks
This release is a maintenance release, without any breaking changes.
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
After this update I canĀ“t see grafana inside Hassio anymore, neither in the panel nor emebeb links. I have this message, translated to english is:
This content can not be displayed in a frame
It was working well just after 2.1.2 Update
This is my config:
{
āsslā: true,
ācertfileā: āfullchain.pemā,
ākeyfileā: āprivkey.pemā,
āpluginsā: [],
āenv_varsā: [
{
ānameā: āGF_AUTH_BASIC_ENABLEDā,
āvalueā: āfalseā
},
{
ānameā: āGF_AUTH_PROXY_ENABLEDā,
āvalueā: āfalseā
},
{
ānameā: āGF_AUTH_ANONYMOUS_ENABLEDā,
āvalueā: ātrueā
},
{
ānameā: āGF_AUTH_ANONYMOUS_ORG_NAMEā,
āvalueā: āMain Org.ā
},
{
ānameā: āGF_AUTH_ANONYMOUS_ORG_ROLEā,
āvalueā: āEditorā
},
{
ānameā: āGF_USERS_ALLOW_SIGN_UPā,
āvalueā: āfalseā
}
]
}
This release fixes an issue with embedding Grafana into the Home Assistant frontend using an iframe panel.
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
I found the solution to the problem I mentionned earlier. I just needed to click on reset to defaults in the addons Network settingsā¦
See this:
https://github.com/hassio-addons/addon-grafana/issues/33