]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
Also ignore a command status of running
authorGeorg Sluyterman <georg@sman.dk>
Sun, 13 Jan 2013 03:25:09 +0000 (19:25 -0800)
committerRuss Allbery <rra@stanford.edu>
Sun, 13 Jan 2013 03:25:09 +0000 (19:25 -0800)
This is returned by long-running cron jobs, such as AFS backups.

check_afs_bos

index 10d303d68cb083c86181420c70a5076852f9935a..aece1dad4f7dc11570d58d23c962a2cb80e1cd3c 100755 (executable)
@@ -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 /,