摘要: 课前回顾 MySQL高可用MHA #!/bin/bash mysql_conn='mysql -uuser -ppwd -h127.0.0.1 -P2345' mha_log_file="/etc/mha/app1/manager.log" down_master_ip=`sed -nr 's#^m 阅读全文
posted @ 2022-08-22 18:36 Gabydawei 阅读(150) 评论(0) 推荐(0) 编辑
摘要: Zabbix基础入门 zabbix 快速入门安装 C/S架构的服务 服务端:zabbix-server 客户端:zabbix-agent zabbix官网:TP # 1.下载zabbix的yum源 [root@m01 ~]# rpm -Uvh https://repo.zabbix.com/zabb 阅读全文
posted @ 2022-08-22 18:27 Gabydawei 阅读(307) 评论(0) 推荐(0) 编辑