mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix Timos SAR Cellular RSRP and RSSI sensors (#15163)
* Fix Timos SAR Cellular RSRP and RSSI sensors * For some reason test data generated on dev machine double quoted backslashes, fixed
This commit is contained in:
committed by
GitHub
parent
a69d50e962
commit
ffffdd2663
@@ -912,10 +912,7 @@ class Timos extends OS implements MplsDiscovery, MplsPolling, WirelessPowerDisco
|
||||
'.1.3.6.1.4.1.6527.3.1.2.109.3.1.1.1.8.' . $index,
|
||||
'timos',
|
||||
$index,
|
||||
'RSSI: ' . $carrier[$index]['ifName'],
|
||||
null,
|
||||
1,
|
||||
10
|
||||
'RSSI: ' . $carrier[$index]['ifName']
|
||||
);
|
||||
}
|
||||
|
||||
@@ -935,10 +932,7 @@ class Timos extends OS implements MplsDiscovery, MplsPolling, WirelessPowerDisco
|
||||
'.1.3.6.1.4.1.6527.3.1.2.109.3.1.1.1.9.' . $index,
|
||||
'timos',
|
||||
$index,
|
||||
'RSRP: ' . $carrier[$index]['ifName'],
|
||||
null,
|
||||
1,
|
||||
10
|
||||
'RSRP: ' . $carrier[$index]['ifName']
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user