If anyone want to add this to wiki please feel free if its right and helpful. I don't mind making changed or adjustments to existing contribs for clarity. But Im hesitant to create a new item. Call me a baby.
These are the instructions for installing the nethesis smeserver-system_monitor found at the link below.
This contrib adds a nice Menu under the Administration heading called
"System Monitoring."
It looks a lot like previous versions of System Monitor.
There are graphs that show,
Hourly, Daily, Weekly Monthly and Yearly each of the following.
%CPU Utilization
System Load / %CPU
Memory Utilization
System Processes / Run Queue
Hard Drive Usage
Hard Drive Usave for mapper_mail-root
Hard Drive Usage for md1
Uptime
Latency / packet Loss (Gateway)
Ethernet Traffic (eth0)
Ethernet Traffic (eth1)
Samba users
This has been tested on SME 8.1. I dont know about other versions.
Steps to installing,
First: Add repository. Copy the following code into a terminal window, logged on as root.
db yum_repositories set nethsme repository \
BaseURL
http://smeserver.nethesis.it/releases/8/i386 \
EnableGroups yes \
GPGCheck yes \
GPGKey
http://smeserver.nethesis.it/releases/RPM-GPG-KEY-nethesis \
Name "SME Server - nethesis" \
Visible yes \
status disabled
Second: copy and paste the following command.In terminal window.
signal-event yum-modify
Third: Copy and following command into a terminal window where you want to download the install rpm file.
wget "
http://smeserver.nethesis.it/releases/8/i386/smeserver-system_monitor-1.1-2.el5.nh.noarch.rpm"
Fourth: Copy the following command into a terminal windows which will install the program. Say yes to any questions regarding installing.
yum localinstall
http://smeserver.nethesis.it/releases/8/i386/smeserver-system_monitor-1.1-2.el5.nh.noarch.rpmFinally run the following command to reboot the computer.
signal-event post-upgrade; signal-event reboot
Your menu should be now added.