diff -r a154e6fd3163 -r 379eae48e070 check_rsnapshot.pl --- a/check_rsnapshot.pl Tue Apr 02 10:10:06 2013 +0200 +++ b/check_rsnapshot.pl Tue Apr 02 10:27:33 2013 +0200 @@ -102,11 +102,6 @@ exit $ERRORS{CRITICAL}; } - if (-z $logfile) { - print "RSNAPSHOT WARNING: logfile $logfile - has zero size\n"; - exit $ERRORS{WARNING}; - } - next if (stat $logfile)[9] < $maxage; if ($logfile =~ /\.gz$/) {