Hi,
I'm wondering why zabbix_agent doesn't load it's config file by default.
Default behaviour:
When I run it with the config specified:
I've fixed it temporarily with an alias (alias zabbix_agent='zabbix_agent -c /etc/zabbix/zabbix_agentd.conf').
But I'd like to know why it doesn't load the config by default. Anybode got a clue?
I'm wondering why zabbix_agent doesn't load it's config file by default.
Default behaviour:
Code:
# zabbix_agent -t mysql.version system.test [m|ZBX_NOTSUPPORTED]
Code:
# zabbix_agent -c /etc/zabbix/zabbix_agentd.conf -t mysql.version mysql.version [t|mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (i686) using readline 5.1]
But I'd like to know why it doesn't load the config by default. Anybode got a clue?


Comment