Does anyone know how I could go about doing this?
What I want to be able to do is test to see if one of my servers is up or down every X hours or minutes. It would be done through either a http or a ftp connection, NOT through pinging. Im not quite sure how to go about doing this, any ideas? Thanks!

    Yeah, I would just use fsockopen to open a connection on port 80(http port)...if the connection is made, the server is up.

    Just setup a cron job to run that script however often you need

      Write a Reply...