librenms/includes/discovery/os/nos.inc.php
Eldon Koyle 5835fe6b77 Remove some detection logic from Brocade NOS foo
Remove one overly-broad and one overly-narrow detection check for nos
devices.
2016-01-08 14:30:55 -07:00

8 lines
93 B
PHP

<?php
if (!$os) {
if (strstr($sysDescr, "Brocade VDX")) {
$os = "nos";
}
}