mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Normalize php's plugin categories
This commit is contained in:
parent
7264ba7d09
commit
2ad552cb04
11 changed files with 14 additions and 14 deletions
|
@ -56,7 +56,7 @@ cat <<'EOM'
|
|||
graph_title APC Memory usage
|
||||
graph_args -l 0 --base 1024
|
||||
graph_vlabel Memory usage
|
||||
graph_category apache
|
||||
graph_category php-apc
|
||||
graph_order mem_used mem_avail
|
||||
graph_total Total
|
||||
mem_avail.label Memory available
|
||||
|
@ -76,7 +76,7 @@ cat <<'EOM'
|
|||
graph_title APC Hits
|
||||
graph_args -l 0
|
||||
graph_vlabel Cache hits
|
||||
graph_category apache
|
||||
graph_category php-apc
|
||||
graph_total Total
|
||||
num_misses.label Missed
|
||||
num_misses.draw AREA
|
||||
|
@ -95,7 +95,7 @@ cat <<'EOM'
|
|||
graph_title APC Percents
|
||||
graph_args -l 0 --upper-limit 100
|
||||
graph_vlabel Cache Percents %
|
||||
graph_category apache
|
||||
graph_category php-apc
|
||||
hits.label hits
|
||||
hits.draw AREA
|
||||
hits.min 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue