<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Installing_Cacti_in_Centos_7</id>
		<title>Installing Cacti in Centos 7 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Installing_Cacti_in_Centos_7"/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Installing_Cacti_in_Centos_7&amp;action=history"/>
		<updated>2026-05-06T16:42:34Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=Installing_Cacti_in_Centos_7&amp;diff=3117&amp;oldid=prev</id>
		<title>George2: Created page with &quot;Reference - http://idroot.net/tutorials/install-cacti-monitoring-on-centos-7/&lt;br&gt; yum install -y php php-mysql php-gd php-pear php-common php-cli php-devel php php-mbstring na...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Installing_Cacti_in_Centos_7&amp;diff=3117&amp;oldid=prev"/>
				<updated>2016-03-30T08:57:03Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Reference - http://idroot.net/tutorials/install-cacti-monitoring-on-centos-7/&amp;lt;br&amp;gt; yum install -y php php-mysql php-gd php-pear php-common php-cli php-devel php php-mbstring na...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Reference - http://idroot.net/tutorials/install-cacti-monitoring-on-centos-7/&amp;lt;br&amp;gt;&lt;br /&gt;
yum install -y php php-mysql php-gd php-pear php-common php-cli php-devel php php-mbstring nano&amp;lt;br&amp;gt;&lt;br /&gt;
yum install -y php-snmp net-snmp-utils net-snmp-libs rrdtool&amp;lt;br&amp;gt;&lt;br /&gt;
chkconfig snmpd on&amp;lt;br&amp;gt;&lt;br /&gt;
service snmpd start&amp;lt;br&amp;gt;&lt;br /&gt;
yum install -y epel-release&amp;lt;br&amp;gt;&lt;br /&gt;
yum install -y cacti&amp;lt;br&amp;gt;&lt;br /&gt;
yum install -y mysql-server mysql&amp;lt;br&amp;gt;&lt;br /&gt;
Then run &amp;quot;mysql_secure_installation&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Create the cacti database&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
MariaDB [(none)]&amp;gt; create database cacti;&lt;br /&gt;
MariaDB [(none)]&amp;gt; GRANT ALL ON cacti.* TO cacti@localhost IDENTIFIED BY 'cactipass';&lt;br /&gt;
MariaDB [(none)]&amp;gt; FLUSH privileges;&lt;br /&gt;
MariaDB [(none)]&amp;gt; quit;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Import the cacti database tables&amp;lt;br&amp;gt;&lt;br /&gt;
mysql -u cacti -p cacti &amp;lt; /usr/share/doc/cacti-0.8.8b/cacti.sql&amp;lt;br&amp;gt;&lt;br /&gt;
Open /etc/cacti/db.php file  and edit the below lines:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
$database_type = &amp;quot;mysql&amp;quot;;&lt;br /&gt;
$database_default = &amp;quot;cacti&amp;quot;;&lt;br /&gt;
$database_hostname = &amp;quot;localhost&amp;quot;;&lt;br /&gt;
$database_username = &amp;quot;cacti&amp;quot;;&lt;br /&gt;
$database_password = &amp;quot;cactipass&amp;quot;;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>