]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
Change the default timeout for the AFS space check to a minute, since the
authorRuss Allbery <rra@stanford.edu>
Thu, 25 Mar 2004 02:50:26 +0000 (02:50 +0000)
committerRuss Allbery <rra@stanford.edu>
Thu, 25 Mar 2004 02:50:26 +0000 (02:50 +0000)
volserver is single-threaded and sometimes doesn't respond quickly.

check_afsspace

index 6cd82f7d0704e728315dd46f5cbb30c858eadb0c..5849f75d21e1d9efba30173366fa8b54fea539f9 100755 (executable)
@@ -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.