mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* 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
5 lines
244 B
PHP
5 lines
244 B
PHP
<?php
|
|
|
|
echo 'rosMgmtOpticalTransceiverDDMTable ';
|
|
$pre_cache['rosMgmtOpticalTransceiverDDMTable'] = snmpwalk_cache_twopart_oid($device, 'rosMgmtOpticalTransceiverDDMTable', [], 'ROSMGMT-OPTICAL-TRANSCEIVER-MIB', 'raisecom', ['-OeQUs', '-Ih']);
|