mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
OcNOS transceiver temperature display fix (#16460)
* OcNOS transceiver temperature display fix Temperatures were not displayed in the transceiver area. Update the group to fix that issue. * Update test data
This commit is contained in:
@@ -31,7 +31,7 @@ if ($os instanceof \LibreNMS\OS\Ocnos) {
|
||||
'entPhysicalIndex' => $cmmStackUnitIndex * 10000 + $cmmTransIndex,
|
||||
'entPhysicalIndex_measured' => 'port',
|
||||
'user_func' => null,
|
||||
'group' => $ifName,
|
||||
'group' => 'transceiver',
|
||||
]));
|
||||
|
||||
continue 2; // common across channels
|
||||
|
Reference in New Issue
Block a user