mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Add graph_scale no to php_acp_ for Percents graph
This commit is contained in:
parent
4a6b17b7bd
commit
311e2aa082
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