Commit e4afa46
authored
feat: adding support of python v3.13 and migrating from pysnmplib to lextudio's pysnmp v7.1.8
- Replaced pysnmplib with lextudio’s pysmp v7.1.8
- Replaced pysnmp-pyasn1 to lextudio's pyasn1
- Replaced pysnmp-pysmi to lextudio's pysmi
- Included pysnmpcrypto (maintained by lextudio's) for stronger crypto algorithms with pysnmp v6+
- Made SC4SNMP compatible with Python 3.13
- Updated SNMP walk implementation from bulkCmd to custom multi_bulk_walk_cmd
- Introduced deploymentUser in values.yaml to make the sc4snmp entirely compatible with lextudio's pysnmp.
- Added DEPLOYMENT_USER variable for Docker Compose deployment.
- Introduces multi_bulk_walk_cmd to walk multiple OID trees simultaneously with lexicographic mode control per varbind.
- Migrate auto-discovery feature to make compitable with lextuio's pysnmp and python 3.13
- Replace the thread-pool executor with semaphore asyncio for concurrency controlFile tree
177 files changed
+4876
-778
lines changed- .github/workflows
- charts/splunk-connect-for-snmp
- templates
- common
- discovery
- scheduler
- sim
- tests
- traps
- worker
- discovery
- flower
- poller
- sender
- trap
- dashboard
- docker_compose
- docs
- architecture
- dockercompose
- images
- dashboard
- microk8s
- configuration
- mk8s
- troubleshooting
- examples
- integration_tests
- rendered
- manifests
- tests_autoscaling_enabled_deprecated/splunk-connect-for-snmp/templates
- common
- scheduler
- tests
- traps
- worker
- poller
- sender
- trap
- tests_autoscaling_enabled/splunk-connect-for-snmp/templates
- common
- scheduler
- tests
- traps
- worker
- poller
- sender
- trap
- tests_enable_ui/splunk-connect-for-snmp/templates
- common
- scheduler
- tests
- traps
- worker
- poller
- sender
- trap
- tests_metallb_false/splunk-connect-for-snmp/templates
- common
- tests
- traps
- worker
- sender
- trap
- tests_mongodb_custom_image/splunk-connect-for-snmp/templates
- common
- scheduler
- tests
- traps
- worker
- poller
- sender
- trap
- tests_only_discovery/splunk-connect-for-snmp/templates
- common
- discovery
- redis
- sim
- tests
- worker
- discovery
- sender
- tests_only_polling/splunk-connect-for-snmp/templates
- common
- scheduler
- tests
- worker
- poller
- sender
- tests_only_traps/splunk-connect-for-snmp/templates
- common
- tests
- traps
- worker
- sender
- trap
- tests_probes_enabled/splunk-connect-for-snmp/templates
- common
- scheduler
- tests
- traps
- worker
- poller
- sender
- trap
- tests_redis_ha/splunk-connect-for-snmp/templates
- common
- scheduler
- tests
- traps
- worker
- poller
- sender
- trap
- tests_traps_nodeport/splunk-connect-for-snmp/templates
- common
- tests
- traps
- worker
- sender
- trap
- tests/splunk-connect-for-snmp/templates
- common
- discovery
- scheduler
- tests
- traps
- worker
- discovery
- poller
- sender
- trap
- splunk_connect_for_snmp
- common
- discovery
- snmp
- test
- multi_bulk_walk_cmd
- snmp
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
177 files changed
+4876
-778
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
99 | 110 | | |
100 | 111 | | |
101 | 112 | | |
| |||
0 commit comments