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)