mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added Device Trango Apex-Plus * Code Climate Blank Line Fix * Added json test file + fixed awplus file stopping snmpsimd starting * Updated awplus json * Update apex-plus.json
4 lines
123 B
PHP
4 lines
123 B
PHP
<?php
|
|
$version = snmp_get($device, '.1.3.6.1.4.1.5454.1.80.1.1.2.0', '-OQv');
|
|
$hardware = 'Trango ' . $device['sysDescr'];
|