Zabbix 3.2 源码安装及解码中文乱码
发布时间
阅读量:
阅读量
环境部署:
1.搭建本地yum源
# yum -y install wget
# cd /etc/yum.repos.d/
# wget http://mirrors.aliyun.com/repo/Centos-7.repo
- 配置LAMP环境及相关依赖组件
# yum -y install httpd mariadb mariadb-server mariadb-devel php php-mysql gcc php-bcmath php-mbstring php-gd php-xml libevent-devel
# systemctl start httpd mariadb && systemctl enable httpd mariadb
Zabbix的安装与配置:
1.获取Zabbix的相关软件组件
# wget https://jaist.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/3.2.11/zabbix-3.2.11.tar.gz
全部评论 (0)
还没有任何评论哟~
