Difference between revisions of "Sysmon"
MasterSleepy (talk | contribs) |
m (→Known problems) |
||
Line 39: | Line 39: | ||
=== Known problems === | === Known problems === | ||
− | After update, it could that parameters for the service | + | After update, it could happen that parameters for the service dissapear. |
Check existence with the following command: | Check existence with the following command: | ||
db configuration show sysmon | db configuration show sysmon |
Revision as of 03:42, 29 March 2008
sysmon for SME Server
Maintainer
Description
- Sysmon provide graphics regarding server health.
- It adds a new panel in the server-manager.
Installation
RRDtool 1.0.x and perl-rrdtool are required
wget "http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=317" wget "ftp://fr2.rpmfind.net/linux/dag/redhat/el4/en/i386/dag/RPMS/perl-rrdtool-1.0.50-3.el4.rf.i386.rpm" wget "http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=300"
Sysstat are required but will be install using yum.
yum localinstall rrdtool-1.0.50-3.el4.rf.i386.rpm perl-rrdtool-1.0.50-3.el4.rf.i386.rpm smeserver-sysmon-6.0-2.noarch.rpm
Upgrade
All rrd base are automatically move to a backup directory /var/lib/rrd/backup/ If you update from version at least 5, you can use it again. Use the following command :
service sysmon stop rm /var/lib/rrd/*.rrd mv /var/lib/rrd/backup/*.rrd /var/lib/rrd/ service sysmon start
Uninstall
yum remove smeserver-sysmon
Remove rrd data manually in /var/lib/rrd/ directory.
Usage
You can access sysmon interface in the server-manager.
Known problems
After update, it could happen that parameters for the service dissapear. Check existence with the following command:
db configuration show sysmon
If nothing appear, use the following command:
db configuration set sysmon service status enabled debug release service sysmon stop service sysmon start
From verison 6, debug mode are present for the service so that remote debuging are easer. To activate it, use the command:
db configuration setprop sysmon debug debug
Wait for about 5 minutes and go check file /var/log/sysmon You can send it to me, you'll find my address in the spec of RPM.