php-fpm-exporter
php-fpm-exporter copied to clipboard
Empty reply from server
Hi.
Trying to run exporter from Docker image but have the "Empty reply from server" error even for the healthz
URI.
Docker command:
# docker run -ti -p 8080:8080 bakins/php-fpm-exporter:v0.4.1
And nothing going to stdout.
Then curl
returns:
# curl localhost:8080/healthz
curl: (52) Empty reply from server
What I'm doing wrong here?