From 873499a733e55d88a9aaa1d781990ad825567f21 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 18 Dec 2014 23:42:05 +0100 Subject: [PATCH] give more timeout and tries --- monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.sh b/monitor.sh index 80f4eef..009b639 100755 --- a/monitor.sh +++ b/monitor.sh @@ -36,7 +36,7 @@ function pingtest { } function indextest { - wget -q -T 5 -t 2 -U $(cat monitor-user-agent.txt) -O $TEMPDIR/"$CURHOST".html http://"$CURHOST" + wget -q -T 8 -t 5 -U $(cat monitor-user-agent.txt) -O $TEMPDIR/"$CURHOST".html http://"$CURHOST" if [ -e sites/"$CURHOST".ignore ]; then CURIGN=$(cat sites/"$CURHOST".ignore)