Hello,
I'm separating my configuration files across hosts using puppet, so, I have a conf file for each service and server, when needed.
So, Ntp servers have a file /etc/zabbix/conf.d/ntp.conf, and I have observed the follow behavior:
If any key is in /etc/zabbix/conf.d/ntp.conf, the return value I got is "Unsupported", but, if I copy the same key to /etc/zabbix/zabbix_agentd.conf, the value i got is correct.
In command line teste, I got:
testhost:~# zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf -t ntp.drift
ntp.drift[] [m|ZBX_NOTSUPPORTED]
testhost:~# zabbix_agentd -c /etc/zabbix/conf.d/ntp.conf -t ntp.drift
ntp.drift [t|62.001]
I use the follow line in zabbix_agentd.conf (My objective is include all files in this directory).
Include=/etc/zabbix/conf.d/
Any help?
I'm separating my configuration files across hosts using puppet, so, I have a conf file for each service and server, when needed.
So, Ntp servers have a file /etc/zabbix/conf.d/ntp.conf, and I have observed the follow behavior:
If any key is in /etc/zabbix/conf.d/ntp.conf, the return value I got is "Unsupported", but, if I copy the same key to /etc/zabbix/zabbix_agentd.conf, the value i got is correct.
In command line teste, I got:
testhost:~# zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf -t ntp.drift
ntp.drift[] [m|ZBX_NOTSUPPORTED]
testhost:~# zabbix_agentd -c /etc/zabbix/conf.d/ntp.conf -t ntp.drift
ntp.drift [t|62.001]
I use the follow line in zabbix_agentd.conf (My objective is include all files in this directory).
Include=/etc/zabbix/conf.d/
Any help?
Comment