]> arthur.barton.de Git - netdata.git/blobdiff - charts.d/phpfpm.chart.sh
uniform logging from all scripts
[netdata.git] / charts.d / phpfpm.chart.sh
index 16669e1be065ea357d680d8d2c293a2ba436f3a8..a5ee0ad561637dd3dd30571e966d1863c019ffb4 100755 (executable)
@@ -1,9 +1,13 @@
 # no need for shebang - this file is loaded from charts.d.plugin
 
-# if this chart is called X.chart.sh, then all functions and global variables
-# must start with X_
-
-# first, you need open php-fpm status in php-fpm.conf 
+# netdata
+# real-time performance and health monitoring, done right!
+# (C) 2016 Costa Tsaousis <costa@tsaousis.gr>
+# GPL v3+
+#
+# Contributed by @safeie with PR #276
+
+# first, you need open php-fpm status in php-fpm.conf
 # second, you need add status location in nginx.conf
 # you can see, https://easyengine.io/tutorials/php/fpm-status-page/