CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

Container/Service NEO-SCAN HealthCheck monitoring #126

Closed nunojusto closed 5 years ago

nunojusto commented 5 years ago

Describe the Solution

We need a way to monitor the container and restart or manage services when they are not working.

Why?

There's a way to restart always every time the container is stopped but that's not all we need. Often we see the container working but the service inside not working, so we need more than that. Also, having a curl waiting for reply is not enough.