Hi,
I upgraded to Zabbix 6.4 to try out the new SNMP OID discovery way to bulk get SNMP described in this section of the documentation.
4 Discovery of SNMP OIDs (zabbix.com)
The documentation describes in a good way how to create the snmp item and the discovery rule using Dependent item and SNMP walk to JSON preprocessing.
The problem I have is how to then create the item prototype for this rule.
In the documentation there is just a single line that say:
Item prototypes must be created as dependent item prototypes, using macros from the discovery rule.
But I'm not able to figure out how to access the processed data from the rule. If I select dependent item for the item prototype I need to select a master item. Here I can only select the walk[] item created. Is this correct? But how do I specify what specific OID I'm interested in as specified in the rule for LLD macro name in SNMP walk to JSON preprocessing.
If someone could help me figure this out I would be glad. None of the existing built-in templates use this new feature that I could see.
I upgraded to Zabbix 6.4 to try out the new SNMP OID discovery way to bulk get SNMP described in this section of the documentation.
4 Discovery of SNMP OIDs (zabbix.com)
The documentation describes in a good way how to create the snmp item and the discovery rule using Dependent item and SNMP walk to JSON preprocessing.
The problem I have is how to then create the item prototype for this rule.
In the documentation there is just a single line that say:
Item prototypes must be created as dependent item prototypes, using macros from the discovery rule.
But I'm not able to figure out how to access the processed data from the rule. If I select dependent item for the item prototype I need to select a master item. Here I can only select the walk[] item created. Is this correct? But how do I specify what specific OID I'm interested in as specified in the rule for LLD macro name in SNMP walk to JSON preprocessing.
If someone could help me figure this out I would be glad. None of the existing built-in templates use this new feature that I could see.
Comment