journalwatch: postfix
[ansible.git] / roles / journalwatch / templates / patterns
1 # In this file, patterns for journalwatch are defined to blacklist all journal
2 # messages which are not errors.
3 #
4 # Lines starting with '#' are comments. Inline-comments are not permitted.
5 #
6 # The patterns are separated into blocks delimited by empty lines. Each block
7 # matches on a log entry field, and the patterns in that block then are matched
8 # against all messages with a matching log entry field.
9 #
10 # The syntax of a block looks like this:
11 #
12 # <field> = <value>
13 # <pattern>
14 # [<pattern>]
15 # [...]
16 #
17 # If <value> starts and ends with a slash, it is interpreted as a regular
18 # expression, if not, it's an exact match. Patterns are always regular
19 # expressions.
20 #
21 # Below are some useful examples. If you have a small set of users, you might
22 # want to adjust things like "user \w" to something like "user (root|foo|bar)".
23 #
24 # The regular expressions are extended Python regular expressions, for details
25 # see:
26 #
27 # https://docs.python.org/3.4/library/re.html#regular-expression-syntax
28 # https://docs.python.org/3.4/howto/regex.html
29 # http://doc.pyschools.com/html/regex.html
30 #
31 # The journal fields are explained in systemd.journal-fields(7).
32
33 _SYSTEMD_UNIT = systemd-logind.service
34 New session [a-z]?\d+ of user \w+\.
35 Removed session [a-z]?\d+\.
36
37 SYSLOG_IDENTIFIER = /(CROND|crond)/
38 pam_unix\(crond:session\): session (opened|closed) for user \w+
39 \(\w+\) CMD .*
40
41 SYSLOG_IDENTIFIER = systemd
42 (Stopped|Stopping|Starting|Started) .*
43 (Created slice|Removed slice) user-\d+\.slice\.
44 Received SIGRTMIN\+24 from PID .*
45 (Reached target|Stopped target) .*
46 Startup finished in \d+ms\.
47 {% if journalwatch is defined and journalwatch.strato_broken | default(False) %}
48 Failed to create /user.slice/user-\d+.slice/user@\d+.service/init.scope control group: Permission denied
49 Failed to allocate manager object: Permission denied
50 {% endif %}
51
52 _SYSTEMD_UNIT = init.scope
53 user@\d+\.service: Killing process \d+ \(kill\) with signal SIGKILL\.
54 {% if journalwatch is defined and journalwatch.strato_broken | default(False) %}
55 Failed to set devices.allow on /system.slice/[a-z-]+.service: Operation not permitted
56 {% endif %}
57
58 SYSLOG_IDENTIFIER = sudo
59 \s*[_\w.-]+ : TTY=(unknown|console|(pts/|ttyp?|vc/)\d+) ; PWD=[^;]+ ; USER=[._\w-]+ ; COMMAND=.*
60
61 _SYSTEMD_UNIT = postfix@-.service
62 warning: hostname [^\s]+ does not resolve to address [\da-fA-F.:]+(: Name or service not known)?
63 warning: [._\w-]+\[[\da-fA-F.:]+\]: SASL LOGIN authentication failed:.*
64 warning: non-SMTP command from \w+\[[\da-fA-F.:]+\]: .*
65 warning: TLS library problem: error:[0-9A-F]+:SSL routines:\w+:(no shared cipher|decryption failed or bad record mac|unknown protocol|version too low):[\w./]+:\d+:
66 {% if journalwatch is defined and journalwatch.postfix_slow | default(False) %}
67 warning: psc_cache_update: btree:/var/lib/postfix/[a-z_]+ (update|lookup) average delay is \d\d\d ms
68 {% endif %}
69
70 _SYSTEMD_UNIT = dovecot.service
71 auth: Warning: auth client \d+ disconnected with \d+ pending requests: (EOF|Connection reset by peer)
72
73 SYSLOG_IDENTIFIER = sshd
74 error: Received disconnect from [\da-fA-F.:]+ port \d+:\d+: .*
75 error: maximum authentication attempts exceeded for (invalid user \w*|\w+) from [\da-fA-F.:]+ port \d+ ssh2 \[preauth\]
76 fatal: ssh_packet_get_string: string is too large \[preauth\]
77
78 _SYSTEMD_UNIT = bind9.service
79 client [\da-fA-F.:]+#\d+( \([\w.-]+\))?: (zone transfer '[\w.-]+/AXFR/IN' denied|message parsing failed: (bad compression pointer|bad label type|unexpected end of input))
80
81 _SYSTEMD_UNIT = opendkim.service
82 [A-Z0-9]+: (bad signature data|failed to parse [Aa]uthentication-[Rr]esults: header field)