I need some help with creating a simple, but automatic site status (uptime/downtime) monitor script in ColdFusion.
Basically I would like the script to check if an application on my site is accessible or not every 60 minutes. If the application is down at 60 minutes, then I am sent an e-mail to my address.
If the application is working, then the script will check again in 60 minute to see if the application is up or not. And this cycle continues indefinitely without me having to have the page open.
Can anybody please help me with this? I am using ColdFusion 7.
Thank you
Mike