Monitorix
From Amahi Wiki
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.
- 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.