check_phpfpm_status icon indicating copy to clipboard operation
check_phpfpm_status copied to clipboard

Not IPv6 capable

Open Seegras opened this issue 11 years ago • 1 comments

DEBUG: HTTP url: http://webserver/fpm-status DEBUG: HTTP request: IP used (better if it's an IP):webserver GET http://webserver/fpm-status Host: webserver

PHP-FPM CRITICAL - 500 Can't connect to webserver:80 (Connection refused)

Same result if you put "use Net::INET6Glue::INET_is_INET6;" into it.

The bug is sadly probably out of your control, because it's actually in LWP::UserAgent;

Using "use LWP::Simple;" and do a "get('$url');" would work, but that doesn't give us the http status codes...

Seegras avatar Oct 09 '13 12:10 Seegras

Labelling this as both bug and feature.

regilero avatar Oct 10 '13 06:10 regilero