1
0
mirror of https://github.com/cmur2/munin-postfix.git synced 2024-11-18 12:56:17 +01:00

Quote regex accordingly

This commit is contained in:
cn 2013-09-10 21:51:39 +02:00
parent 260ed7d3db
commit 25b86d7155

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.