Files
librenms-librenms/includes/discovery/os/nos.inc.php

8 lines
169 B
PHP
Raw Normal View History

2015-07-07 19:16:36 +01:00
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.1588.2.2.1.1.1.5') || stristr($sysDescr, 'Brocade Communications Systems')) {
2015-07-13 20:10:26 +02:00
$os = 'nos';
2015-07-07 19:16:36 +01:00
}
}