allangood / rtlamr2mqtt

Docker container to send rtlamr readings to a mqtt broker
MIT License
292 stars 47 forks source link

Support health check HTTP endpoint #224

Closed onedr0p closed 6 months ago

onedr0p commented 7 months ago

Hi 👋🏼

It would be awesome if rtlamr2mqtt had some sort of way to restart automatically on failure, one way to do this would be to implement a HTTP web server with a /healthcheck endpoint that containers can use to determine it's health and restart if needed.

Related: https://github.com/allangood/rtlamr2mqtt/issues/218