Add N3024 to dnos.

This commit is contained in:
Karsten Schmidt
2016-08-03 16:01:59 +02:00
parent 4a6a53e86e
commit 6b2b87ae45

View File

@@ -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';