]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/python.d/phpfpm.conf
fixed typos and formating of isc_dhcpd.conf file; #1424
[netdata.git] / conf.d / python.d / phpfpm.conf
index 06d2367aec536e1b97edfdcff044044e05012c10..f5d067cc7dff21fbc8feaa80ca27f5ff93f1cc2f 100644 (file)
@@ -57,6 +57,7 @@
 # Additionally to the above, PHP-FPM also supports the following:
 #
 #     url: 'URL'       # the URL to fetch nginx's status stats
+#                      # Be sure and include ?full&status at the end of the url
 #
 # if the URL is password protected, the following are supported:
 #
 
 localhost:
   name : 'local'
-  url  : "http://localhost/status"
+  url  : "http://localhost/status?full&json"
 
 localipv4:
   name : 'local'
-  url  : "http://127.0.0.1/status"
+  url  : "http://127.0.0.1/status?full&json"
 
 localipv6:
   name : 'local'
-  url  : "http://::1/status"
+  url  : "http://::1/status?full&json"