Ignore "bos: running unauthenticated" in check_bos, since bos status
is always run unauthenticated.
scripts, rather than reporting the problem only to standard error.
Check that the host to check was specified and report a syntax error
if it wasn't. Thanks, Tobias Wolter.
+
+ Ignore "bos: running unauthenticated" in check_bos, since bos status
+ is always run unauthenticated.
# error.
our @OKAY = (
qr/^\s*$/,
+ qr/^bos: running unauthenticated$/,
qr/^Instance\ \S+,\ \(type\ is\ \S+\)(\ has\ core\ file,)?
\ currently\ running\ normally\.$/x,
qr/^\s*Auxiliary status is: file server running\.$/,