Ad Widget

Collapse

cannot link templates for auto registered hosts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sHaggY_caT
    Member
    • Mar 2010
    • 48

    #1

    cannot link templates for auto registered hosts

    I'm trying to use action for auto add hosts in zabbix server, and it doesn't works.

    I have an error in zabbix log:

    13896:20151010:181747.138 cannot link template(s) "Template OS Linux", "Template App Zabbix Agent", "Template SNMP Interfaces", "Template SNMP Disks", "Template SNMP OS Linux", "Template App MySQL", "Template App HTTP Service", "Template App SSH Service", "Template ICMP Ping" to host "test.***.**": conflicting item key "ifDescr" found


    How can I fix this trouble?

    Server:

    zabbix-server-2.4.6-1.el7.x86_64
    zabbix-2.4.6-1.el7.x86_64
    zabbix-server-pgsql-2.4.6-1.el7.x86_64
    zabbix-web-2.4.6-1.el7.noarch
    zabbix-web-pgsql-2.4.6-1.el7.noarch

    Client:

    zabbix-agent 1:2.4.6-1+trusty
    Last edited by sHaggY_caT; 11-10-2015, 00:49.
  • kloczek
    Senior Member
    • Jun 2006
    • 1771

    #2
    Firs please make decision how you want to monitor your Linux box .. over SNMP or over zabbix agent.
    After this choose templates.
    http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
    https://kloczek.wordpress.com/
    zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
    My zabbix templates https://github.com/kloczek/zabbix-templates

    Comment

    • incama
      Member
      • Jan 2015
      • 65

      #3
      Originally posted by sHaggY_caT
      I'm trying to use action for auto add hosts in zabbix server, and it doesn't works.

      I have an error in zabbix log:

      13896:20151010:181747.138 cannot link template(s) "Template OS Linux", "Template App Zabbix Agent", "Template SNMP Interfaces", "Template SNMP Disks", "Template SNMP OS Linux", "Template App MySQL", "Template App HTTP Service", "Template App SSH Service", "Template ICMP Ping" to host "test.***.**": conflicting item key "ifDescr" found


      How can I fix this trouble?

      Server:

      zabbix-server-2.4.6-1.el7.x86_64
      zabbix-2.4.6-1.el7.x86_64
      zabbix-server-pgsql-2.4.6-1.el7.x86_64
      zabbix-web-2.4.6-1.el7.noarch
      zabbix-web-pgsql-2.4.6-1.el7.noarch

      Client:

      zabbix-agent 1:2.4.6-1+trusty
      I believe that the Template SNMP Interfaces and Template SNMP OS Linux are using the same item key. Each item key has to be unique per host.

      Comment

      Working...