From 1b6a96886f3833adeb6263760082cd29a569d13b Mon Sep 17 00:00:00 2001 From: Georg Sluyterman Date: Wed, 9 Jan 2013 19:44:19 -0800 Subject: [PATCH] check_afs_bos: Ignore bos output from cron jobs --- check_afs_bos | 1 + 1 file changed, 1 insertion(+) diff --git a/check_afs_bos b/check_afs_bos index 1411a0e..3a368e3 100755 --- a/check_afs_bos +++ b/check_afs_bos @@ -49,6 +49,7 @@ our @OKAY = ( qr/^Instance\ \S+,\ \(type\ is\ \S+\)(\ has\ core\ file,)? \ currently\ running\ normally\.$/x, qr/^\s*Auxiliary status is: file server running\.$/, + qr/^\s*Auxiliary status is: run next at .+$/, qr/^\s*Process last started at /, qr/^\s*Last exit at /, qr/^\s*Last error exit at /, -- 2.39.5