Ad Widget

Collapse

Include configuration files don't work for zabbix 1.8.4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jalexandre
    Junior Member
    • Jul 2010
    • 15

    #1

    Include configuration files don't work for zabbix 1.8.4

    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?
  • italux
    Junior Member
    Zabbix Certified Specialist
    • Jul 2010
    • 21

    #2
    I use the same configuration pattern and I don't have a problem.

    After you change de config file (zabbix_agentd.conf) including a line, you restart de zabbix agent?

    Comment

    Working...