Merge pull request #2991 from laf/issue-2983

This commit is contained in:
Søren Rosiak
2016-02-13 20:52:47 +01:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.12356.103.3')) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.12356.103')) {
$os = 'fortios';
}
}
+1
View File
@@ -331,6 +331,7 @@ $rewrite_fortinet_hardware = array(
'.1.3.6.1.4.1.12356.1688' => 'FortiMail 2000A',
'.1.3.6.1.4.1.12356.103.1.1000' => 'FortiManager 100',
'.1.3.6.1.4.1.12356.103.1.20000' => 'FortiManager 2000XL',
'.1.3.6.1.4.1.12356.103.1.3004' => 'FortiManager 300D',
'.1.3.6.1.4.1.12356.103.1.30000' => 'FortiManager 3000',
'.1.3.6.1.4.1.12356.103.1.30002' => 'FortiManager 3000B',
'.1.3.6.1.4.1.12356.103.1.4000' => 'FortiManager 400',