mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00:00
Category Tree: reduce number of categories
This commit is contained in:
parent
c4b2d9a8e3
commit
ff883dee02
17 changed files with 24 additions and 24 deletions
|
@ -44,7 +44,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_title Ipvs Traffic'
|
||||
echo 'graph_args --base 1000 -l 0 '
|
||||
echo 'graph_vlabel Bytes in (-) / out (+)'
|
||||
echo 'graph_category Ipvs'
|
||||
echo 'graph_category loadbalancer'
|
||||
echo 'graph_info Indicate the ipvs traffic.'
|
||||
|
||||
for IP in $IPLIST; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue