I have a calculated item based of 10 other snmp walk master items. In order to extract these 10 snmp walk values, I had to make 10 redundant items just to extract them, and then use them in my calculated item.
How can I extract these snmp walk items directly from the snmp walk master item, and use them directly instead of creating 10 redundant items?
How can I extract these snmp walk items directly from the snmp walk master item, and use them directly instead of creating 10 redundant items?
) but walk[] allows to specify multiple oids, so you could theoretically give it 10 oid-s as argument and receive 10 values at once..
Comment