NETWAYS / NETWAYS/check_akcp_sensorprobeXplus
[Bug]: SNMPv1 is not working due to GETBULK not supported
Open
Nobody has claimed this yet.
bug
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Please try to fill out as much of the information below as you can. Thank you!
- Yes, I've searched similar issues on GitHub and didn't find any.
Which version contains the bug?
1.0.4
Describe the bug
The device is an SPX+ with SNMP v1 enabled:
snmpwalk -v 1 -c public -O n akcpspx
.1.3.6.1.2.1.1.1.0 = STRING: "lwIP"
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.3854
./check_akcp_sensorprobeXplus --snmp_version 1 -h akcpspx -c public
[UNKNOWN] - GETBULK not supported in SNMPv1 (*errors.errorString)
How to recreate the bug?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure with ./check_akcp_sensorprobeXplus --snmp_version 1 -h akcpspx -c public and compare it with the working snmpwalk -v 1 command. Trace the check_akcp_sensorprobeXplus entry point and its SNMP request handling to identify why SNMPv1 reaches GETBULK. Done means the check works against the reported SNMPv1 device without returning the GETBULK-not-supported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking, observability-sre
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100