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.
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.