From: Georg Sluyterman Date: Sun, 13 Jan 2013 03:25:09 +0000 (-0800) Subject: Also ignore a command status of running X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f894ffa8ad65cd558538ddf7133ec343a5f44ece;p=packages%2Fa%2Fafs-monitor.git Also ignore a command status of running This is returned by long-running cron jobs, such as AFS backups. --- diff --git a/check_afs_bos b/check_afs_bos index 10d303d..aece1da 100755 --- a/check_afs_bos +++ b/check_afs_bos @@ -50,6 +50,7 @@ our @OKAY = ( \ currently\ running\ normally\.$/x, qr/^\s*Auxiliary status is: file server running\.$/, qr/^\s*Auxiliary status is: run next at .+$/, + qr/^\s*Auxiliary status is: running now\.$/, qr/^\s*Process last started at /, qr/^\s*Last exit at /, qr/^\s*Last error exit at /,