Centos7.3安装部署最新版Zabbix3.4
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7.3安装部署最新版Zabbix3.4相关的知识,希望对你有一定的参考价值。
一、系统环境 cat /etc/redhat-release CentOS Linux release 7.3.1611 (Core) 关闭防火墙及selinux systemctl stop firewalld.service systemctl disable firewalld.service sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/‘ /etc/selinux/config grep SELINUX=disabled /etc/selinux/config setenforce 0 二、数据库安装及配置 1、MariaDB概述 MariaDB数据库管理系统是mysql的一个分支,主要由开源社区在维护,采用GPL授权许可。 开发这个分支的原因之一是:甲骨文公司收购了MySQL后,有将MySQL闭源的潜在风险,因此社区采用分支的方式来避开这个风险。 MariaDB的目的是完全兼容MySQL,包括API和命令行,使之能轻松成为MySQL的代替品。 2、安装mariadb yum install mariadb-server mariadb -y mariadb数据库的相关命令是: systemctl start mariadb #启动MariaDB systemctl stop mariadb #停止MariaDB systemctl restart mariadb #重启MariaDB systemctl enable mariadb #设置开机启动 三、Zabbix3.4安装及配置 1、Zabbix3.4新功能概述 More newly developed and improved features of Zabbix 3.4 are now availabe for you! Have a closer look at What‘s New in Zabbix 3.4:
本文出自 “思考” 博客,请务必保留此出处http://10880347.blog.51cto.com/346720/1959306
以上是关于Centos7.3安装部署最新版Zabbix3.4的主要内容,如果未能解决你的问题,请参考以下文章