From eae120f9e85f01bce424dc20515b283b9f17d04d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 25 Mar 2004 02:50:26 +0000 Subject: [PATCH] Change the default timeout for the AFS space check to a minute, since the volserver is single-threaded and sometimes doesn't respond quickly. --- check_afsspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5