Skip to content

Commit

Permalink
Merge pull request #78 from mariux64/fix-logwatcher
Browse files Browse the repository at this point in the history
netlog: fix logwatcher detection
  • Loading branch information
wwwutz authored Feb 11, 2019
2 parents 43255fd + d0ede29 commit b5637ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlog/netlog
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ sub filter {

/remote fault/ and return 'REMOTE_FAULT';

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

Expand Down

0 comments on commit b5637ba

Please sign in to comment.