From b0c90681380769bca0a838d2380c9a79cf09b4f6 Mon Sep 17 00:00:00 2001 From: Attila <1230402+borzaka@users.noreply.github.com> Date: Thu, 19 Sep 2019 12:18:33 +0200 Subject: [PATCH 1/2] 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 --- monitorix.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitorix.conf b/monitorix.conf index 776fd93..377de30 100644 --- a/monitorix.conf +++ b/monitorix.conf @@ -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 From 17ae7af58a70284bcbb591120798b3ccf8834e69 Mon Sep 17 00:00:00 2001 From: Attila <1230402+borzaka@users.noreply.github.com> Date: Wed, 9 Oct 2019 12:59:23 +0200 Subject: [PATCH 2/2] Add a shorter note to the ProFTPD ftp_log A shorter note to read the manual, because you have to edit your ProFTPD config to make this setting work. --- monitorix.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitorix.conf b/monitorix.conf index 377de30..6c54f18 100644 --- a/monitorix.conf +++ b/monitorix.conf @@ -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 # To make this work add this line to the ProFTPDs configuration file: ExtendedLog /var/log/proftpd/access.log AUTH,DIRS,READ,WRITE +ftp_log = /var/log/proftpd/access.log # Check monitorix.conf(5) manpage how to edit your ProFTPD server. fail2ban_log = /var/log/fail2ban.log spamassassin_log = /var/log/maillog clamav_log = /var/log/clamav/clamav.log