Ad Widget

Collapse

[Zabbix 3.0.0beta2] vPoller integration not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • michael.weber
    Senior Member
    • Nov 2015
    • 121

    #1

    [Zabbix 3.0.0beta2] vPoller integration not working

    I upgraded from 3.0.0alpha4 to 3.0.0beta2 and since that the values on zabbix are not upgraded.

    someone facing the same issue?

    LOG vpoller worker
    [2016-02-03 14:27:35,926 - INFO/VPollerWorker-2] [****] Retrieving properties for **** managed object of type vim.VirtualMachine
    LOG zabbix server
    Code:
     18611:20160203:143549.906 using configuration file: /usr/local/etc/zabbix_server.conf
     18611:20160203:143549.906 vPoller module version 0.5.7
     18611:20160203:143549.907 Loading vPoller module configuration file /etc/zabbix/vpoller_module.conf
     18611:20160203:143549.907 loaded modules: vpoller.so
    update:
    even if i import a new clean host not even 1 value shows up in the "lastest data"

    update 2:
    same issue with rc1

    additional logs:
    command:
    root@****:/home/miweber# zabbix_get -s 10.10.101.54 -p 10050 -k "vpoller[vm.disk.discover, HOSTAME, null, null]"
    zabbix_get [11382]: Check access restrictions in Zabbix agent configuration
    Zabbix Agent log
    11373:20160203:221203.358 Sending task request to vPoller: { "method": "vm.disk.discover", "hostname": "HOSTNAME ", "name": "null", "properties": [ "null" ], "key": "(null)", "username": "(null)", "password": "(null)", "counter-name": "(null)", "instance": "(null)", "perf-interval": "(null)", "max-sample": "1", "helper": "vpoller.helpers.czabbix" }
    11373:20160203:221203.362 Received reply from vPoller
    Server is in the Agent configuration file listed.
    Last edited by michael.weber; 03-02-2016, 23:14.
  • michael.weber
    Senior Member
    • Nov 2015
    • 121

    #2
    Problem solved.
    You Need to recompile the module for the new zabbix Version
    ( https://github.com/dnaeon/py-vpoller/issues/174 )

    Comment

    Working...