mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Merge pull request #607 from leeclemens/fix_php_apc_percentages
Add graph_scale no to php_acp_ for Percents graph
This commit is contained in:
commit
4ddb98bddb
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ if [ "$1" = "config" ] && [ "$act" = "percents" ]; then
|
||||||
cat <<'EOM'
|
cat <<'EOM'
|
||||||
graph_title APC Percents
|
graph_title APC Percents
|
||||||
graph_args -l 0 --upper-limit 100
|
graph_args -l 0 --upper-limit 100
|
||||||
|
graph_scale no
|
||||||
graph_vlabel Cache Percents %
|
graph_vlabel Cache Percents %
|
||||||
graph_category php-apc
|
graph_category php-apc
|
||||||
hits.label Hits
|
hits.label Hits
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue