Skip to content

Commit

Permalink
Merge pull request #607 from leeclemens/fix_php_apc_percentages
Browse files Browse the repository at this point in the history
Add graph_scale no to php_acp_ for Percents graph
  • Loading branch information
steveschnepp committed Oct 8, 2016
2 parents 1140fef + 311e2aa commit 4ddb98b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/php/php_apc_
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ if [ "$1" = "config" ] && [ "$act" = "percents" ]; then
cat <<'EOM'
graph_title APC Percents
graph_args -l 0 --upper-limit 100
graph_scale no
graph_vlabel Cache Percents %
graph_category php-apc
hits.label Hits
Expand Down

0 comments on commit 4ddb98b

Please sign in to comment.