Line 22: |
Line 22: |
| === Upgrade === | | === Upgrade === |
| | | |
− | If you are upgrading from a previous version you must remove all rrd files from /var/lib/rrd or graphs will not display correctly. | + | 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 === | | === Uninstall === |
Line 31: |
Line 36: |
| ==Usage== | | ==Usage== |
| You can access sysmon interface in the server-manager. | | You can access sysmon interface in the server-manager. |
| + | |
| + | === Known problems === |
| + | |
| + | After update, it could that parameters for the service disapear. |
| + | 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. |
| | | |
| === Additional information === | | === Additional information === |