| 1 | = Cacti = |
| 2 | |
| 3 | Through this hands-on you will install cacti monitoring system and create device entry for your workshop router and switch. You will also create graphs and arrange a graph hierarchy. Finally you will install some cacti plug-ins. |
| 4 | |
| 5 | == Installation == |
| 6 | |
| 7 | You can easily install cacti by following |
| 8 | {{{ |
| 9 | # apt-get install cacti |
| 10 | }}} |
| 11 | |
| 12 | * While the installation process you will be ask for a '''password''' for mysql server. Please give the '''<class password>'''. |
| 13 | |
| 14 | * Select '''Apache2''' as the webserver type |
| 15 | |
| 16 | * Select '''Yes''' to Configure database for cacti with dbconfig-common? |
| 17 | |
| 18 | * Again give the '''<class password>''' for the database administrative user. |
| 19 | |
| 20 | * You have complete the cacti installation. open a web browser in your host PC and give the following url. |
| 21 | |
| 22 | '''http://<Your VM's IP Address>/cacti''' |
| 23 | |
| 24 | * Click '''next''' |
| 25 | |
| 26 | * Select '''New Install''' and click '''next''' |
| 27 | |
| 28 | * Click '''Finish''' and you will be directed to the cacti login page |
| 29 | |
| 30 | * Use default username and password to login |
| 31 | |
| 32 | User name : '''admin''' |
| 33 | Password : '''admin''' |
| 34 | |
| 35 | |