Hey,
I would like to create a LLD which discovers if the Linux host is a VM and if so create a single item and trigger.
Currently i have a create a LLD which returns either:
[{"{#VIRTUALIZATION_PLATFORM}": "vmware"}] or nothing.
Now i want to create an item which does not include the macro.
Item protoype: "my_test_item"
The problem is that zabbix throws an error that the item already exists.
Creating the item using the macro works fine (as expected):
Item prototype: "my_test_item[{#VIRTUALIZATION_PLATFORM}]
For some items this is possible, but not for all.
Is this even possible to achieve using a LLD?
Best Regards
I would like to create a LLD which discovers if the Linux host is a VM and if so create a single item and trigger.
Currently i have a create a LLD which returns either:
[{"{#VIRTUALIZATION_PLATFORM}": "vmware"}] or nothing.
Now i want to create an item which does not include the macro.
Item protoype: "my_test_item"
The problem is that zabbix throws an error that the item already exists.
Creating the item using the macro works fine (as expected):
Item prototype: "my_test_item[{#VIRTUALIZATION_PLATFORM}]
For some items this is possible, but not for all.
Is this even possible to achieve using a LLD?
Best Regards
Comment