Files
librenms-librenms/includes/polling/os/apex-plus.inc.php
djamp42 0ffb88dd1b Add Device Trango Apex-Plus (#9483)
* 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
2018-12-12 16:49:30 -06:00

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'];