View Full Version : How can I define alternate .conf directory?
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.
Execute with the -c option and point to the path of our configuration file.
zabbix_server -c /opt/zabbix/etc/zabbix_server.conf
Alternatively, simply create a symlink to the cpecified .conf-File.
Thats the way, you save the annoying -c param.
- xai
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.