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:
Justin Lentz
2024-09-08 17:00:42 -05:00
committed by GitHub
parent fc26490bc4
commit 30b174508c
@@ -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 }}'