]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
Up the network timeout limit to five minutes, since afssvr11 is still
authorRuss Allbery <rra@stanford.edu>
Fri, 2 Apr 2004 16:18:29 +0000 (16:18 +0000)
committerRuss Allbery <rra@stanford.edu>
Fri, 2 Apr 2004 16:18:29 +0000 (16:18 +0000)
timing out every night.

check_afsspace

index 0dc55dc48c43b22e94f47595bc3244035315a5d5..1dbd07529eba5b8154768a02211bf8bbc0a4ff1f 100755 (executable)
@@ -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.