我是靠谱客的博主 故意篮球,最近开发中收集的这篇文章主要介绍Zabbix在CentOS7.5安装配置,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

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安装配置所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(48)

评论列表共有 0 条评论

立即
投稿
返回
顶部