CentOS 7.2安装Zabbix 3.2教程详解
程序员文章站
2023-11-14 13:08:46
安装环境:vmware虚拟机
[root@localhost ~]# cat /etc/redhat-release
centos linux release...
安装环境:vmware虚拟机
[root@localhost ~]# cat /etc/redhat-release centos linux release 7.2.1511 (core) [root@localhost ~]# uname -a linux localhost.localdomain 3.10.0-327.el7.x86_64 #1 smp thu nov 19 22:10:57 utc 2015 x86_64 x86_64 x86_64 gnu/linux
为方便你参考,发一下官方文档:
安装zabbix需要epel源,因为需要一款名叫fping的软件(这款软件你下载源码编译安装貌似行不通!),然后其他的yum源将mysql全部识别为mariadb了,所以想yum安装mysql的小伙伴请安装epel源,或者你编译安装吧
wget https://mirrors.tuna.tsinghua.edu.cn/epel//epel-release-latest-7.noarch.rpm yum安装 yum install -y epel-release-latest-7.noarch.rpm rpm安装 rpm -ivh epel-release-latest-7.noarch.rpm
adsfsadfsadf asd f sadf sad f sadf
以上所述是小编给大家介绍的centos 7.2安装zabbix 3.2教程详解,希望对大家有所帮助