Graph order have to contain field names not labels, please fix it.
Patch:
--- a/phpfpm_status
+++ b/phpfpm_status
@@ -45,7 +45,7 @@ if ( defined $ARGV[0] and $ARGV[0] eq "config" )
graph_args --base 1024 -l 0
graph_vlabel Connections
graph_category PHP
-graph_order Idle Active Total
+graph_order idle active total
graph_info Plugin created by TJ Stein
idle.label Idle
idle.draw AREA
Graph order have to contain field names not labels, please fix it.
Patch: