|
|
(4 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>
| + | |
− | Then run "mysql_secure_installation"<br>
| + | |
− | Create the cacti database<br>
| + | |
− | <source lang="text">
| + | |
− | MariaDB [(none)]> create database cacti;
| + | |
− | MariaDB [(none)]> GRANT ALL ON cacti.* TO cacti@localhost IDENTIFIED BY 'cactipass';
| + | |
− | MariaDB [(none)]> FLUSH privileges;
| + | |
− | MariaDB [(none)]> quit;
| + | |
− | </source> | + | |
Latest revision as of 16:00, 7 July 2016
Getting rid of the sit0 interface
Configuring chrooted sftp access