jacobalberty / firebird-docker

Firebird Dockerfile
130 stars 96 forks source link

HEALTHCHECK #19

Closed jacobalberty closed 2 years ago

jacobalberty commented 7 years ago

I will be adding healthcheck support soon.

See: https://blog.newrelic.com/2016/08/24/docker-health-check-instruction/ for details on the docker side of things.

For the firebird specific implementation I will be adding a simple script to check things. The defaults will simply do the equivalent of nc -z 127.0.0.1 3050 but I will also likely support some way of specifying a username/password/database combination to allow more in depth server health monitoring.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.