{"id":209,"date":"2025-04-19T13:22:50","date_gmt":"2022-06-18T02:24:08","guid":{"rendered":""},"modified":"2025-02-02T00:46:15","modified_gmt":"2025-02-01T23:46:15","slug":"installing-the-cacti-server-monitor-on-ubuntu-12-04-cloud-server","status":"publish","type":"post","link":"https:\/\/netcloud24.com\/knowledgebase\/installing-the-cacti-server-monitor-on-ubuntu-12-04-cloud-server\/","title":{"rendered":"Installing the Cacti Server Monitor on Ubuntu 12.04 Cloud Server"},"content":{"rendered":"<p>\u00a0<\/p>\n<\/p>\n<h1>Installing the Cacti Server Monitor on Ubuntu 12.04 Cloud Server<\/h1>\n<p>Cacti is a network graphing solution that uses RRDTool to store and display time-series data. This guide will walk you through installing Cacti on an Ubuntu 12.04 cloud server.<\/p>\n<h2>1. Update Your System<\/h2>\n<p>Ensure your system is up-to-date:<\/p>\n<pre><code>sudo apt-get update\r\nsudo apt-get upgrade<\/code><\/pre>\n<h2>2. Install Required Packages<\/h2>\n<p>Install Apache, MySQL, PHP, and other required packages:<\/p>\n<pre><code>sudo apt-get install apache2 mysql-server php5 php5-mysql php5-gd php5-mcrypt rrdtool librrd8 snmp snmpd<\/code><\/pre>\n<h2>3. Download and Install Cacti<\/h2>\n<p>Download the latest version of Cacti from the official website:<\/p>\n<pre><code>wget http:\/\/www.cacti.net\/downloads\/cacti-latest.tar.gz<\/code><\/pre>\n<p>Extract the downloaded file and move it to the Apache web directory:<\/p>\n<pre><code>tar xzf cacti-latest.tar.gz\r\nsudo mv cacti-* \/usr\/share\/cacti<\/code><\/pre>\n<h2>4. Configure MySQL for Cacti<\/h2>\n<p>Log in to the MySQL shell:<\/p>\n<pre><code>sudo mysql -u root -p<\/code><\/pre>\n<p>Create a database and user for Cacti:<\/p>\n<pre><code>CREATE DATABASE cacti;\r\nGRANT ALL PRIVILEGES ON cacti.* TO 'cactiuser'@'localhost' IDENTIFIED BY 'cactipassword';\r\nFLUSH PRIVILEGES;\r\nEXIT;<\/code><\/pre>\n<p>Import the default Cacti database schema:<\/p>\n<pre><code>sudo mysql -u cactiuser -p cacti &lt; \/usr\/share\/cacti\/cacti.sql<\/code><\/pre>\n<h2>5. Configure Cacti<\/h2>\n<p>Edit the Cacti configuration file:<\/p>\n<pre><code>sudo nano \/usr\/share\/cacti\/include\/config.php<\/code><\/pre>\n<p>Set the database connection details:<\/p>\n<pre><code>$database_type = 'mysql';\r\n$database_default = 'cacti';\r\n$database_hostname = 'localhost';\r\n$database_username = 'cactiuser';\r\n$database_password = 'cactipassword';<\/code><\/pre>\n<p>Save and close the file (press <strong>Ctrl+X<\/strong>, then <strong>Y<\/strong>, and <strong>Enter<\/strong>).<\/p>\n<h2>6. Configure Apache for Cacti<\/h2>\n<p>Create a new Apache configuration file for Cacti:<\/p>\n<pre><code>sudo nano \/etc\/apache2\/sites-available\/cacti.conf<\/code><\/pre>\n<p>Add the following configuration:<\/p>\n<pre><code>&lt;VirtualHost *:80&gt;\r\n    DocumentRoot \/usr\/share\/cacti\r\n    &lt;Directory \/usr\/share\/cacti&gt;\r\n        AllowOverride All\r\n        Require all granted\r\n    &lt;\/Directory&gt;\r\n    &lt;IfModule mod_rewrite.c&gt;\r\n        RewriteEngine on\r\n        RewriteRule ^\/cacti\/(.*)$ \/usr\/share\/cacti\/$1 [L]\r\n    &lt;\/IfModule&gt;\r\n&lt;\/VirtualHost&gt;<\/code><\/pre>\n<p>Enable the Cacti site and rewrite module:<\/p>\n<pre><code>sudo a2ensite cacti\r\nsudo a2enmod rewrite<\/code><\/pre>\n<p>Restart Apache to apply the changes:<\/p>\n<pre><code>sudo service apache2 restart<\/code><\/pre>\n<h2>7. Finalize Cacti Installation<\/h2>\n<p>Navigate to <a href=\"http:\/\/your_server_ip\/cacti\">http:\/\/your_server_ip\/cacti<\/a> in your web browser to complete the Cacti setup through the web interface.<\/p>\n<p>Follow the prompts to configure Cacti. Use <code>admin<\/code> as the username and <code>admin<\/code> as the password. Make sure to change the password after the initial login.<\/p>\n<h2>8. Configure Cron Job for Cacti<\/h2>\n<p>To ensure that Cacti updates its graphs, configure a cron job:<\/p>\n<pre><code>sudo crontab -e<\/code><\/pre>\n<p>Add the following line to the file:<\/p>\n<pre><code>* * * * * \/usr\/bin\/php \/usr\/share\/cacti\/poller.php &gt; \/dev\/null 2&gt;&amp;1<\/code><\/pre>\n<p>Save and close the file.<\/p>\n<h2>9. Troubleshooting<\/h2>\n<p>If you encounter issues, check the Apache and Cacti logs for errors:<\/p>\n<pre><code>sudo tail -f \/var\/log\/apache2\/error.log\r\nsudo tail -f \/usr\/share\/cacti\/log\/cacti.log<\/code><\/pre>\n<h2>10. Further Configuration<\/h2>\n<p>For additional configuration and customization, refer to the <a href=\"https:\/\/www.cacti.net\/documentation.php\">Cacti Documentation<\/a>.<\/p>\n<p><a href=\"https:\/\/de.netcloud24.com\/\" target=\"_blank\">Windows VPS Deutschland<\/a><\/p>\n<p><a href=\"https:\/\/es.netcloud24.com\/\" target=\"_blank\">Windows VPS Espa\u00f1a<\/a><\/p>\n<p><a href=\"https:\/\/nl.netcloud24.com\/\" target=\"_blank\">Windows VPS Nederland<\/a><\/p>\n<p><a href=\"https:\/\/it.netcloud24.com\/\" target=\"_blank\">Windows VPS Italia<\/a><\/p>\n<p><a href=\"https:\/\/pt.netcloud24.com\/\" target=\"_blank\">Windows VPS Portugal<\/a><\/p>\n<p><a href=\"https:\/\/it.netcloud24.com\/\" target=\"_blank\">VPS Windows Italia<\/a><\/p>\n<p><a href=\"https:\/\/ie.netcloud24.com\" target=\"_blank\">Windows VPS<\/a><\/p>\n<p><a href=\"https:\/\/ie.netcloud24.com\" target=\"_blank\">Windows VPS<\/a><\/p>\n<p><a href=\"https:\/\/ie.netcloud24.com\" target=\"_blank\">Windows VPS Sverige<\/a><\/p>\n<p><a href=\"https:\/\/ie.netcloud24.com\" target=\"_blank\">Windows VPS Norge<\/a><\/p>\n<p><a href=\"https:\/\/ie.netcloud24.com\" target=\"_blank\">Windows VPS<\/a><\/p>\n<p><a href=\"https:\/\/ie.netcloud24.com\" target=\"_blank\">Windows VPS T\u00fcrkiye<\/a><\/p>\n<p><a href=\"https:\/\/ie.netcloud24.com\" target=\"_blank\">Windows RDS (Remote Desktop Services)<\/a><\/p>\n<p><a href=\"https:\/\/ie.netcloud24.com\" target=\"_blank\">Windows VPS<\/a><\/p>\n<div class=\"post-author-box\" style=\"border-top:1px solid #ddd;margin-top:20px;padding-top:15px;\">\n<p><strong>Author:<\/strong> \u0141ukasz Bodziony<\/p>\n<p><strong>Website:<\/strong> <a href=\"https:\/\/ca.netcloud24.com\" target=\"_blank\" rel=\"dofollow\">Windows VPS<\/a><\/p>\n<p><em>\u0141ukasz Bodziony is the CEO and founder of <a href=\"https:\/\/netcloud24.com\" target=\"_blank\" rel=\"dofollow\">NETCLOUD24<\/a>, a global VPS hosting brand proudly originating from Poland. With extensive experience in cloud computing, virtualization, and server management, he delivers high-performance <strong>Windows VPS<\/strong> and <strong>Remote Desktop Services (RDS)<\/strong> solutions to clients across Europe, North America, and beyond.<\/em><\/p>\n<p><em>His expertise covers a wide range of technologies, including <strong>Microsoft Azure<\/strong>, <strong>Proxmox VE<\/strong>, <strong>Amazon Web Services (AWS)<\/strong>, and numerous other virtualization and cloud platforms.<\/em><\/p>\n<p><em>Beyond running his hosting business, \u0141ukasz also provides <strong>professional paid server configuration and optimization services<\/strong> for companies and individuals. Outside of work, he is dedicated to caring for his children and building a secure future for them.<\/em><\/p>\n<p><em>If you are interested in working with him or need expert assistance with your hosting, cloud environment, or server setup, feel free to reach out via <a href=\"https:\/\/ca.netcloud24.com\" target=\"_blank\" rel=\"dofollow\">Windows VPS<\/a>.<\/em><\/p>\n<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0 Installing the Cacti Server Monitor on Ubuntu 12.04 Cloud Server Cacti is a network graphing solution that uses RRDTool to store and display time-series data. This guide\u2026<\/p>\n","protected":false},"author":1,"featured_media":3421,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[],"tags":[14,12,11,23,20,21,22,17,7,8,6,10,18,19,15,24,16,5,13,9],"class_list":["post-209","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-cheapvps","tag-cloudvps","tag-hostingvps","tag-rds","tag-rdscal","tag-remotedesktop","tag-remotedesktopvps","tag-servervps","tag-ukvps","tag-virtualserver","tag-vpshosting","tag-vpsserver","tag-vpssolutions","tag-vpswindows","tag-vpswithwindows","tag-windowsrds","tag-windowsserver","tag-windowsvps","tag-windowsvpshosting","tag-windowsvpsuk"],"jetpack_publicize_connections":[],"_links":{"self":[{"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/209","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/comments?post=209"}],"version-history":[{"count":0,"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/209\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/media\/3421"}],"wp:attachment":[{"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/media?parent=209"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/categories?post=209"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/netcloud24.com\/knowledgebase\/wp-json\/wp\/v2\/tags?post=209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}