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
|
||||
|
||||
|
||||
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,7 +19,6 @@ 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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue