mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Merge pull request #606 from leeclemens/fix_php_apc_grammar
Make capitalization and grammar consistent
This commit is contained in:
commit
f5e4c2d36c
1 changed files with 4 additions and 4 deletions
|
@ -62,7 +62,7 @@ graph_total Total
|
||||||
mem_avail.label Memory available
|
mem_avail.label Memory available
|
||||||
mem_avail.draw STACK
|
mem_avail.draw STACK
|
||||||
mem_avail.min 0
|
mem_avail.min 0
|
||||||
mem_used.label Memory Used
|
mem_used.label Memory used
|
||||||
mem_used.draw AREA
|
mem_used.draw AREA
|
||||||
mem_used.min 0
|
mem_used.min 0
|
||||||
EOM
|
EOM
|
||||||
|
@ -78,7 +78,7 @@ graph_args -l 0
|
||||||
graph_vlabel Cache hits
|
graph_vlabel Cache hits
|
||||||
graph_category php-apc
|
graph_category php-apc
|
||||||
graph_total Total
|
graph_total Total
|
||||||
num_misses.label Missed
|
num_misses.label Misses
|
||||||
num_misses.draw AREA
|
num_misses.draw AREA
|
||||||
num_misses.min 0
|
num_misses.min 0
|
||||||
num_hits.label Hits
|
num_hits.label Hits
|
||||||
|
@ -96,10 +96,10 @@ graph_title APC Percents
|
||||||
graph_args -l 0 --upper-limit 100
|
graph_args -l 0 --upper-limit 100
|
||||||
graph_vlabel Cache Percents %
|
graph_vlabel Cache Percents %
|
||||||
graph_category php-apc
|
graph_category php-apc
|
||||||
hits.label hits
|
hits.label Hits
|
||||||
hits.draw AREA
|
hits.draw AREA
|
||||||
hits.min 0
|
hits.min 0
|
||||||
misses.label misses
|
misses.label Misses
|
||||||
misses.draw STACK
|
misses.draw STACK
|
||||||
misses.min 0
|
misses.min 0
|
||||||
misses.warning 50
|
misses.warning 50
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue