From 843e236b4639617500f492f801df3a0c0f1460e7 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 2 Oct 2018 17:31:20 -0400 Subject: Fix phpfpm ipv6 configuration (#4348) IPv6 literals in URLs must be enclosed in square brackets --- conf.d/python.d/phpfpm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d') diff --git a/conf.d/python.d/phpfpm.conf b/conf.d/python.d/phpfpm.conf index 08688e2fa6..571eb91567 100644 --- a/conf.d/python.d/phpfpm.conf +++ b/conf.d/python.d/phpfpm.conf @@ -86,5 +86,5 @@ localipv4: localipv6: name : 'local' - url : "http://::1/status?full&json" + url : "http://[::1]/status?full&json" -- cgit v1.2.3