mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add ieee754_to_float to custom_oid (#15692)
Nokia SROS uses ieee754 in some SNMP OID's
This commit is contained in:
@@ -16,6 +16,7 @@ foreach (dbFetchRows('SELECT * FROM `customoids` WHERE `customoid_passed` = 1 AN
|
||||
'celsius_to_fahrenheit',
|
||||
'fahrenheit_to_celsius',
|
||||
'uw_to_dbm',
|
||||
'ieee754_to_float',
|
||||
];
|
||||
|
||||
if (is_numeric($rawdata)) {
|
||||
|
Reference in New Issue
Block a user