From fb6390e7ab6a3f66ec0d2fdaef408391f7dc50f0 Mon Sep 17 00:00:00 2001 From: alekseyp Date: Fri, 6 Apr 2018 19:20:36 -0400 Subject: [PATCH] Fix typo in phpfpm README (#3985) --- plugins/inputs/phpfpm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/phpfpm/README.md b/plugins/inputs/phpfpm/README.md index aed41ada6..531edae24 100644 --- a/plugins/inputs/phpfpm/README.md +++ b/plugins/inputs/phpfpm/README.md @@ -24,7 +24,7 @@ Get phpfpm stats using either HTTP status page or fpm socket. ## "fcgi://10.0.0.12:9000/status" ## "cgi://10.0.10.12:9001/status" ## - ## Example of multiple gathering from local socket and remove host + ## Example of multiple gathering from local socket and remote host ## urls = ["http://192.168.1.20/status", "/tmp/fpm.sock"] urls = ["http://localhost/status"] ```