Difference between revisions of "Centos 6 tasks"

From MyWiki
Jump to: navigation, search
Line 1: Line 1:
 
Installing cactii in a Centos 6 docker container<br>
 
Installing cactii in a Centos 6 docker container<br>
 
yum install -y php php-mysql php-gd php-pear php-common php-cli php-devel php php-mbstring nano<br>
 
yum install -y php php-mysql php-gd php-pear php-common php-cli php-devel php php-mbstring nano<br>
yum install php-snmp net-snmp-utils net-snmp-libs rrdtool<br>
+
yum install -y php-snmp net-snmp-utils net-snmp-libs rrdtool<br>
 
chkconfig snmpd on<br>
 
chkconfig snmpd on<br>
 
service start snmpd<br>
 
service start snmpd<br>
 
yum install epel-release<br>
 
yum install epel-release<br>
 
yum install cacti<br>
 
yum install cacti<br>

Revision as of 00:17, 8 March 2016

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 start snmpd
yum install epel-release
yum install cacti