sergiotocalini / virbix

Zabbix Agent - KVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KVM Motioning issue

techidee opened this issue · comments

Hi,

I have installed KVM virbix as per your instructions, but we are getting the error below, please help me to resolve its issue.

Cannot create item: item with the same key "virbix[domain_check, {#DOMUUID}, state]" already exists.
Cannot create item: item with the same key "virbix[net_check, {#NETUUID}, active]" already exists.
Cannot create item: item with the same key "virbix[pool_check, {#POOLUUID}, size_free]" already exists.
Cannot create item: item with the same key "virbix[pool_check, {#POOLUUID}, size_used]" already exists.
Cannot create item: item with the same key "virbix[pool_check, {#POOLUUID}, state]" already exists.

I set the sudo access as suggested but the issue is the same.

Thanks
Pradeep

Hi @pspal83,

Sorry for the delay, I hope this could be solved from your side, but it seems that it is an issue with your virsh command.
Let me know if there is a still an issue.

Regards,
Sergio

Hi,

I am also seeing the same issues after the sudo workaround, where Zabbix cannot create the item stating that the item already exists.

Anything else I need to check?

Thanks,
-Matt

Hi @mcirrici,
Thanks for your comment.
Can you please share the following commands from the zabbix server?

~# agenthost="kvm-server" # change this agenthost with your kvm server name or ip
~# zabbix-get -s "${agenthost}" -k "virbix.discovery[domain_list, DOMID:DOMNAME:DOMUUID:DOMTYPE:DOMSTATE]"
~# zabbix-get -s "${agenthost}" -k "virbix.discovery[net_list, NETNAME:NETUUID:NETACTIVE:NETBRIDGE]"
~# zabbix-get -s "${agenthost}" -k "virbix.discovery[pool_list, POOLNAME:POOLUUID:POOLSTATE]"

Probably there is a missing configuration around your agent.
Looking forward to hearing from you.

Regards,
Sergio

Hi @mcirrici,

Thanks for your comment.
There is an issue with your script that is not returning data from the zabbix-agent. I've just introduced a change on the script that will prevent the error message on the zabbix-server. On the other hand, you will need to fix this issue on the zabbix agent host, probably there is a permission issue. Please ensure that on the zabbix-agent host the user zabbix is allow to run command with sudo.
Looking forward to hearing from you.

Regards,
Sergio