Somewheres on the Accelerator form it was mentioned that a good system/resource monitoring program was Cacti. It is a php based system so it appears easy to install. On my M Accelerator the only dependency missing was RRDTool, the following is how to install it. Unfortunately, I've yet to master the usage so hopefully someone else can work on that section. All documentation based on the Cacti install steps.
What is Cacti? Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized installations up to complex networks with hundreds of devices.
ssh USERNAME@logging.mysite.com cd ~/web/public mkdir temp cd temp wget http://superb-east.dl.sourceforge.net/sourceforge/cacti/cacti-0.8.6j.zip unzip cacti-0.8.6j.zip cd cacti-0.8.6j mv * ~/web/public cd ~/web/public rm -fR temp mysql -uUSERNAME -pPASSWORD DATABASE < cacti.sql chown -R USERNAME log/
*/5 * * * * USERNAME /usr/bin/nice -n20 /opt/csw/php5/bin/php /home/logging.mysite.com/web/public/poller.php > /dev/null 2>&1
If using Webmin add the following command to be run by user USERNAME
/usr/bin/nice -n20 /opt/csw/php5/bin/php /home/logging.mysite.com/web/public/poller.php > /dev/null 2>&1
Set it to run every five minutes by select each value of 0,5,10,15… minutes
http://forums.cacti.net/about11634-0-asc-15.html, but unfortunately I don't know if that works, at this time I only have graphs for Unix - Load Average and Unix - Logged in Users