diff --git a/monitor.sh b/monitor.sh index 9fddad0..c8946e6 100755 --- a/monitor.sh +++ b/monitor.sh @@ -40,7 +40,7 @@ function pingtest { } function indextest { - wget -q -T 8 -t 5 -U $(cat monitor-user-agent.txt) -O $TEMPDIR/"$CURHOST".html http://"$CURHOST" + wget -q -T 15 -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)