From: Russ Allbery Date: Fri, 2 Apr 2004 16:18:29 +0000 (+0000) Subject: Up the network timeout limit to five minutes, since afssvr11 is still X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=205800b0854600f61250475e2b75484711d096c0;p=packages%2Fa%2Fafs-monitor.git Up the network timeout limit to five minutes, since afssvr11 is still timing out every night. --- diff --git a/check_afsspace b/check_afsspace index 0dc55dc..1dbd075 100755 --- a/check_afsspace +++ b/check_afsspace @@ -25,7 +25,7 @@ $WARNINGS = 85; $CRITICAL = 90; # The default timeout in seconds (implemented by alarm) for vos partinfo. -$TIMEOUT = 120; +$TIMEOUT = 300; # The full path to vos. Make sure that this is on local disk so that # monitoring doesn't have an AFS dependency.