diff --git a/Check.pm b/Check.pm index e65a954..3d50ffc 100644 --- a/Check.pm +++ b/Check.pm @@ -211,9 +211,11 @@ my $sizeConsistency = "ANOMALOUS"; # Get result if ( $toobig or $toosmall ) { $sizeConsistency = "ANOMALOUS"; + $sizeConsistencyColor = "Tomato"; } else { $sizeConsistency = "Normal"; + $sizeConsistencyColor = "MediumSeaGreen"; } # Show summary @@ -221,7 +223,7 @@ else { ${HostLink($host)} $lastAge $lastXferErrors - $sizeConsistency + $sizeConsistency random-file.txt EOF