${HostLink($host)} |
- $lastAge (Freq: $frequency) |
- $lastXferErrors |
- $sizeConsistency |
- Explore files ... |
+ # Show summary
+ $str = <${HostLink($host)} |
+ $lastAge (Freq: $frequency) |
+ $lastXferErrors |
+ $sizeConsistency |
+ Explore files ... |
EOF
- # Increment counter
- if ( @Backups == 0 ) {
- $hostCntNone++;
- $strNone .= $str;
- } else {
- $hostCntGood++;
- $strGood .= $str;
- }
+ # Increment counter
+ if ( @Backups == 0 ) {
+ $hostCntNone++;
+ $strNone .= $str;
+ } else {
+ $hostCntGood++;
+ $strGood .= $str;
+ }
}
# End loop