Skip to content

Commit

Permalink
Merge pull request #111 from mariux64/add-netlog-smtpwatcher
Browse files Browse the repository at this point in the history
netlog: add smtpwatcher awareness
  • Loading branch information
pmenzel authored Dec 16, 2019
2 parents 61b546d + 11b970d commit d8f6b34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netlog/netlog
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ sub filter {
return 'LOGWATCHER';
}

if ($proc eq 'smtpwatcher' && /block IP/) { # /project/admin/tools/smtpwatcher.pl on tldr
return 'LOGWATCHER';
}

/scheduling restart/ and return 'SERVICE_RESTART';

/RPC request reserved/ and return 'NFS_41_PROBLEM';
Expand Down

0 comments on commit d8f6b34

Please sign in to comment.