diff --git a/plugins/ftp/proftpd_bytes b/plugins/ftp/proftpd_bytes index b34f38f7..730e4d44 100755 --- a/plugins/ftp/proftpd_bytes +++ b/plugins/ftp/proftpd_bytes @@ -27,11 +27,10 @@ STATEFILE=$MUNIN_PLUGSTATE/xferlog-bytes.offset if [ "$1" = "autoconf" ]; then if [ -f "${LOGFILE}" -a -n "${LOGTAIL}" -a -x "${LOGTAIL}" ] ; then echo yes - exit 0 else - echo no - exit 1 + echo "no (missing logfile or 'logtail' executable)" fi + exit 0 fi if [ "$1" = "config" ]; then