mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Update proftpd_bytes
Fixed wrong/old path for xferlog
This commit is contained in:
parent
fcc8e1fe80
commit
89e9cdf1ed
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user