Difference between revisions of "Centos 6 tasks"

From MyWiki
Jump to: navigation, search
Line 8: Line 8:
 
yum install -y cacti<br>
 
yum install -y cacti<br>
 
yum install -y mysql-server mysql<br>
 
yum install -y mysql-server mysql<br>
 +
Then run "mysql_secure_installation"<br>

Revision as of 09:50, 8 March 2016

Reference - http://idroot.net/tutorials/install-cacti-monitoring-on-centos-7/
Installing cactii in a Centos 6 docker container
yum install -y php php-mysql php-gd php-pear php-common php-cli php-devel php php-mbstring nano
yum install -y php-snmp net-snmp-utils net-snmp-libs rrdtool
chkconfig snmpd on
service snmpd start
yum install -y epel-release
yum install -y cacti
yum install -y mysql-server mysql
Then run "mysql_secure_installation"