Ad Widget

Collapse

Vmbix error after update Zabbix-server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Username_
    Junior Member
    • Feb 2018
    • 1

    #1

    Vmbix error after update Zabbix-server

    Hi all,
    I will try to explain my issue:

    Version:


    Zabbix-server 3.4.6
    Vmbix 2.6.0.172

    Issue:

    I update Zabbix-server 3.4.5 to 3.4.6 and many items in "Template VmBix VM Loadable Module" don't return any value and wait in Zabbix-server queue after this update.

    Items who don't return value:

    - Discovery rule CPU

    - Discovery rule vDisk

    - Network Rx (bits/s)

    - Network Tx (bits/s)

    Other items in the template work correctly.

    In Vmbix log only this appear:
    vm.guest.tools.status[VM]' not supported
    The command: zabbix_get -s 127.0.0.1 -p 12050 -k "vmbix.version" work !
    I restart services and hosts but nothing change.

    Vm "counter" request don't return value:

    Code:
    #zabbix_get -s 127.0.0.1 -p 12050 -k "vm.counter[vm.counter[VM1,cpu.usagemhz.average,scsi0:0,300]"
    zabbix_get [20531]: Check access restrictions in Zabbix agent configuration
    Log: NO LOG

    Code:
    #zabbix_get -s 127.0.0.1 -p 12050 -k "vm.counter[VM1,net.bytesRx.average]"
    zabbix_get [10501]: Check access restrictions in Zabbix agent configuration
    Log: NO LOG

    Same for esx request:

    Code:
    #zabbix_get -s 127.0.0.1 -p 12050 -k "esx.counter[esx01.domain.local,cpu.ready.summation,,300]"
    zabbix_get [10383]: Check access restrictions in Zabbix agent configuration
    Log: NO LOG !

    Other request work correctly:

    Code:
    #zabbix_get -s 127.0.0.1 -p 12050 -k "vm.counter.list[VM1]"
    all list
    Code:
    #zabbix_get -s 127.0.0.1 -p 12050 -k "vm.cpu.load[VM1,total]"
    0
    Code:
    #zabbix_get -s 127.0.0.1 -p 12050 -k "about"
    VMware vCenter Server ..
    Any ideas for this issue ?
Working...