Logwatch에서 proftp 인증 실패 메시지를 제외하는 방법은 무엇입니까?

Logwatch에서 proftp 인증 실패 메시지를 제외하는 방법은 무엇입니까?

내 서버에서 사용 logwatch중인데 보고서 이메일에 수천 개의 행이 표시됩니다.

--------------------- pam_unix Begin ------------------------ 

 proftpd:
    Unknown Entries:
       check pass; user unknown: 339 Time(s)
       authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=::ffff:62.115.255.98 : 27 Time(s)
       authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=::ffff:188.102.152.23 : 7 Time(s)
...

내 로깅 수준이 이미 매우 낮습니다.

답변1

편집하다/etc/logwatch/conf/logwatch.conf

그리고 추가하세요

Service = "-proftpd-messages"
Service = "-pam_unix"

관련 정보