We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also would be great to make it configurable https://github.com/wodby/php/blob/master/7/templates/zz-www.conf.tmpl#L28
https://github.com/wodby/php/search?q=health&type=Commits
The text was updated successfully, but these errors were encountered:
Looks we have to add it to use k8s, the script is https://github.com/renatomefi/php-fpm-healthcheck#enable-php-fpm-status-page
Sorry, something went wrong.
For nginx unit it could use curl
/var/www/html/web # curl --unix-socket /run/control.unit.sock http://localhost/status/applications/drupal/processes/running 1 var/www/html/web # curl --unix-socket /run/control.unit.sock http://localhost/status/ { "connections": { "accepted": 2, "active": 0, "idle": 0, "closed": 2 }, "requests": { "total": 2 }, "applications": { "drupal": { "processes": { "running": 1, "starting": 0, "idle": 1 }, "requests": { "active": 0 } } } }
to wait for postgresql better to use vendor/bin/drush sqlq "SELECT 1" so it
vendor/bin/drush sqlq "SELECT 1"
No branches or pull requests
Also would be great to make it configurable
https://github.com/wodby/php/blob/master/7/templates/zz-www.conf.tmpl#L28
https://github.com/wodby/php/search?q=health&type=Commits
The text was updated successfully, but these errors were encountered: