Skip to content

Commit

Permalink
Update procurve.yaml
Browse files Browse the repository at this point in the history
Since PR librenms#16673 switches which are not in Stack State have a warning because of this new unKnown state. This PR tries to fix the combination if a switch is not in Stack mode.
  • Loading branch information
mpikzink authored Nov 12, 2024
1 parent 3e3ebd3 commit 1195496
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions includes/definitions/discovery/procurve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ modules:
num_oid: '.1.3.6.1.4.1.11.2.14.11.5.1.69.1.1.4.0'
descr: 'Stack Topology'
state_name: hpStackTopology
skip_values:
-
oid: hpStackOperStatus
op: '=='
value: 1
states:
- { descr: unKnown, graph: 1, value: 0, generic: 0 }
- { descr: chain, graph: 1, value: 1, generic: 0 }
Expand Down

0 comments on commit 1195496

Please sign in to comment.