Commit 92dcd10
committed
feat: Adding support of python v3.13 and migrating from pysnmplib to lextudio's pysnmp v7.1.0
- Replaced pysnmplib with lextudio's pysmp v7.1.0
- Moved from pysnmp-pyasn1 to lextudio's pyasn1
- Moved from pysnmp-pysmi to lextudio's pysmi
- Included pysnmpcrypto (maintained by lextudio's) for stronger crypto algorithms to used with pysnmp v6+
- Updated SNMP walk implementation from bulkCmd to bulkWalkCmd
- Added concurrency support for bulkWalkCmd-based SNMP requests
- Made SC4SNMP compatible with Python 3.13
- Updated SNMP walk implementation from bulkCmd to bulkWalkCmd
- Added concurrency support for bulkWalkCmd-based SNMP requests
- Introduced deploymentUser in values.yaml
- Added DEPLOYMENT_USER env variable for Docker Compose deployment1 parent da13ecd commit 92dcd10
File tree
97 files changed
+1621
-552
lines changed- .github/workflows
- charts/splunk-connect-for-snmp
- templates
- scheduler
- sim
- tests
- traps
- worker
- flower
- poller
- sender
- trap
- docker_compose
- docs
- dockercompose
- microk8s/configuration
- integration_tests
- rendered/manifests
- tests_autoscaling_enabled_deprecated/splunk-connect-for-snmp/templates
- scheduler
- tests
- traps
- worker
- poller
- sender
- trap
- tests_autoscaling_enabled/splunk-connect-for-snmp/templates
- scheduler
- tests
- traps
- worker
- poller
- sender
- trap
- tests_enable_ui/splunk-connect-for-snmp/templates
- scheduler
- tests
- traps
- worker
- poller
- sender
- trap
- tests_metallb_false/splunk-connect-for-snmp/templates
- tests
- traps
- worker
- sender
- trap
- tests_mongodb_custom_image/splunk-connect-for-snmp/templates
- scheduler
- tests
- traps
- worker
- poller
- sender
- trap
- tests_only_polling/splunk-connect-for-snmp/templates
- scheduler
- tests
- worker
- poller
- sender
- tests_only_traps/splunk-connect-for-snmp/templates
- tests
- traps
- worker
- sender
- trap
- tests_probes_enabled/splunk-connect-for-snmp/templates
- scheduler
- tests
- traps
- worker
- poller
- sender
- trap
- tests_traps_nodeport/splunk-connect-for-snmp/templates
- tests
- traps
- worker
- sender
- trap
- tests/splunk-connect-for-snmp/templates
- scheduler
- tests
- traps
- worker
- poller
- sender
- trap
- splunk_connect_for_snmp
- snmp
- test
- snmp
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
97 files changed
+1621
-552
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 | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
46 | 54 | | |
47 | 55 | | |
48 | 56 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
| |||
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
31 | 41 | | |
0 commit comments