From f894ffa8ad65cd558538ddf7133ec343a5f44ece Mon Sep 17 00:00:00 2001 From: Georg Sluyterman Date: Sat, 12 Jan 2013 19:25:09 -0800 Subject: [PATCH] Also ignore a command status of running This is returned by long-running cron jobs, such as AFS backups. --- check_afs_bos | 1 + 1 file changed, 1 insertion(+) 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 /, -- 2.39.5