Zabbix监控基本安装
1. 安装硬件要求 ip地址 硬件配置 主机名 10.0.0.61 1CPU、1G内存 zabbix-server 2. 安装步骤 (1)下载zabbix官方源 [root@zabbix-server /etc/yum.repos.d]# wget -ivh http://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm wget到本地,方便下次使用 [root@zabbix-server /etc/yum.repos.d]# rpm -Uvh zabbix-release-4.0-1.el7.noarch.rpm warning: zabbix-release-4.0-1.el7.noarch.rpm: Header V4 RSA/SHA512 Signature, key ID a14fe591: NOKEY Preparing... ################################# [100%] Updating / installing... 1:zabbix-release-4.0-1.el7 ################################# [100%] [root@zabbix-server /etc/yum.repos.d]#