Ad Widget

Collapse

config files moved from /etc/zabbix to /etc

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ssobc
    Junior Member
    • Apr 2014
    • 1

    #1

    config files moved from /etc/zabbix to /etc

    from:
    zabbix20-2.0.8-2.el6.x86_64
    zabbix20-agent-2.0.8-2.el6.x86_64
    to:
    zabbix20-2.0.11-1.el6.x86_64
    zabbix20-agent-2.0.11-1.el6.x86_64


    [/etc]# ls -la | grep zabbix
    drwxr-xr-x. 3 root root 4096 Feb 12 05:15 zabbix
    -rw-r--r-- 1 root root 1571 Feb 12 05:15 zabbix_agent.conf
    -rw-r--r-- 1 root root 5739 Feb 12 05:15 zabbix_agentd.conf
    -rw-r--r-- 1 root root 5739 Feb 12 05:15 zabbix_agentd.conf.rpmnew

    [/etc/zabbix]# ls -la
    -rw-r--r--. 1 root root 296 Oct 31 17:50 zabbix_agent.conf
    -rw-r--r--. 1 root root 5968 Oct 31 17:55 zabbix_agentd.conf
    drwxr-xr-x. 2 root root 4096 Oct 31 17:52 zabbix_agentd.conf.d


    Obviously there will be some differences, but why abandon /etc/zabbix mid minor version?

    At first I figured could be just to show file differences, but now my agents are looking for 127.0.0.1 per the /etc/zabbix_agent file instead of our server 10.x.x.x listed in /etc/zabbix/zabbix_agent (and nicely controlled by puppet...)

    Server side it's nicely documented 1.x > 2.0
Working...