Fix Riverbed discovery

This commit is contained in:
Rosiak
2015-10-14 20:05:22 +02:00
parent 970620f2e0
commit 3bef84fe85

View File

@@ -1,7 +1,7 @@
<?php
if (!$os) {
if (preg_match('/^Linux/', $sysDescr) && $sysObjectId != '.1.3.6.1.4.1.674.10892.2') {
if (preg_match('/^Linux/', $sysDescr) && $sysObjectId != '.1.3.6.1.4.1.674.10892.2' && $sysObjectId != '1.3.6.1.4.1.17163.1.1') {
$os = 'linux';
}