From: Russ Allbery Date: Thu, 25 Mar 2004 05:45:05 +0000 (+0000) Subject: Increased the timeout further to 120 seconds. volserver is sometimes just X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7fdae6525b0c385d621d724687be4675256bcee1;p=packages%2Fa%2Fafs-monitor.git Increased the timeout further to 120 seconds. volserver is sometimes just really slow. --- diff --git a/check_afsspace b/check_afsspace index 5849f75..b4df9c8 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 = 60; +$TIMEOUT = 120; # The full path to vos. Make sure that this is on local disk so that # monitoring doesn't have an AFS dependency.