Docs
umon
Support
FAQ

FAQ

1. Unable to collect data after installing uma on systems like Ubuntu16.0.4

Systems like Ubuntu16.0.4 do not support Python2.x versions by default

Solution:

  1. Uninstall uma

    dpkg -P uma

  2. Install Python2.x related versions

sudo apt-get install python2.7
sudo apt-get install python-pip
  1. Reinstall uma """.