librenms/includes/polling/os/nos.inc.php
2015-07-07 19:16:36 +01:00

7 lines
165 B
PHP

<?php
//SNMPv2-MIB::sysDescr.0 Brocade VDX Switch.
if (preg_match("/Brocade ([\s\d\w]+)/", $poll_device['sysDescr'], $hardware)) {
$hardware = $hardware[1];
}