From: Georg Sluyterman Date: Thu, 10 Jan 2013 03:44:19 +0000 (-0800) Subject: check_afs_bos: Ignore bos output from cron jobs X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1b6a96886f3833adeb6263760082cd29a569d13b;p=packages%2Fa%2Fafs-monitor.git check_afs_bos: Ignore bos output from cron jobs --- 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 /,