概述
1.CentOS7.5环境配置
1.1关闭防火墙和syslinux
#setenforce 0 //暂时关闭syslinux功能
#getenforce //查询关闭结果
#systemctl stop firewalld.service //停止firewall
#systemctl disable firewalld.service //禁止firewall开机启动
#安装zabbix源、aliyun YUM源 curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo rpm -ivh http://repo.zabbix.com/zabbix/3.0/rhel/7/x86_64/zabbix-release-3.0-1.el7.noarch.rpm
转载于:https://www.cnblogs.com/zerg2/p/9852320.html
最后
以上就是故意篮球为你收集整理的Zabbix在CentOS7.5安装配置的全部内容,希望文章能够帮你解决Zabbix在CentOS7.5安装配置所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复