librenms/includes/discovery/os/nxos.inc.php
2015-07-15 20:20:53 +01:00

8 lines
91 B
PHP

<?php
if (!$os) {
if (strstr($sysDescr, 'NX-OS(tm)')) {
$os = 'nxos';
}
}