Time for action – installing the mobile plugin
Logon to your Cacti installation.
Change to the plugins directory:
cd /var/www/html/cacti/plugins
Download the mobile plugin from http://docs.cacti.net/plugin:mobile:
wget -O mobile-latest.tgz 'http://docs.cacti.net/_media/plugin:mobile-latest.tgz?id=plugin%3Amobile&cache=cache'
Extract the mobile plugin:
tar -xzvf mobile-latest.tgz
Rename the
mobile-0.1
directory:mv mobile-0.1/ mobile
Enable the plugin from the Plugin Management page:
What just happened?
You just installed the mobile plugin. If you now browse to your Cacti web interface using an older mobile device, you'll be presented with a list of down hosts and breached thresholds. The mobile plugin doesn't provide any further functionality such as viewing graphs.