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:
parent
260ed7d3db
commit
25b86d7155
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user