Hello,
I'm using zabbix in version 5.4.4 and i have an issue with autodiscovery.
Generated JSON file are OK and i have in it below example data:
{"data": [{"channelID": 1, "channelSystemID": "monitor"}, {"channelID": 3, "channelSystemID": "monitor2"}, {"channelID": 24, "channelSystemID": "monitor3"}]}
and issue appear when i try to add item.
in script for item i'm trying to get value according to channelID what works when i run that script.
When i set in item key channelStatus[{#channelID}]
i receive information:
Cannot create item: item with the same key "channelStatus[{#channelID}]" already exists.
Please help me what am i doing wrong.
Best Regards.
I'm using zabbix in version 5.4.4 and i have an issue with autodiscovery.
Generated JSON file are OK and i have in it below example data:
{"data": [{"channelID": 1, "channelSystemID": "monitor"}, {"channelID": 3, "channelSystemID": "monitor2"}, {"channelID": 24, "channelSystemID": "monitor3"}]}
and issue appear when i try to add item.
in script for item i'm trying to get value according to channelID what works when i run that script.
When i set in item key channelStatus[{#channelID}]
i receive information:
Cannot create item: item with the same key "channelStatus[{#channelID}]" already exists.
Please help me what am i doing wrong.
Best Regards.
Comment