Skip to content

Commit

Permalink
netlog: Remove logwatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Jan 20, 2023
1 parent f1cb776 commit a8f6bac
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions netlog/netlog
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,6 @@ sub filter {

/remote fault/ and return 'REMOTE_FAULT';

if ($proc eq 'logwatcher' && /block IP/) { # /project/admin/tools/logwatcher.pl on geniux
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 a8f6bac

Please sign in to comment.