From 977f7eec96a992c6aa900830fc3e0576b9772bc8 Mon Sep 17 00:00:00 2001 From: AaronXu <718827633@qq.com> Date: Sat, 21 Mar 2026 10:54:48 +0800 Subject: [PATCH] =?UTF-8?q?03-21-=E5=91=A8=E5=85=AD=5F10-54-48?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05.监控告警/01.Zabbix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/05.监控告警/01.Zabbix.md b/05.监控告警/01.Zabbix.md index 666adbb..ce0bdb2 100644 --- a/05.监控告警/01.Zabbix.md +++ b/05.监控告警/01.Zabbix.md @@ -182,7 +182,7 @@ MariaDB [(none)]> set global log_bin_trust_function_creators = 1; 2. 配置zabbix连接数据库 ```bash -[root@server1 ~]# vim /etc/zabbix/zabbix_server.conf +[root@server1 ~]# vim /etc/zabbix_server.conf DBPassword=123456 ``` @@ -259,7 +259,7 @@ LISTEN 0 4096 [::]:10051 2. 修改客户端配置文件 ```bash -[root@server2 ~]# vim /etc/zabbix/zabbix_agentd.conf +[root@server2 ~]# vim /etc/zabbix_agentd.conf # 主要修改以下三个参数 Server=192.168.88.10 ServerActive=192.168.88.10