mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Finished dell rac support and updated mib
This commit is contained in:
@ -22,7 +22,8 @@ $supported_sensors = array('current' => 'A',
|
||||
'temperature' => 'C',
|
||||
'dbm' => 'dBm',
|
||||
'charge' => '%',
|
||||
'load' => '%'
|
||||
'load' => '%',
|
||||
'state' => '#',
|
||||
);
|
||||
|
||||
foreach ($supported_sensors as $sensor_type => $sensor_unit)
|
||||
|
Reference in New Issue
Block a user