Hi, I am new to Zabbix. I am using 6.2 version. I am trying to add an Item prototype with type as SNMP Agent. I could configure the SNMP interface related information only on host level (like SNMP version, port, community string etc.). However in my specific requirement I have to override the SNMP community string at the item prototype level. However there is no facility in the Zabbix UI > Templates > Discovery rules > Item prototypes to override the value.
To give more clarity on my requirement, I have a discovery rule, which discovers the device interface, and I have a LLD macro to store the index value. The item prototype under this discovery rule has to use this index value and append to the SNMP community string (example if the index values are 1,2,3,4.. the SNMP community string has to be say public_1, public_2, public_3, public_4..).
Is there any way to achieve this in Zabbix 6.2?
Apologize for my limited knowledge in this topic.
To give more clarity on my requirement, I have a discovery rule, which discovers the device interface, and I have a LLD macro to store the index value. The item prototype under this discovery rule has to use this index value and append to the SNMP community string (example if the index values are 1,2,3,4.. the SNMP community string has to be say public_1, public_2, public_3, public_4..).
Is there any way to achieve this in Zabbix 6.2?
Apologize for my limited knowledge in this topic.
Comment