Added Cambium Support

This commit is contained in:
Paul Heinrichs
2016-03-22 09:32:26 -04:00
parent 6ad337532e
commit 72b9fd4d38
50 changed files with 1839 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ if (!$os) {
$skip_oids = array(
'.1.3.6.1.4.1.674.10892.2',
'.1.3.6.1.4.1.17163.1.1',
'.1.3.6.1.4.1.17713.21'
);
if (preg_match('/^Linux/', $sysDescr) && !in_array($sysObjectId, $skip_oids)) {
$os = 'linux';