From: Russ Allbery Date: Thu, 25 Mar 2004 02:50:26 +0000 (+0000) Subject: Change the default timeout for the AFS space check to a minute, since the X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=eae120f9e85f01bce424dc20515b283b9f17d04d;p=packages%2Fa%2Fafs-monitor.git Change the default timeout for the AFS space check to a minute, since the volserver is single-threaded and sometimes doesn't respond quickly. --- diff --git a/check_afsspace b/check_afsspace index 6cd82f7..5849f75 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 = 10; +$TIMEOUT = 60; # The full path to vos. Make sure that this is on local disk so that # monitoring doesn't have an AFS dependency.