We have some legacy servers which runs on ubuntu 14.04 and we need to execute zabbix-agentd as root for getting some performance information.
zabbix-agentd version = 5.0
I've followed this guide but it doesn't work because of the step systemctl daemon-reload
cannot be executed on ubuntu 14.04
I have already set up those directives:
User=root
AllowRoot=1
But the user zabbix
is still the owner of the process.