Files
librenms-librenms/includes/discovery/sensors/pre-cache/raisecom-ros.inc.php
Vitali Kari 9126e0f00a new device os Raisecom Router OS (ROAP) (#12361)
* new device os Raisecom Router OS (ROAP)
tried to add that as existing raisecom os but ended in new os, because they use a
new MIB base for Router OS and newer devices.

* add sensors
2021-01-04 00:39:35 +01:00

5 lines
244 B
PHP

<?php
echo 'rosMgmtOpticalTransceiverDDMTable ';
$pre_cache['rosMgmtOpticalTransceiverDDMTable'] = snmpwalk_cache_twopart_oid($device, 'rosMgmtOpticalTransceiverDDMTable', [], 'ROSMGMT-OPTICAL-TRANSCEIVER-MIB', 'raisecom', ['-OeQUs', '-Ih']);