root@gt_dhcp1:~# cat /etc/keepalived/keepalived.conf ! Configuration File for keepalived global_defs { script_user root enable_script_security router_id gt_dhcp1 #一般使用主机名,两台主机…
修改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…