mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Fixes FusionSwitch portname in description for sensors (#8188)
* fix FusionSwitch portname * Add tests
This commit is contained in:
committed by
Neil Lathwood
parent
a347e7c8d3
commit
41f0689d58
@@ -5,7 +5,7 @@ modules:
|
||||
data:
|
||||
- oid:
|
||||
- portTransceiverThresholdInfoTable
|
||||
- portTable
|
||||
- portName
|
||||
voltage:
|
||||
data:
|
||||
-
|
||||
@@ -112,4 +112,4 @@ modules:
|
||||
states:
|
||||
- { value: 1, generic: 0, graph: 1, descr: master }
|
||||
- { value: 2, generic: 0, graph: 1, descr: backupMaster }
|
||||
- { value: 3, generic: 0, graph: 1, descr: slave }
|
||||
- { value: 3, generic: 0, graph: 1, descr: slave }
|
||||
|
Reference in New Issue
Block a user