mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-14 00:14:23 +02:00
Remove one overly-broad and one overly-narrow detection check for nos devices.
8 lines
93 B
PHP
8 lines
93 B
PHP
<?php
|
|
|
|
if (!$os) {
|
|
if (strstr($sysDescr, "Brocade VDX")) {
|
|
$os = "nos";
|
|
}
|
|
}
|