mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Category Tree: Reduce number of categories
multiple plugins -> "mail" (qsmtpd, zimbra) ossec -> "security" (ossec) zeo -> appserver (zope)
This commit is contained in:
parent
30685b4c66
commit
ed77c82d8a
12 changed files with 14 additions and 14 deletions
|
@ -58,7 +58,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_args --base 1024 -l 0 '
|
||||
echo 'graph_scale yes'
|
||||
echo 'graph_vlabel Mailboxsize'
|
||||
echo 'graph_category Zimbra'
|
||||
echo 'graph_category mail'
|
||||
/opt/zimbra/bin/zmprov gqu $(hostname)|awk '$3>102400 {sub (/@.*/, "",$1); sub(/\./, "_" ,$1); print $1".label "$1}'
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue