in reply to Remote host back online test

As per andyford, ping only tells you the network stack/code is up. You really need an application specific test to tell you if the app is working. eg for a DB it'd be something like 'select now()'

Cheers
Chris