03-21-周六_10-54-48

This commit is contained in:
AaronXu
2026-03-21 10:54:48 +08:00
parent f78fc36619
commit 977f7eec96

View File

@@ -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