Quote regex accordingly

This commit is contained in:
cn 2013-09-10 21:51:39 +02:00
parent 260ed7d3db
commit 25b86d7155
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ munin-node.
MAILLOG=${maillog:-/var/log/mail.log}
MINUTES=${minutes:-5}
OUTGOING_REGEX=${outgoing_regex:-postfix/smtp\[.*status=sent}
INCOMING_REGEX=${incoming_regex:-postfix/pipe\[.*status=sent}
OUTGOING_REGEX=${outgoing_regex:-"postfix/smtp\[.*status=sent"}
INCOMING_REGEX=${incoming_regex:-"postfix/pipe\[.*status=sent"}
# atempt to get spooldir via postconf, but environment overrides.