Skip to content

netlog: add smtpwatcher awareness #111

Merged
merged 1 commit into from
Dec 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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