How To Install and Setup Cacti On Ubuntu 16.04
How To Install and Setup Cacti On Ubuntu 16.04
How To Install and Setup Cacti On Ubuntu 16.04
com/ubuntu-how-to/install-setup-cacti-ubuntu-16-04/
Using Cacti you can easily monitor the performance of your computers, networks,
servers, router, switch, services (apache, mysql, dns, harddisk, mail server), SANs,
applications, weather measurements, etc. Cacti's installation is very simple and you
don't need to be expert to complete its setup. You can also add plugins to the Cacti for
enabling the possibility to integrate other free tools like ntop or php weathermap.
1) Prerequisites:
1 of 7 6/12/2018, 11:37 AM
How to Install and Setup Cacti on Ubuntu 16.04 https://linoxide.com/ubuntu-how-to/install-setup-cacti-ubuntu-16-04/
The basic requirement for Cacti is that you must have LAMP stack setup on your
server, before getting started with the installation of Cacti. Login to your Ubuntu server
and run below command to update your Ubuntu server.
# apt-get update
# apt-get upgrade
Before installing the LAMP packages, please do note that Cacti do not support
MySQL-Server-5.7 as yet. So, we will be using the 'MySQL-Server-5.6' by adding it
repository and then update the system with below commands.
# apt-get update
Now install the following packages for Cacti setup on your Ubuntu server with the help
of given below command.
Press 'Y' to continue installation on LAMP package including its additional required
packages as shown.
2 of 7 6/12/2018, 11:37 AM
How to Install and Setup Cacti on Ubuntu 16.04 https://linoxide.com/ubuntu-how-to/install-setup-cacti-ubuntu-16-04/
(https://linoxide.com/wp-content/uploads/2016/05/a1.png)
During the installation process, you will be asked to configure the root password of
MySQL server. Press 'OK' after setting up the password and then repeat the same
upon next prompt.
(https://linoxide.com/wp-content/uploads/2016/05/b1.png)
Run the below command to install these packages on your Ubuntu 16.04 server and
press 'Y' key to continue.
(https://linoxide.com/wp-content/uploads/2016/05/33.png)
(https://linoxide.com/wp-content/uploads/2016/05/d2.png)
4) Configuring Cacti:
3 of 7 6/12/2018, 11:37 AM
How to Install and Setup Cacti on Ubuntu 16.04 https://linoxide.com/ubuntu-how-to/install-setup-cacti-ubuntu-16-04/
During the installation process you will be prompted to configure Cacti with few options
to select from available options. First of all Choose the web server that you wish to use
for configure with Cacti like we are using Apache and then press 'OK' key to continue.
(https://linoxide.com/wp-content/uploads/2016/05/f1.png)
Next is to setup the database that is going to be used for Cacti . Point to the 'No' option
if you have already configured databases or click on the 'Yes' to setup database using
dbconfig-common for Cacti as shown.
(https://linoxide.com/wp-content/uploads/2016/05/g1.png)
Provide the database password for Cacti application to be used with database server.
(https://linoxide.com/wp-content/uploads/2016/05/h1.png)
Select the MySQL server connection type from the available options, for the best
performance we will be choosing the default UNIX socket as shown.
(https://linoxide.com/wp-content/uploads/2016/05/i1.png)
Then you will be asked to create a new mysql database user for Cacti to be used to
connect with the database server.
(https://linoxide.com/wp-content/uploads/2016/05/k.png)
That's it, cacti installation and configuration setup is complete. Now make sure that all
required services are active and running.
4 of 7 6/12/2018, 11:37 AM
How to Install and Setup Cacti on Ubuntu 16.04 https://linoxide.com/ubuntu-how-to/install-setup-cacti-ubuntu-16-04/
Open the following url to start Cacti web configuration and click on Next to continue
after reading cacti installation guide.
http://your-server_ip-address/cacti
(https://linoxide.com/wp-content/uploads/2016/05/l1.png)
Select the type of installation as 'New Installation' and click on the NEXT button.
(https://linoxide.com/wp-content/uploads/2016/05/m1.png)
Now check below and make sure all of these values are correct before continuing. If
everything looks OK and there is no error in your installation, then hit Finish.
(https://linoxide.com/wp-content/uploads/2016/05/n1.png)
Then you need to enter 'admin' username and its password where as admin is default
username and password for cacti as shown below.
(https://linoxide.com/wp-content/uploads/2016/05/o.png)
Modify the default password after first login and set some different password.
(https://linoxide.com/wp-content/uploads/2016/05/p1.png)
(https://linoxide.com/wp-content/uploads/2016/05/q1.png)
Now add new devices, or create new graphs. To view graphs of your localhost system,
click on the graphs button and you will see multiple graphs of your local host server
showing your system memory usage and load average etc.
5 of 7 6/12/2018, 11:37 AM
How to Install and Setup Cacti on Ubuntu 16.04 https://linoxide.com/ubuntu-how-to/install-setup-cacti-ubuntu-16-04/
(https://linoxide.com/wp-content/uploads/2016/05/r1.png)
Conclusion:
In this article you learn about the installation and configuration setup of Cacti on
Ubuntu 16.04. Now you are able to use it in your own environment to get graph data for
the CPU and network bandwidth utilization. You can also use it to monitor the network
traffic by polling a router or switch via snmp. Hope you have enjoyed alot, so do not
forget to share your thoughts, Thank you.
Your email address will not be published. Required fields are marked *
6 of 7 6/12/2018, 11:37 AM
How to Install and Setup Cacti on Ubuntu 16.04 https://linoxide.com/ubuntu-how-to/install-setup-cacti-ubuntu-16-04/
7 of 7 6/12/2018, 11:37 AM