Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] NAV 5.8.0 cannot read data from Eaton V4.38 version SNMP card with SNMPv1 #2772

Closed
szucsdl opened this issue Nov 29, 2023 · 6 comments · Fixed by #2780
Closed

[BUG] NAV 5.8.0 cannot read data from Eaton V4.38 version SNMP card with SNMPv1 #2772

szucsdl opened this issue Nov 29, 2023 · 6 comments · Fixed by #2780
Assignees
Labels

Comments

@szucsdl
Copy link

szucsdl commented Nov 29, 2023

Describe the bug

In the software, we monitor several types of Eaton UPS, each of which has a ConnectUPS Web/SNMP Card V4.38 management card. NAV use 1.3.6.1.4.1.534.1 OID to read data from device.
In NAV version 5.8.0, it is not possible to read data from this type of card with SNMPv1 (with V4.38 firmware).
The Connectivity Check test in the Edit Device menu results in a successful connection

Screenshots

image
image

Environment:

  • OS on the NAV server Debian 11.8
  • NAV version installed 5.8.0
  • Method of installation from repository
@lunkwill42
Copy link
Member

@szucsdl I suspect this is a duplicate of #2767. Have you checked the status of your background processes (nav status), is ipdevpoll up?

Please upgrade to 5.8.1 ASAP.

@szucsdl
Copy link
Author

szucsdl commented Nov 30, 2023

@lunkwill42 I installed the latest version of NAV today (5.8.2). Of course, the services are up:) the other (several hundred) managed devices (other EATONs, Cisco, Alcatel-Lucent, etc.) can be managed as usual. There is still a problem only with Eaton v4.38 firmware cards managed via SNMPv1
In version 5.8.2, the error can still be found, the settings on the UPS card are good, the connectivity check is successful in the edit device menu

Thanks for your support

@lunkwill42
Copy link
Member

There is still a problem only with Eaton v4.38 firmware cards managed via SNMPv1

Then the next step is to see whether there are any interesting messages about these devices in ipdevpoll.log. The job status indicators you posted do not indicate any error running the jobs - it basically indicates that the jobs just aren't running at all (or, at least they are not completing in a timely manner).

@lunkwill42
Copy link
Member

I think we may have found your problem, @szucsdl - see #2779

@lunkwill42
Copy link
Member

Fixed by #2780

@lunkwill42 lunkwill42 linked a pull request Dec 4, 2023 that will close this issue
@szucsdl
Copy link
Author

szucsdl commented Dec 4, 2023

@lunkwill42 thank you so much for your work

In Edit Device menu Connectivity check is still works correctly
Devices that can only communicate via SNMPv1 works fine after install NAV 5.8.3

My first assumptions were wrong. As you wrote, an error in SNMPv1 caused the problem. The error only occurred in half of the devices because the other Eaton mgmt cards were able to respond via SNMPv2c. (There were a few more affected devices, but now I was only focused on the Eatons)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants