Install and Configure Cacti
1.Extract the distribution tarball.
shell> tar xzvf cacti-version.tar.gz
2. Create the MySQL database:
shell> mysqladmin –user=root create cacti
3. Import the default cacti database: shell> mysql cacti < cacti.sql
4.Optional: Create a MySQL username and password for Cacti.
shell> mysql –user=root mysql mysql> GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY [...]
