修改zabbix允许中文 修改/usr/share/zabbix/include/defines.inc.php文件中修改,加入中文字符支持,define(‘ZBX_PREG_INTERNAL_NAMES’, ‘([0-9a-zA-Z_. -]+)’); 修改为: define(‘ZBX_PREG_INTERNAL_NAMES’, ‘([0-9a-…
Centos 7安装lnmp、zabbix 1、Yum安装Nginx 1)配置Centos 7 Nginx Yum源仓库 [root@localhost ~]# rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarc…