master
Heuzef 5 years ago
parent 62ffb46856
commit 8bb85a1191
  1. 3
      Check.pm

@ -52,13 +52,12 @@ sub action
# Age
for ( my $i = 0 ; $i < @Backups ; $i++ ) {
if ( $Backups[$i]{type} eq "full" or "incr" ) {
if ( $Backups[$i]{type} eq "full" or "incr" ) {
$lastAge = sprintf("%.1f", (time - $Backups[-1]{startTime}) / (24 * 3600));
$lastAge = sprintf("%.1f", (time - $Backups[-1]{startTime}) / (24 * 3600));
}
}
# Color for age
if ( $lastAge < $frequency ) {
$lastAgeColor = "MediumSeaGreen";

Loading…
Cancel
Save