]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
Increased the timeout further to 120 seconds. volserver is sometimes just
authorRuss Allbery <rra@stanford.edu>
Thu, 25 Mar 2004 05:45:05 +0000 (05:45 +0000)
committerRuss Allbery <rra@stanford.edu>
Thu, 25 Mar 2004 05:45:05 +0000 (05:45 +0000)
really slow.

check_afsspace

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