Ad Widget

Collapse

Missing items in zabbix-agent

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vargaloid
    Junior Member
    • Mar 2023
    • 1

    #1

    Missing items in zabbix-agent

    Greetings!

    I have a strange issue with items.
    zabbix-agent2 doesn't know about different items, so it doesn't want to check the item.

    For instance, item 'net.if.in["eth0"]'

    There is no 'net.if.in[eth0]' in known items:
    Code:
    root@zabbix:[~] # zabbix_agent2 -p | grep net.if.in
    net.if.in[lo,bytes] [s|153864064]
    root@zabbix:[~] #

    But:
    Code:
    root@zabbix:[~] # zabbix_agent2 -t net.if.in["eth0"]
    net.if.in[eth0] [s|15373054196]
    root@zabbix:[~] #​

    And zabbix-server logs:
    Code:
    2966107:20230405:124648.985 In get_value_agent() host:'hostname' addr:'127.0.0.1' key:'net.if.in["eth0"]' conn:'unencrypted'
    zabbix_agent2 (Zabbix) 6.0.15
    zabbix_server (Zabbix) 6.0.15
    Revision 287da69c170 31 March 2023, compilation time: Mar 31 2023 11:54:32​

    Does anyone know how to find the cause and fix the problem​?
  • Answer selected by vargaloid at 12-04-2023, 16:47.
    tim.mooney
    Senior Member
    • Dec 2012
    • 1427

    Lot of other people that upgraded to 6.0.15 are experiencing similar problems, just look at some of the other threads in the past few days.

    Comment

    • tim.mooney
      Senior Member
      • Dec 2012
      • 1427

      #2
      Lot of other people that upgraded to 6.0.15 are experiencing similar problems, just look at some of the other threads in the past few days.

      Comment

      Working...