Blackman
04-26-2002, 03:37 PM
Is there any software that will be able to update (real time) the status of my server site etc?
Like a graphical view to my customers on the status of everything.
I don't have ASP support.
Cheers,
Tim
HostingDirect
04-26-2002, 04:43 PM
Originally posted by Blackman
Is there any software that will be able to update (real time) the status of my server site etc?
Like a graphical view to my customers on the status of everything.
I don't have ASP support.
Cheers,
Tim
Tim,
Hopefully you have PHP support. I am not sure if this is what you are looking for or not but here goes. You may want to check out the FREE netstatus script at http://scripts.tlcwe.com/. You have to set up a cron job to run once in a while (I have mine set to run every 5 mins) then the index page will do a auto refresh and you will at least know if your services are alive. This will not get to the customer/user level.
I have an example of it in action on my site at http://www.hdllc.net/netstatus/. There is an admin panel where you can update the ports to monitor, the servers to monitor and update the current status page.
For real time snap shots you could also use phpsysinfo and it can be found at http://phpsysinfo.sourceforge.net/. A sample of it can be seen at http://64.247.8.194/.
Good Luck!