Cacti On An ISPConfig Server Within 10 Easy Steps
|
Submitted by VMartins (Contact Author) (Forums) on Mon, 2006-11-20 02:39. :: Control Panels | Monitoring
Cacti On An ISPConfig Server Within 10 Easy Steps
Version: 1.1 In this article I describe how to install and setup the Cacti in a ISPConfig Server. There aren't many differences from installing in other ISP Managers or standalone Apache installations. I tried many others solutions, but Cacti is very simple and fast to implement. In Cacti website we find: "Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized installations up to complex networks with hundreds of devices." I use a Ubuntu Edgy Eft (6.10), and followed the The Perfect Setup - Ubuntu 6.10 Server (Edgy Eft). I will use as an example: Step 1 - Create a website and a database:In ISPConfig, create a website via “New site” in the main menu. On the tab called “Basis” use monitor for the hostname and domain.br for the domain name. Enable MySQL and PHP scripts for this website but disable PHP Safe Mode. Go to your new website, in tab "Options", In Database click in the New button to create a database web1_db1 and user web1_u1. Step 2 - Install Cacti dependencies:To install Cacti, the easy and fast way is use apt-get. Using user with administrative permissions, run in the shell: sudo apt-get install cacti The Cacti is installed now, but not the last version. In Ubuntu/Debian respository have the 0.8.6c version, and in the Cacti website has newer version, 0.8.6i. Now, I will remove only the older Cacti version, not your dependencies: sudo dpkg -r cacti To enable the snmp, I will install the snmpd packet: sudo apt-get install snmpd Step 3 - Install the new version of Cacti:Now, I will download Cacti to our website folder: cd /var/www/web1/web/ Extract Cacti with the command: sudo tar xzvf cacti-0.8.6i.tar.gz Remove the tar.gz files and .htaccess files: sudo rm *.tar.gz Step 4 - Setup the Cacti database:Create the MySQL database (If you prefer, you can use the PHPMyAdmin): sudo mysqladmin --user=web1_u1 Import the default cacti database: sudo mysql web1_db1 < cacti.sql Set up database: sudo mysql --user=web1_u1 mysql Step 5 - Configure Crontab and Privileges:To run every five minutes, and get your system stats, we need to add one line in Crontab: */5 * * * * php /var/www/cacti/poller.php > /dev/null 2>&1 Set the appropriate permissions on cacti's directories for graph/log generation. sudo chown -R www-data:www-data rra Step 6 - Plugin Architecture:The Plugin Architecture for Cacti was designed to be both simple in nature and robust enough to allow freedom to do almost anything in Cacti. Cacti itself is designed nicely enough that integrating into it is fairly easy with very little modifications necessary. Eventually Cacti will come with a standard plugin architecture that will allow you to create addons without the need to modify your installation, but until that time comes (we are working on it) you will need to follow the directions below. sudo wget http://download.cactiusers.org/downloads/cacti-plugin-arch.gzip In the Architecture extracted folder, I will replace the original files with that new files: sudo mv cacti-plugin-arch/files-0.8.6i /var/www/web1/web Once this is done, you will have successfully completed installing the Plugin Architecture. It enable to use many plugins developed by others users. See this link for information about this plugins: http://cactiusers.org/wiki/Homepage. Step 7 - Configure Cacti:In the same folder (/var/www/web1/web/): editor include/config.php Edit include/config.php and specify the MySQL user, password and database for your Cacti configuration. $database_default = "web1_db1"; $database_hostname = "localhost"; $database_username = "web1_u1"; $database_password = "mysqlpassword"; Step 8 - First Access:Go to http://monitor.domain.br, the login page will show.
Log in the with a username/password of admin. You will be required to change this password immediately. Make sure to fill in all of the path variables carefully and correctly on the following screen. Step 9 - The Cacti Environment:
Step 10 - More information:To add more plugins to other things like: No-Break, MotherBoard Monitor, HD Monitor, Routers, Servers... Please visit: Cacti - http://www.cacti.net Cacti Forum - http://forum.cacti.net Cacti Users - http://cactiusers.org Cacti Users Forum - http://forum.cacti.org Example: http://www.viniciusmartins.eng.br/cacti/ - User and password: guest Specials thanks to: Luciano Gomes , who wrote and published a nice how to in brazilian portuguese for setting up Cacti for Debian: http://www.vivaolinux.com.br/artigos/verArtigo.php?codigo=3917&pagina=5 Comments and Sugestions: Go to Forum: http://www.howtoforge.com/forums/showthread.php?p=49710
|









Recent comments
8 hours 8 min ago
11 hours 11 min ago
14 hours 56 min ago
17 hours 11 min ago
18 hours 13 min ago
21 hours 20 min ago
1 day 23 hours ago
2 days 4 hours ago
2 days 5 hours ago
2 days 10 hours ago