![]() |
cacti installation how to
Original how to is posted at: http://forums.linuxwebadmin.info/ind...pic,153.0.html
Introduction: Cacti is a complete frontend to RRDTool, it stores all of the necessary information to create graphs and populate them with data in a MySQL database. The frontend is completely PHP driven. Along with being able to maintain Graphs, Data Sources, and Round Robin Archives in a database, cacti handles the data gathering. There is also SNMP support for those used to creating traffic graphs with MRTG. Cacti requirement: MySQL PHP RRDTool net-snmp php-snmp Apache (compiled with php support) MySQL configuration for cacti: Code:
[root:~]# mysql -uroot -pCode:
[root:~]# cd /usr/local/src/Code:
[root:~]# group-add cactiCode:
[root:~]# tar -zxvf cacti*[root:~]# vi /include/config.php Code:
$database_defaut = “cactidb”;*/5 * * * * cactiuser php /home/cactiuser/cacti/poller.php > /dev/null 2>&1 Add an alias or virtual host in your apache configuration file: Alias /cacti/ "/home/cactiuser/cacti/" Save and restart the apache and mysql service. Post Installation Steps: Browse the below mentioned URL: http://localhost/cacti -OR- http://remoteIP/cacti Code:
1. Click Next |
Hey, are you from the cPanel forums?
Nice tutorial :) You do know that you can submit tutorials to HowtoForge.com, right? Just go to http://www.howtoforge.com/add_howto ;) |
Cacti howto
There is a howto already here: http://www.howtoforge.com/cacti_ispconfig
|
Quote:
Thanks :) |
| All times are GMT +2. The time now is 00:24. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.