Skip to content

Commit

Permalink
Merge pull request #14 from red-led/patch-1
Browse files Browse the repository at this point in the history
Update phpfpm_status
  • Loading branch information
hermzz committed Nov 18, 2013
2 parents ae8d15d + 9c36131 commit f52b1e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpfpm_status
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ 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 active idle total
graph_info Plugin created by TJ Stein
idle.label Idle
idle.draw AREA
active.label Active
active.draw AREA
idle.label Idle
idle.draw STACK
total.label Total
total.draw STACK
total.draw LINE1
');

exit 0;
Expand Down

0 comments on commit f52b1e0

Please sign in to comment.