librenms/includes/polling/os/bnt.inc.php
2015-07-11 16:12:35 +02:00

8 lines
145 B
PHP

<?php
preg_match('/Blade Network Technologies (.*)$/', $poll_device['sysDescr'], $store);
if (isset($store[1])) {
$hardware = $store[1];
}