Whenever WHIA encounters an error, I have it send me a twitter message letting me know. Using the twitter API and curl, this is a simple operation.
curl –basic –user “Twitter_Username:Twitter_Password” –data status=”Twitter Message Here” http://twitter.com/statuses/update.xml
replace Twitter_Username with your username and Twitter_Password with your password, keeping the colon “:” as the separator.