mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Update proftpd_count
Fixed wrong/old path for xferlog
This commit is contained in:
parent
fcc8e1fe80
commit
3adc1590e6
1 changed files with 1 additions and 1 deletions
|
@ -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-count.offset
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue