mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Plugin postfix-rbl-blocked-mails: unify whitespace
This commit is contained in:
parent
d4320aea82
commit
f3525cfa4a
@ -4,7 +4,8 @@
|
||||
# Monitor blocked Mails during Postfix RBL Scan, included Spamhaus, Spamcop, Manitu, MSRBL, NJABL
|
||||
|
||||
|
||||
LOGFILE=${logfile:-/var/log/mail.log} # Allow user to specify logfile through env.logfile
|
||||
# Allow user to specify logfile through env.logfile
|
||||
LOGFILE=${logfile:-/var/log/mail.log}
|
||||
DATE=`date '+%b %e %H'`
|
||||
MAXLABEL=20
|
||||
|
||||
@ -18,17 +19,16 @@ if [ "$1" = "autoconf" ]; then
|
||||
fi
|
||||
|
||||
if [ "$1" = "config" ]; then
|
||||
|
||||
echo 'graph_title RBL Counter'
|
||||
echo 'graph_category mail'
|
||||
echo 'graph_args --base 1000 -l 0'
|
||||
echo 'graph_vlabel block during RBL'
|
||||
echo 'spamhaus.label Blocked by Spamhaus.org'
|
||||
echo 'spamcop.label Blocked by Spamcop'
|
||||
echo 'manitu.label Blocked by manitu.net'
|
||||
echo 'msrbl.label Blocked by msrbl.net'
|
||||
echo 'njabl.label Blocked by njabl.org'
|
||||
exit 0
|
||||
echo 'graph_title RBL Counter'
|
||||
echo 'graph_category mail'
|
||||
echo 'graph_args --base 1000 -l 0'
|
||||
echo 'graph_vlabel block during RBL'
|
||||
echo 'spamhaus.label Blocked by Spamhaus.org'
|
||||
echo 'spamcop.label Blocked by Spamcop'
|
||||
echo 'manitu.label Blocked by manitu.net'
|
||||
echo 'msrbl.label Blocked by msrbl.net'
|
||||
echo 'njabl.label Blocked by njabl.org'
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user