Ad Widget

Collapse

ZBX_NOTSUPPORTED: Unsupported item key.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • moonmoon
    Junior Member
    • Aug 2017
    • 1

    #1

    ZBX_NOTSUPPORTED: Unsupported item key.

    when I want to use
    Code:
    shell>./zabbix_get -s 127.0.0.1 -k zabbix[queue]
    Code:
    shell>./zabbix_get -s 127.0.0.1 -k icmppingsec[8.8.8.8,10,200,32,1000,avg1]
    then it tell me ZBX_NOTSUPPORTED: Unsupported item key.

    but when i use
    Code:
    shell> ./zabbix_get -s 127.0.0.1 -k net.tcp.service[http,127.0.0.1,80]
    it can return 1.

    i have changed the
    Code:
    shell> chown root:zabbix /usr/local/sbin/fping
    Code:
    shell> chmod 4710 /usr/local/sbin/fping
    and change the fpinglocation in the zabbix_server.conf

    so how can i use the item zabbix[] and icmpping[]
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    zabbix[] and icmpping[] are not item keys for retrieving from Zabbix agents.
    It can not be acquired with the zabbix_get command.

    Please specify the type of each item on the template or host and add the item.

    8 Internal checks

    5 Simple checks

    Comment

    Working...