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

ipdevpoll fetches incorrect load average values from Juniper devices #2671

Closed
lunkwill42 opened this issue Sep 1, 2023 · 0 comments
Closed

Comments

@lunkwill42
Copy link
Member

lunkwill42 commented Sep 1, 2023

A short spelunking through the code base with a colleague randomly revealed a silly bug in how load average values are collected by our JUNIPER-MIB MibRetriever implementation.

The problem should be obvious from these three lines:

LOAD_AVG_1MIN = "jnxOperating1MinLoadAvg"
LOAD_AVG_5MIN = "jnxOperating1MinLoadAvg"
LOAD_AVG_15MIN = "jnxOperating1MinLoadAvg"

The same 1 minute load average value is used and reported as both 1 minute, 5 minute and 15 minute load average values.

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

No branches or pull requests

1 participant