Skip to content

Instantly share code, notes, and snippets.

@indigo423
Last active February 10, 2020 14:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save indigo423/060b6685ddbb28f8867fbcf6c49a75a5 to your computer and use it in GitHub Desktop.
gotbetween UDP sample configuration file
[servers.snmp]
protocol = "udp"
bind = "0.0.0.0:1162"
balance = "roundrobin"
client_idle_timeout = "50"
[servers.snmp.udp]
max_requests = 0
max_responses = 0
transparent = true
[servers.snmp.discovery]
kind = "static"
static_list = [
"192.168.20.31:1162",
"192.168.20.32:1162",
"192.168.20.33:1162"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment