-
Problem report
-
Resolution: Fixed
-
Major
-
None
-
7.0.11
-
None
-
Zabbix agent2 7.0
-
Sprint candidates
-
1
1. service start
[root@agent2 ~]# service zabbix-agent2 start Starting Zabbix agent 2: [root@agent2 ~]# ps aux | grep zabbix root 1728 0.0 0.0 107452 940 pts/0 S+ 08:52 0:00 grep zabbix
2. zabbix_agent2.log
2025/04/03 08:51:57.835058 Plugin communication protocol version is 6.4.0 2025/04/03 08:51:57.835072 Zabbix Agent2 hostname: [Zabbix server] 2025/04/03 08:51:57.840683 cannot start agent: listen unix /run/zabbix/agent.sock: bind: no such file or directory 2025/04/03 08:51:58.000238 Zabbix Agent 2 stopped. (7.0.11)
3. zabbix_agent2.conf
ControlSocket=/run/zabbix/agent.sock
In RHEL 6, /var/run exists, but /run does not exist by default.