Skip to content

Commit

Permalink
Fix jnxDomCurrentAlarms issue
Browse files Browse the repository at this point in the history
EnumAsStateSet was incorrectly set instead of letting it default to bits.
  • Loading branch information
jacobw committed Oct 19, 2024
1 parent 24ad634 commit c6e1aab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ modules:
scale: .01
jnxDomCurrentTxLaserOutputPower:
scale: .01
jnxDomCurrentAlarms:
type: EnumAsStateSet
ifName:
ignore: true # Lookup metric

Expand Down
2 changes: 1 addition & 1 deletion snmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ modules:
metrics:
- name: jnxDomCurrentAlarms
oid: 1.3.6.1.4.1.2636.3.60.1.1.1.1.1
type: EnumAsStateSet
type: Bits
help: This object identifies all the active DOM alarms on a SFF physical interface
on this router. - 1.3.6.1.4.1.2636.3.60.1.1.1.1.1
indexes:
Expand Down

0 comments on commit c6e1aab

Please sign in to comment.