hassio-addons / addon-grafana

Grafana - Home Assistant Community Add-ons
https://addons.community
MIT License
213 stars 61 forks source link

🔨 Change health check direct to Grafana #338

Closed sinclairpaul closed 1 year ago

sinclairpaul commented 1 year ago

Proposed Changes

Change Docker health check directly to the Grafana endpoint, unfortunately this means we cannot validate nginx itself, but as nginx isn't bound to localhost, it will fail to respond. I assume the previous watchdog command was run by the supervisor, which is why it would succeed.

Related Issues

Fixes #337