Added support for Dell Networking OS

This commit is contained in:
laf
2015-07-18 20:36:07 +01:00
parent 4ffff7de8e
commit c67045719d
3 changed files with 32 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.6027.1.')) {
$os = 'dnos';
}
}