Difference between revisions of "Monitorix"

From Amahi Wiki
Jump to: navigation, search
(Created page with "[http://www.amahi.org/apps/monitorix Monitorix] previously was installed from the Fedora 19 repo. In an effort to maintain the latest version and streamline upgrade to future...")
 
Line 16: Line 16:
  
 
* If they do not exist, no further action is necessary.
 
* If they do not exist, no further action is necessary.
 +
  
 
This should have no adverse affects on the currently installed version providing it's 3.7 or greater.
 
This should have no adverse affects on the currently installed version providing it's 3.7 or greater.

Revision as of 01:11, 14 March 2015

Monitorix previously was installed from the Fedora 19 repo. In an effort to maintain the latest version and streamline upgrade to future versions, we have modified the application to install from the Monitorix web site source file.

Users who upgrade from Amahi 7 (Fedora 19) version 3.6 to 3.7 or greater should perform the following to clean up any leftover packages. Leaving them should not interfere with the new version, but it's best to remove files not longer needed if possible.

Open Terminal as root:

  • Verify old directory/files exist
ll /usr/lib/monitorix;
ll /etc/monitorix;
ll /usr/share/doc/monitorix*;
  • If they exists, execute
rm -rf /usr/lib/monitorix;
rm -rf /etc/monitorix;
rm -rf /usr/share/doc/monitorix*;
  • If they do not exist, no further action is necessary.


This should have no adverse affects on the currently installed version providing it's 3.7 or greater.