Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 9a5f14f

Browse files
lingy1028mayurah
authored andcommitted
fix: fixed the default port for SNMP Agent
1 parent 8d6071e commit 9a5f14f

File tree

1 file changed

+1
-1
lines changed
  • splunk_connect_for_snmp_poller/manager

1 file changed

+1
-1
lines changed

splunk_connect_for_snmp_poller/manager/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,6 @@ def parse_port(host):
213213
host = tmp[0]
214214
port = tmp[1]
215215
else:
216-
port = 1161
216+
port = 161
217217
return host, port
218218

0 commit comments

Comments
 (0)