Merge pull request #1566 from opoplawski/journalmatch

Add sendmail journalmatch options
pull/1373/merge
Serg G. Brester 2017-08-09 16:14:10 +02:00 committed by GitHub
commit af25a9d203
2 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,10 @@ failregex = ^%(__prefix_line)s\w{14}: (\S+ )?\[<HOST>\]( \(may be forged\))?: po
ignoreregex = ignoreregex =
[Init]
journalmatch = _SYSTEMD_UNIT=sendmail.service
# DEV Notes: # DEV Notes:
# #
# Author: Daniel Black # Author: Daniel Black

View File

@ -33,6 +33,8 @@ ignoreregex =
[Init] [Init]
journalmatch = _SYSTEMD_UNIT=sendmail.service
# "maxlines" is number of log lines to buffer for multi-line regex searches # "maxlines" is number of log lines to buffer for multi-line regex searches
maxlines = 10 maxlines = 10