Skip to content

Commit

Permalink
Merge pull request #1270 from bastischubert/bastischubert/1729196855
Browse files Browse the repository at this point in the history
updated generator doc; fixes #1268
  • Loading branch information
bastischubert authored Oct 17, 2024
2 parents acb8d71 + 5e3f68c commit df1b28d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ modules:
retries: 3 # How many times to retry a failed request, defaults to 3.
timeout: 5s # Timeout for each individual SNMP request, defaults to 5s.

allow_nonincreasing_oids: false # Do not check whether the returned OIDs are increasing, defaults to false
# Some agents return OIDs out of order, but can complete the walk anyway.
# -Cc option of NetSNMP

use_unconnected_udp_socket: false # Use a unconnected udp socket, defaults to false
# Some multi-homed network gear isn't smart enough to send SNMP responses
# from the address it received the requests on. To work around that,
# we can open unconnected UDP socket and use sendto/recvfrom

lookups: # Optional list of lookups to perform.
# The default for `keep_source_indexes` is false. Indexes must be unique for this option to be used.
Expand Down

0 comments on commit df1b28d

Please sign in to comment.