I think you still can use wget, here's how:
Enter this line in a batch file.
wget --spider http://www.xxxxxx.com (<-enter good URL)
Create a job which runs this batch file.
When running this script wget will return an errorlevel which you can check with conditions in Visualcron.
If the site is found, it gives a 0, if it is not found it gives a 1.
In your next task in the job you use a condition which looks at the exitcode of the previous task and continious the tasks if the errorlevel is 1.
This task in the job should trigger you to do someting.
So with two tasks you can manage what you want. (You can do it with only 1 if you use the notifications 😗 )
I think the ping task works the same. I didn't check it, but I think it gives an error when it isn't able to ping a website.
Good luck!
Edited by user
2008-06-25T09:32:11Z
|
Reason: Not specified
Uses Visualcron since 2006.