How can I compile the agent to look for the zabbix_agentd.conf at a path different then /etc/zabbix/zabbix_agentd.conf ?
I tried :
--prefix=/etc/oph --exec-prefix=/etc/oph --bindir=/etc/oph --sbindir=/etc/oph --libexecdir=/etc/oph --sysconfdir=/etc/oph --datadir=/etc/oph --enable-static --enable-agent
so it would put all files into /etc/oph but that didn'y work.
I tried :
--prefix=/etc/oph --exec-prefix=/etc/oph --bindir=/etc/oph --sbindir=/etc/oph --libexecdir=/etc/oph --sysconfdir=/etc/oph --datadir=/etc/oph --enable-static --enable-agent
so it would put all files into /etc/oph but that didn'y work.

Comment