CentOS 7.2 installation of Zabbix 3.2 tutorial details

  • 2020-05-13 04:18:19
  • OfStack

Setup environment: VMware virtual machine


[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

For your reference, please send the following official documents:

https://www.zabbix.com/documentation/3.2/manual/installation/install_from_packages

To install zabbix, you need the epel source because you need a software called fping (it doesn't seem to work when you download the source code, compile and install it!). , and all other yum sources identify mysql as mariadb, so if you want to install mysql for yum, install the epel source, or you can compile and install it


wget https://mirrors.tuna.tsinghua.edu.cn/epel//epel-release-latest-7.noarch.rpm
yum The installation 
yum install -y epel-release-latest-7.noarch.rpm
rpm The installation 
rpm -ivh epel-release-latest-7.noarch.rpm

adsfsadfsadf
asd
f
sadf
sad
f
sadf

Related articles: