mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix SmartOptics Skip Values (#16284)
* Update smartos-dcp-m.yaml * Update smartos-dcp-m.yaml * Update smartos-dcp-m.yaml * derp * Update test data * Update smartos-dcp-m_dcp-m40-pam4-zr.json * Update smartos-dcp-m_dcp-m40-pam4-zr.json
This commit is contained in:
@@ -36,7 +36,11 @@ modules:
|
||||
divisor: 10
|
||||
descr: '{{ $dcpInterfaceName }} - RX'
|
||||
index: 'dcpInterfaceRxPower.{{ $index }}'
|
||||
skip_values: -990
|
||||
skip_values:
|
||||
-
|
||||
oid: dcpInterfaceStatus
|
||||
op: '!='
|
||||
value: 1
|
||||
-
|
||||
oid: dcpInterfaceTable
|
||||
num_oid: '.1.3.6.1.4.1.30826.2.2.1.1.1.1.4.{{ $index }}'
|
||||
@@ -44,7 +48,11 @@ modules:
|
||||
value: dcpInterfaceTxPower
|
||||
descr: '{{ $dcpInterfaceName }} - TX'
|
||||
index: 'dcpInterfaceTxPower.{{ $index }}'
|
||||
skip_values: -990
|
||||
skip_values:
|
||||
-
|
||||
oid: dcpInterfaceStatus
|
||||
op: '!='
|
||||
value: 1
|
||||
-
|
||||
oid: dcpLinkviewTable
|
||||
num_oid: '.1.3.6.1.4.1.30826.2.2.3.1.1.1.14.{{ $index }}'
|
||||
|
||||
Reference in New Issue
Block a user