mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
FS centec switch transceiver temperature not showing (#16469)
Fix transceiver temperature discovery so it shows up with the transceiver
This commit is contained in:
@@ -27,7 +27,7 @@ foreach ($tempTable as $ifIndex => $current) {
|
||||
'entPhysicalIndex' => $ifIndex,
|
||||
'entPhysicalIndex_measured' => 'port',
|
||||
'user_func' => 'fsParseChannelValue',
|
||||
'group' => $ifName,
|
||||
'group' => 'transceiver',
|
||||
]));
|
||||
|
||||
break; // only discover one sensor
|
||||
|
Reference in New Issue
Block a user