mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-09 23:43:57 +00:00
Category Tree: reduce number of categories
This commit is contained in:
parent
ff883dee02
commit
6c3ce4e1e5
26 changed files with 26 additions and 26 deletions
|
@ -63,7 +63,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_title Ipfw rules counters $NAME"
|
||||
echo 'graph_args --base 1000 -l 0'
|
||||
echo 'graph_vlabel bits / ${graph_period}'
|
||||
echo 'graph_category network'
|
||||
echo 'graph_category fw'
|
||||
draw="AREA"
|
||||
for rule in $rules; do
|
||||
eval "label0=\$rule_${rule}_label"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue