mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add N3024 to dnos.
This commit is contained in:
@@ -25,6 +25,10 @@ if (!$os) {
|
||||
//Dell N4064F
|
||||
$os = 'dnos';
|
||||
}
|
||||
if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3057')) {
|
||||
//Dell N3024
|
||||
$os = 'dnos';
|
||||
}
|
||||
if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3058')) {
|
||||
//Dell N3048P
|
||||
$os = 'dnos';
|
||||
|
Reference in New Issue
Block a user