From 89e9cdf1edd3b5422a565a15d37bba4b517fc969 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 10 Jul 2015 15:37:19 +0200 Subject: [PATCH] Update proftpd_bytes Fixed wrong/old path for xferlog --- plugins/ftp/proftpd_bytes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ftp/proftpd_bytes b/plugins/ftp/proftpd_bytes index e1cdb31d..85d3ef39 100755 --- a/plugins/ftp/proftpd_bytes +++ b/plugins/ftp/proftpd_bytes @@ -20,7 +20,7 @@ mktempfile () { mktemp -t $1 } -LOGFILE=${logfile:-/var/log/xferlog} +LOGFILE=${logfile:-/var/log/proftpd/xferlog} LOGTAIL=${logtail:-`which logtail`} STATEFILE=/var/lib/munin/plugin-state/xferlog-bytes.offset