摘要:
课前回顾 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
阅读(185)
评论(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
阅读(317)
评论(0)
推荐(0)