Difference between revisions of "Centos 6 tasks"

From MyWiki
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Reference - http://idroot.net/tutorials/install-cacti-monitoring-on-centos-7/<br>
+
[[ Getting rid of the sit0 interface ]]<br>
Installing cactii in a Centos 6 docker container<br>
+
[[ Configuring chrooted sftp access ]]<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-snmp net-snmp-utils net-snmp-libs rrdtool<br>
+
chkconfig snmpd on<br>
+
service snmpd start<br>
+
yum install -y epel-release<br>
+
yum install -y cacti<br>
+
yum install -y mysql-server mysql<br>
+

Latest revision as of 16:00, 7 July 2016

Getting rid of the sit0 interface
Configuring chrooted sftp access