mirror of https://github.com/mikaku/Monitorix.git
Add note to the ProFTPD ftp_log to use ExtendedLog
For best results with the ProFTPD server add this line to its configuration file: ExtendedLog /var/log/proftpd/access.log AUTH,DIRS,READ,WRITE
This commit is contained in:
parent
854a5fc91e
commit
b0c9068138
|
@ -52,7 +52,7 @@ milter_gl = /var/milter-greylist/greylist.db
|
|||
imap_log = /var/log/imap
|
||||
hylafax_log = /var/spool/hylafax/etc/xferfaxlog
|
||||
cups_log = /var/log/cups/page_log
|
||||
ftp_log = /var/log/proftpd/access.log
|
||||
ftp_log = /var/log/proftpd/access.log # To make this work add this line to the ProFTPDs configuration file: ExtendedLog /var/log/proftpd/access.log AUTH,DIRS,READ,WRITE
|
||||
fail2ban_log = /var/log/fail2ban.log
|
||||
spamassassin_log = /var/log/maillog
|
||||
clamav_log = /var/log/clamav/clamav.log
|
||||
|
|
Loading…
Reference in New Issue