zabbix-server端部署操作
一、系统环境
[root@localhost ~]# cat /etc/redhat-release
[root@localhost ~]# uname -r
二、环境准备
2.1关闭防火墙
[root@localhost ~]# systemctl stop firewalld && systemctl disable firewalld
[root@localhost ~]# systemctl status firewalld
2.2关闭selinux
[root@localhost ~]# sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
################################################################################################################################################################################################################
三、zabbix-server端部署
lamp平台
3.1 创建zabbix-4.0.2源
rpm -Uvh https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-2.el7.noarch.rpm
[root@localhost ~]# yum clean all
[root@localhost ~]# yum makecache