Everyday
01-10-2003, 03:05 PM
Hi All,
Anyone know where we can get monitoring software that would allow us to have a live stats page? Something similar to what httpme.com has? We were going to use nagios but it doesn't really provide for something like this.
Thanks
thedavid
01-10-2003, 03:20 PM
Originally posted by Everyday
Hi All,
Anyone know where we can get monitoring software that would allow us to have a live stats page? Something similar to what httpme.com has? We were going to use nagios but it doesn't really provide for something like this.
Thanks
Hello,
It depends on how much information you want to give the users, so to speak.
You could use phpsysinfo:
http://freshmeat.net/projects/phpsysinfo/?topic_id=146%2C92%2C253
This will allow you to modify the script to remove information you don't want people to see (hard drive status, etc). That's what I ended up doing and it looks nice. The other way would be to check out http://www.freshmeat.net and do a search for server status scripts - there's a bunch in there that can be modified to do what you want.
-David
The Prohacker
01-10-2003, 03:38 PM
http://www.clook.net/freescripts/index.php
HostDirs.com
01-10-2003, 03:44 PM
Ever considered just running the monitor portion of the code on something like live person?
It's like $99 a month though which I find to be a bit over priced.
Nonetheless - a real time look at your traffic is invaluable. IMO
The Prohacker
01-10-2003, 03:47 PM
Originally posted by HostDirs.com
Ever considered just running the monitor portion of the code on something like live person?
It's like $99 a month though which I find to be a bit over priced.
Nonetheless - a real time look at your traffic is invaluable. IMO
Ummm....
I think he requested a script to run on his server :D
Everyday
01-11-2003, 11:55 AM
We're going to try out the clook.net script, thanks Prohacker.