1
0
Fork 0
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:
Mikel Olasagasti Uranga 2015-03-25 15:13:27 +01:00
parent 7264ba7d09
commit 2ad552cb04
11 changed files with 14 additions and 14 deletions

View file

@ -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