mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
6 lines
359 B
PHP
6 lines
359 B
PHP
<?php
|
|||
|
|
$protelevision_tmp = snmp_get_multi_oid($device, 'pt3080SystemInstrumentType.0 pt3080SystemInstrumentSWRev.0 pt3080SystemInstrumentKU.0', '-OUQs', 'PT3080-MIB');
|
||
|
|
$hardware = $protelevision_tmp['pt3080SystemInstrumentType.0'];
|
||
|
|
$version = $protelevision_tmp['pt3080SystemInstrumentSWRev.0'];
|
||
|
|
$serial = $protelevision_tmp['pt3080SystemInstrumentKU.0'];
|