The /run/zabbix directory for zabbix-agent isn't created properly on CentOS 7.3:
# systemctl start zabbix-agent
Job for zabbix-agent.service failed because a configured resource limit was exceeded. See "systemctl status zabbix-agent.service" and "journalctl -xe" for details.
# cat systemctl status zabbix-agent.service
cat: systemctl: No such file or directory
cat: status: No such file or directory
cat: zabbix-agent.service: No such file or directory
It happens on most of our 7.3 systems. Our version of Zabbix is 3.2.2. I've seen this was a known problem a year or two ago, but it seems to have come back.
# systemctl start zabbix-agent
Job for zabbix-agent.service failed because a configured resource limit was exceeded. See "systemctl status zabbix-agent.service" and "journalctl -xe" for details.
# cat systemctl status zabbix-agent.service
cat: systemctl: No such file or directory
cat: status: No such file or directory
cat: zabbix-agent.service: No such file or directory
It happens on most of our 7.3 systems. Our version of Zabbix is 3.2.2. I've seen this was a known problem a year or two ago, but it seems to have come back.
Comment