Added basic detection for EqualLogic units

This commit is contained in:
laf
2015-06-15 16:08:35 +01:00
parent 7298cefe59
commit 71189b9ca1
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
if (!$os) {
if (strstr($sysObjectId, ".1.3.6.1.4.1.12740.17.1")) { $os = "equallogic"; }
}