RPM for SEACloud

## add htop ## Cent7rpm -Uvh https://jason.163-8.com/files/htop-2.0.2-1.el7.x86_64.rpm## Cent8rpm -Uvh https://jason.163-8.com/files/cent8/htop-3.2.1-1.el8.x86_64.rpm ## add screen ## Cent7rpm -Uvh https://jason.163-8.com/files/screen-4.1.0-0.19.20120314git3c2946.el7.x86_64.rpm## Cent8rpm -Uvh https://jason.163-8.com/files/cent8/screen-4.6.2-12.el8.x86_64.rpm ## add snmpd and community wget –no-check-certificate https://jason.163-8.com/files/net-snmp-libs-5.7.2-38.el7_6.2.x86_64.rpm wget –no-check-certificate …

RPM for SEACloud Read More

zabbix

Install zabbix-agent 3.4 in Centos7 rpm -Uvh http://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release-3.4-2.el7.noarch.rpm yum -y install zabbix-agent sed -i ‘/Server=127.0.0.1/c Server=0.0.0.0\/0’ /etc/zabbix/zabbix_agentd.conf sed -i ‘/ServerActive=127.0.0.1/c #ServerActive=’ /etc/zabbix/zabbix_agentd.conf systemctl start zabbix-agent ; systemctl enable zabbix-agent tail …

zabbix Read More