I need to create a vbscript that will verify our website is available. I would like the script to request a page and check that it has rendered fully. If it has, the script can stop. If it hasn't, then I'd like the script to retry until it is successful or has 4 failed attempts. On the 4th failed attempt, it would send an email.
1. Is this possible to do with vbscipt?
2. If so, does anyone have a sample script?
I am fairly new to OOP (primarily a mainframe developer) so simple explanations are always appreciated. I have done simple scripts to stop/start services and send an email when a problem is encountered so I am a little familiar with the email process.
Thank you!
1. Is this possible to do with vbscipt?
2. If so, does anyone have a sample script?
I am fairly new to OOP (primarily a mainframe developer) so simple explanations are always appreciated. I have done simple scripts to stop/start services and send an email when a problem is encountered so I am a little familiar with the email process.
Thank you!