-
Change Request
-
Resolution: Unresolved
-
Trivial
-
None
-
7.0.9
Hi Zabbix devs,
Currently with walk[] we can walk multiple OID's. With get[] it is also possible, but the output is not great as it puts all the output in one single line.
Suggestion: When doing get[1.3.6.1.x.x.x,1.3.6.1.x.y.z] output with the OID in front just like with walk[]. That way we can use SNMPWalk to JSON for further processing.
Benefit: walk[] always does repetition which causes increased data load. get[] does not do such a thing and as such get[] is preferred in some cases where data load has to be decreased. It is currently impossible to set repetition count to 0 (not supported by SNMP packages it seems).