Details
-
Improvement
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
None
Description
Mikrotik sensors definition for mtxrOpticalTable are being matched to port names as below, with SFP+ fields, this no longer works as the default names have a "-" in them, example sfp-sfpplus1
'measured_match' => [ 'entity_type' => 'port', 'field' => 'ifDescr', 'match' => '%mtxrOpticalName%', 'transform' => [ 'action' => 'explode', 'delimiter' => '-' ] ], |
Please change to:
'measured_match' => [ 'entity_type' => 'port', 'field' => 'ifDescr', 'match' => '%mtxrOpticalName%'], |