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