Changeset 2824 for trunk


Ignore:
Timestamp:
Feb 23, 2017, 12:40:51 AM (7 years ago)
Author:
andersk
Message:
d_zroot: Ignore accepted public key messages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/syslog-ng/d_zroot.pl

    r2294 r2824  
    136136        } elsif ($message =~ m|^Set /proc/self/oom_score_adj to |) {
    137137        } elsif ($message =~ m|^selinux sandbox not useful \[preauth\]$|) {
     138        } elsif ($message =~ m|^Accepted \S+ public key \S+ from \S+$|) {
    138139        } else {
    139140            sendmsg($message, "scripts-spew");
Note: See TracChangeset for help on using the changeset viewer.