mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Adjust categories for some mail-related plugins
This commit is contained in:
parent
01c2f1ca2d
commit
7c3074b5f0
4 changed files with 4 additions and 4 deletions
|
@ -116,7 +116,7 @@ fi
|
|||
if [ "$1" = "config" ]; then
|
||||
echo 'graph_title IMAP bandwidth'
|
||||
echo 'graph_vlabel to (+) / from (-) server [bit/s]'
|
||||
echo 'graph_category network'
|
||||
echo 'graph_category mail'
|
||||
for item in $SERVERS; do
|
||||
key="$(echo "$item" | cut -f 1 -d =)"
|
||||
clean_name="$(clean_fieldname "$key")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue