Skip to content

Commit

Permalink
Fix typo in phpfpm README (influxdata#3985)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseyp authored and danielnelson committed Apr 6, 2018
1 parent ff40da6 commit fb6390e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/phpfpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
```
Expand Down

0 comments on commit fb6390e

Please sign in to comment.