1
0
Fork 0
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:
Lars Kruse 2018-08-01 22:32:40 +02:00
parent 01c2f1ca2d
commit 7c3074b5f0
4 changed files with 4 additions and 4 deletions

View file

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