Files
librenms-librenms/includes/polling/os/quanta.inc.php
T
2017-06-13 21:30:00 +01:00

5 lines
192 B
PHP

<?php
list($hardware, $features, $version) = explode(',', $poll_device['sysDescr']);
$serial = trim(snmp_get($device, "agentInventorySerialNumber.0", "-Ovq", "NETGEAR-SWITCHING-MIB"), '" ');