I've read that the zabbix_agentd process should only be run by the zabbix user - that appears to be the only reason this user is created during installation.
However, I currently get zabbix_agentd to start automatically on system boot by adding the following line to /etc/rc.local :
/usr/local/sbin/zabbix_agentd
(I couldn't get it working by adding scripts to rc3.d)
This is just going to get started by root isn't it.
But I've rebooted my Agent machine many times to test this, and it works fine.
I'll be grateful for any comments/suggestions
However, I currently get zabbix_agentd to start automatically on system boot by adding the following line to /etc/rc.local :
/usr/local/sbin/zabbix_agentd
(I couldn't get it working by adding scripts to rc3.d)
This is just going to get started by root isn't it.
But I've rebooted my Agent machine many times to test this, and it works fine.
I'll be grateful for any comments/suggestions
Comment