now this check is periodically failing saying that no output was returned.
exit 0;
}
if (@ARGV) {
+ print "Usage: $0 [-hv] [-t <timeout>] -H <host>\n";
warn "Usage: $0 [-hv] [-t <timeout>] -H <host>\n";
exit 3;
}
# Collect the bos output into a variable.
unless (open (BOS, "$BOS status $host -noauth -long 2>&1 |")) {
- warn "$0: cannot run rxdebug\n";
+ print "BOS UNKNOWN: cannot run bos\n";
exit 3;
}
my @bos = <BOS>;