Difference between revisions of "Monitorix"

From Amahi Wiki
Jump to: navigation, search
 
Line 6: Line 6:
  
 
* Verify old directory/files exist
 
* Verify old directory/files exist
  ll /usr/lib/monitorix;
+
  ll /usr/lib/monitorix
  ll /etc/monitorix;
+
ll /var/lib/monitorix
  ll /usr/share/doc/monitorix*;
+
  ll /etc/monitorix
 +
  ll /usr/share/doc/monitorix*
  
 
* If they exists, execute
 
* If they exists, execute
  rm -rf /usr/lib/monitorix;
+
  rm -rf /usr/lib/monitorix
  rm -rf /etc/monitorix;
+
rm -rf /var/lib/monitorix
  rm -rf /usr/share/doc/monitorix*;
+
  rm -rf /etc/monitorix
 +
  rm -rf /usr/share/doc/monitorix*
  
 
* If they do not exist, no further action is necessary.
 
* If they do not exist, no further action is necessary.

Latest revision as of 01:19, 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 /var/lib/monitorix
ll /etc/monitorix
ll /usr/share/doc/monitorix*
  • If they exists, execute
rm -rf /usr/lib/monitorix
rm -rf /var/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.