mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Plugin postfix-rbl-blocked-mails: unify whitespace
This commit is contained in:
parent
d4320aea82
commit
f3525cfa4a
1 changed files with 12 additions and 12 deletions
|
@ -4,7 +4,8 @@
|
||||||
# Monitor blocked Mails during Postfix RBL Scan, included Spamhaus, Spamcop, Manitu, MSRBL, NJABL
|
# 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'`
|
DATE=`date '+%b %e %H'`
|
||||||
MAXLABEL=20
|
MAXLABEL=20
|
||||||
|
|
||||||
|
@ -18,17 +19,16 @@ if [ "$1" = "autoconf" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" = "config" ]; then
|
if [ "$1" = "config" ]; then
|
||||||
|
echo 'graph_title RBL Counter'
|
||||||
echo 'graph_title RBL Counter'
|
echo 'graph_category mail'
|
||||||
echo 'graph_category mail'
|
echo 'graph_args --base 1000 -l 0'
|
||||||
echo 'graph_args --base 1000 -l 0'
|
echo 'graph_vlabel block during RBL'
|
||||||
echo 'graph_vlabel block during RBL'
|
echo 'spamhaus.label Blocked by Spamhaus.org'
|
||||||
echo 'spamhaus.label Blocked by Spamhaus.org'
|
echo 'spamcop.label Blocked by Spamcop'
|
||||||
echo 'spamcop.label Blocked by Spamcop'
|
echo 'manitu.label Blocked by manitu.net'
|
||||||
echo 'manitu.label Blocked by manitu.net'
|
echo 'msrbl.label Blocked by msrbl.net'
|
||||||
echo 'msrbl.label Blocked by msrbl.net'
|
echo 'njabl.label Blocked by njabl.org'
|
||||||
echo 'njabl.label Blocked by njabl.org'
|
exit 0
|
||||||
exit 0
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue