Difference between revisions of "Sysmon"
From SME Server
Jump to navigationJump to searchm (System Monitor moved to Sysmon over redirect: revert) |
(Point to smecontribs version. If there are issues with this version rais bugs.) |
||
Line 1: | Line 1: | ||
− | {{Languages| | + | {{Languages|Sysmon}} |
− | == | + | == sysmon for SME Server == |
− | |||
− | |||
− | |||
=== Description === | === Description === | ||
− | * | + | * Sysmon provide graphics regarding server health. |
* It adds a new panel in the server-manager. | * It adds a new panel in the server-manager. | ||
=== Installation === | === Installation === | ||
− | + | yum --enable smecontribs install smeserver-sysmon | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Upgrade === | === Upgrade === | ||
− | All rrd base are automatically move to a backup directory /var/lib/ | + | All rrd base are automatically move to a backup directory /var/lib/rrd/backup/ |
− | If you update from version at least | + | If you update from version at least 6.1, you can use it again. Use the following command : |
− | service | + | service sysmon stop |
− | rm /var/lib/ | + | rm /var/lib/rrd/*.rrd |
− | mv /var/lib/ | + | mv /var/lib/rrd/backup/*.rrd /var/lib/rrd/ |
− | service | + | service sysmon start |
=== Uninstall === | === Uninstall === | ||
− | + | rpm -e smeserver-sysmon | |
− | Remove rrd data manually in /var/lib/ | + | Remove rrd data manually in /var/lib/rrd/ directory. |
==Usage== | ==Usage== | ||
− | You can access | + | You can access sysmon interface in the server-manager. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
---- | ---- | ||
[[Category: Contrib]] | [[Category: Contrib]] | ||
[[Category: Administration]] | [[Category: Administration]] |
Revision as of 20:48, 31 March 2008
sysmon for SME Server
Description
- Sysmon provide graphics regarding server health.
- It adds a new panel in the server-manager.
Installation
yum --enable smecontribs install smeserver-sysmon
Upgrade
All rrd base are automatically move to a backup directory /var/lib/rrd/backup/ If you update from version at least 6.1, 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
rpm -e smeserver-sysmon
Remove rrd data manually in /var/lib/rrd/ directory.
Usage
You can access sysmon interface in the server-manager.