Basically reporting a bug.
We just patched some of our machines, and installed 6.0.46, whereas we previously had 6.0.45.
The zabbix-agent2 just broke, because an
ExecStartPre=/usr/sbin/zabbix_agent2 -T -c $CONFFILE
Was added to the systemd config, and the agent doesn't support that -T option, at least in 6.0, I see later major releases do.
I checked some still remaining 6.0.45, they don't have the line.
We just patched some of our machines, and installed 6.0.46, whereas we previously had 6.0.45.
The zabbix-agent2 just broke, because an
ExecStartPre=/usr/sbin/zabbix_agent2 -T -c $CONFFILE
Was added to the systemd config, and the agent doesn't support that -T option, at least in 6.0, I see later major releases do.
I checked some still remaining 6.0.45, they don't have the line.
Comment