Hi,
Want to be alerted when a secure remote proxy server stop working; for instance if Apache hangs for some reason.
As the remote machine will still be up, will still be able to ping
, though this would prove very little.
Need to be able to script something that requests a path through the proxy and then returns the result.
Investigated PHP/PEAR Net library, thinking something like Net_traceroute()
could be a starting point, but can't figure out how to force the route through the server.
Any ideas? Should I even be using PHP or would another language make this easier?
Cheers,
AJ