From 7fdae6525b0c385d621d724687be4675256bcee1 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 25 Mar 2004 05:45:05 +0000 Subject: [PATCH] Increased the timeout further to 120 seconds. volserver is sometimes just really slow. --- check_afsspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5