give more timeout and tries

This commit is contained in:
2014-12-18 23:42:05 +01:00
parent 2a1a51a73c
commit 873499a733
+1 -1
View File
@@ -36,7 +36,7 @@ function pingtest {
} }
function indextest { 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 if [ -e sites/"$CURHOST".ignore ]; then
CURIGN=$(cat sites/"$CURHOST".ignore) CURIGN=$(cat sites/"$CURHOST".ignore)