mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* newdevice: Improved sensor support for Dell servers #5242 * added missing files * small update * Update dell.inc.php
This commit is contained in:
@@ -20,6 +20,8 @@ if ($device['os'] == 'openbsd') {
|
||||
|
||||
if (strstr($device['hardware'], 'Dell')) {
|
||||
include 'includes/discovery/sensors/fanspeeds/dell.inc.php';
|
||||
include 'includes/discovery/sensors/power/dell.inc.php';
|
||||
include 'includes/discovery/sensors/voltages/dell.inc.php';
|
||||
include 'includes/discovery/sensors/states/dell.inc.php';
|
||||
include 'includes/discovery/sensors/temperatures/dell.inc.php';
|
||||
}
|
||||
|
Reference in New Issue
Block a user