Skip to content

Commit

Permalink
Merge pull request #2672 from lunkwill42/bugfix/juniper-loadavg-incor…
Browse files Browse the repository at this point in the history
…rect

Fix incorrect load average object names
  • Loading branch information
lunkwill42 authored Sep 1, 2023
2 parents 2831b68 + 7b60a35 commit 45c26ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/nav/mibs/juniper_mib.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
OPERATING_DESCR = "jnxOperatingDescr"
OPERATING_CPU = "jnxOperatingCPU"
LOAD_AVG_1MIN = "jnxOperating1MinLoadAvg"
LOAD_AVG_5MIN = "jnxOperating1MinLoadAvg"
LOAD_AVG_15MIN = "jnxOperating1MinLoadAvg"
LOAD_AVG_5MIN = "jnxOperating5MinLoadAvg"
LOAD_AVG_15MIN = "jnxOperating15MinLoadAvg"
OPERATING_MEM = "jnxOperatingMemory"
OPERATING_BUF = "jnxOperatingBuffer"

Expand Down

0 comments on commit 45c26ca

Please sign in to comment.