I am looking for away, that I can ping or monitor a port on another server, should that port fail, or be closed, I want a script to run a command from another server.
Is there anyway to do this,
Thanks
serverspace
xeryph
Aug 14 2005, 11:51 AM
You can do it in php and set in cronjobs on another server. If some port goes down, you receive mail.
kamihacker
Aug 14 2005, 01:32 PM
QUOTE (serverspace)
Hey everyone,
I am looking for away, that I can ping or monitor a port on another server, should that port fail, or be closed, I want a script to run a command from another server.