It means that the VmBix server works properly, but there is an issue with the loadable module.
Can you post the first lines of the Zabbix log when you start it ? It should display something like :
You can test the loadable module if you load it into a Zabbix agent by adding these parameters to the agent configuration file :
After an agent restart, you should be able to query VmBix through the agent's loadable module with :
Can you post the first lines of the Zabbix log when you start it ? It should display something like :
Code:
6455:20160907:111033.185 Loading VmBix module configuration file /etc/zabbix/vmbix_module.conf
Code:
LoadModulePath=/usr/lib/zabbix/modules LoadModule=vmbix.so
Code:
zabbix_agentd -t "vmbix[vm.guest.tools.running,MYVM]" zabbix_agentd [19417]: Loading VmBix module configuration file /etc/zabbix/vmbix_module.conf vmbix[vm.guest.tools.running,MYVM] [s|1]


Comment