dashy
dashy copied to clipboard
Does Dashy have a built-in health-check endpoint for dashy itself?
Question
I can't find any docs / code on this specifically.
Does dashy itself have a health endpoint that can be hit instead of loading the whole dashboard by an external monitor?
In my DNS case, I'd love to see dashy.home.io/health
return the health code.
Category
Status Checking
Please tick the boxes
- [X] You are using a supported version of Dashy (check the first two digits of the version number)
- [X] You've checked that this question hasn't already been raised
- [X] You've checked the docs and troubleshooting guide
- [X] You agree to the code of conduct
Id like to deploy this with k8s and not use the test: ['CMD', 'node', '/app/services/healthcheck']
mentioned here
Id instead like to use a /something
endpoint that can respond with 200 if fully loaded or something else if not fully loaded
This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.
It doesn't currently, but I could build one. Is the requirements just a GET page that returns a 200 when the app is healthy?
Currently working on #799, but if this feature turns out to be a quick one, I can include it in that PR.
Would be amazing @Lissy93 to have that endpoint, I think it makes much more sense than the current one tbh.
I would also try to contribute for that but my node skills are simple null :(