2017年7月21日

Zabbix管理网站配置

摘要: 启动httpd服务 [root@zabbix-server ~]# systemctl start httpd 在浏览器访问http://192.168.37.10/zabbix [root@zabbix-server php.d]# vim /etc/php.ini 在末尾添加下列两行 cgi.f 阅读全文

posted @ 2017-07-21 15:56 i艾斯 阅读(97) 评论(0) 推荐(0)

zabbix安装

摘要: 环境准备 zabbix-server 192.168.37.10 zabbix 服务器 zabbix-linux 192.168.37.11 zabbix监控对象 1.在zabbix-linux准备LNMP环境 2.在zabbix-server安装zabbix 配置zabbix yum源 [root 阅读全文

posted @ 2017-07-21 13:52 i艾斯 阅读(73) 评论(0) 推荐(0)

HAProxy+Keepalived高可用负载均衡系统

摘要: 环境准备 192.168.37.37 主haproxy配置 192.168.37.40 备haproxy配置 192.168.37.38 后端真实服务器1 192.168.37.39 后端真实服务器2 后端真实服务器配置 [root@rs1 ~]# yum install httpd -y [roo 阅读全文

posted @ 2017-07-21 13:47 i艾斯 阅读(148) 评论(0) 推荐(0)

导航