03-21-周六_10-54-48
This commit is contained in:
@@ -182,7 +182,7 @@ MariaDB [(none)]> set global log_bin_trust_function_creators = 1;
|
|||||||
2. 配置zabbix连接数据库
|
2. 配置zabbix连接数据库
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
[root@server1 ~]# vim /etc/zabbix/zabbix_server.conf
|
[root@server1 ~]# vim /etc/zabbix_server.conf
|
||||||
DBPassword=123456
|
DBPassword=123456
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -259,7 +259,7 @@ LISTEN 0 4096 [::]:10051
|
|||||||
2. 修改客户端配置文件
|
2. 修改客户端配置文件
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
[root@server2 ~]# vim /etc/zabbix/zabbix_agentd.conf
|
[root@server2 ~]# vim /etc/zabbix_agentd.conf
|
||||||
# 主要修改以下三个参数
|
# 主要修改以下三个参数
|
||||||
Server=192.168.88.10
|
Server=192.168.88.10
|
||||||
ServerActive=192.168.88.10
|
ServerActive=192.168.88.10
|
||||||
|
|||||||
Reference in New Issue
Block a user