I've been looking for a uptime script that allows me to monitor servers on my hosting company.

I want to monitor 6 servers all using name.mydomain.com (Each server has its own dns record to its shared IP)

I simply want to list in a php page

name.mydomains.com has an uptime of UPTIME
name2.mydomain.com has an uptime of UPTIME

etc.

I want to be able to edit name.mydomain.com to be customisable and simply just add its hostname/shared IP to monior the uptime.

Would any one be willing to help me?

Thanks

    youll have to create a CGI script that taps into the windows subsystem to count the system ticks and break that down into YY::MM:😃D::HH::MM::SS

    with apache on linux you can just use the shell command 'uptime' and go from there

    keep in mind this is system based... not domain name based

      Write a Reply...