Hi everyone!
I would like to group all my discovered VMware VM's not only by Cluster/Hypervisor/Datacenter names (Zabbix LLD macros "{#CLUSTER.NAME} (vm)" / "{#HV.NAME}" / "{#DATACENTER.NAME} (vm)"), but also by using VMware "Resource Pool" names.
What I see is what build-in discovery Item ("vmware.vm.discovery[{$URL}]") is returning only this list of Macros:
Is there are way how to get "{#RESOURCEPOOL.NAME}" from LLD to use it in "Host Prototype" / "Groups" ?
Or I should put some effort and white my own discovery script and use it as a "External Check" data source in "Template VM VMware" / "Discover VMware VMs"?
I am using Zabbix 4.4.10.
Thanks in advance.
I would like to group all my discovered VMware VM's not only by Cluster/Hypervisor/Datacenter names (Zabbix LLD macros "{#CLUSTER.NAME} (vm)" / "{#HV.NAME}" / "{#DATACENTER.NAME} (vm)"), but also by using VMware "Resource Pool" names.
What I see is what build-in discovery Item ("vmware.vm.discovery[{$URL}]") is returning only this list of Macros:
Code:
{"{#VM.UUID}":"12345678-3hh6-c882-f113-5eae51234567",
"{#VM.ID}":"vm-1337",
"{#VM.NAME}":"MyVMname",
"{#HV.NAME}":"ESXi-host01",
"{#DATACENTER.NAME}":"MyDatacenter",
"{#CLUSTER.NAME}":"MyCluster"}
Or I should put some effort and white my own discovery script and use it as a "External Check" data source in "Template VM VMware" / "Discover VMware VMs"?
I am using Zabbix 4.4.10.
Thanks in advance.
Comment