|
|
@ -129,8 +129,8 @@ sub action |
|
|
|
($shortErr = $Status{$host}{error}) =~ s/(.{48}).*/$1.../; |
|
|
|
($shortErr = $Status{$host}{error}) =~ s/(.{48}).*/$1.../; |
|
|
|
$shortErr = " ($shortErr)"; |
|
|
|
$shortErr = " ($shortErr)"; |
|
|
|
} |
|
|
|
} |
|
|
|
my $sizeConsistency = `/bin/perl check_size_consistency.pl --host=localhost`; |
|
|
|
my $sizeConsistency = print(`/bin/perl check_size_consistency.pl --host=localhost`); |
|
|
|
|
|
|
|
|
|
|
|
$str = <<EOF; |
|
|
|
$str = <<EOF; |
|
|
|
<tr$reasonHilite><td class="border">${HostLink($host)}</td> |
|
|
|
<tr$reasonHilite><td class="border">${HostLink($host)}</td> |
|
|
|
<td align="center" class="border" style="color:Gray">$fullAge</td> |
|
|
|
<td align="center" class="border" style="color:Gray">$fullAge</td> |
|
|
|