PDA

View Full Version : How can I define alternate .conf directory?


shalako
07-04-2006, 22:54
How do I configure zabbix to look in /usr/local/etc/zabbix/ for
zabbix_agent.conf
zabbix_agentd.conf
zabbix_suckerd.conf
zabbix_trapperd.conf

Thank you.

safl
10-04-2006, 12:45
Execute with the -c option and point to the path of our configuration file.

zabbix_server -c /opt/zabbix/etc/zabbix_server.conf

xaitax
10-04-2006, 13:54
Alternatively, simply create a symlink to the cpecified .conf-File.
Thats the way, you save the annoying -c param.

- xai

shalako
10-04-2006, 20:41
thanks for the help. have to admit i was hoping for a configure option.

could you clear something else up for me? i've read lots of references to zabbix_server but my compile didn't build these. i assume this is a reference to zabbix_agentd/suckerd/trapperd ?

thanks again.