diff --git a/Check.pm b/Check.pm
index e3004fb..57597b1 100644
--- a/Check.pm
+++ b/Check.pm
@@ -105,9 +105,13 @@ sub action
my $toobig = 0;
my $toosmall = 0;
my $sizeConsistencyColor = "Tomato";
- my $sizeConsistency = "???";
+ my $sizeConsistency = "ANOMALOUS";
- if ( $idBackup > 4 ) { # There are enough backup ?
+ # There are enough backup ?
+ if ( $idBackup < 4 ) {
+ my $sizeConsistencyColor = "Gray";
+ my $sizeConsistency = "Not enough backups";
+ } else {
# TOO BIG ? If the size is 6 times higher than usual :
if ( $new_size > ($new_size_q3 + ($new_size_q3 - $new_size_q1) ) * 1.5 and $new_size > $new_size_avg * 6 ) {
@@ -124,9 +128,6 @@ sub action
$sizeConsistencyColor = "MediumSeaGreen";
$sizeConsistency = "Normal";
}
- } else {
- my $sizeConsistencyColor = "Gray";
- my $sizeConsistency = "Not enough backups";
}
# Get URL for explore file