diff --git a/includes/definitions/raisecom-ros.yaml b/includes/definitions/raisecom-ros.yaml index 6d4fc745cf..a598474fcc 100644 --- a/includes/definitions/raisecom-ros.yaml +++ b/includes/definitions/raisecom-ros.yaml @@ -3,6 +3,22 @@ text: 'Raisecom ROS' type: network bad_snmpEngineTime: true mib_dir: raisecom +oids: + unordered: + # Tell LibreNMS to call snmpwalk with the -Cc flag for these entries + - ifEntry + - ifXEntry + - ifDescr + - ifAdminStatus + - ifOperStatus + - ifLastChange + - ifType + - ifPhysAddress + - ifMtu + - ifInErrors + - ifOutErrors + - ifInDiscards + - ifOutDiscards over: - { graph: device_bits, text: 'Device Traffic' } - { graph: device_processor, text: 'CPU Usage' } diff --git a/includes/definitions/raisecom.yaml b/includes/definitions/raisecom.yaml index 465313bb94..48c59f3669 100644 --- a/includes/definitions/raisecom.yaml +++ b/includes/definitions/raisecom.yaml @@ -3,6 +3,22 @@ text: 'Raisecom ROAP' type: network bad_snmpEngineTime: true mib_dir: raisecom +oids: + unordered: + # Tell LibreNMS to call snmpwalk with the -Cc flag for these entries + - ifEntry + - ifXEntry + - ifDescr + - ifAdminStatus + - ifOperStatus + - ifLastChange + - ifType + - ifPhysAddress + - ifMtu + - ifInErrors + - ifOutErrors + - ifInDiscards + - ifOutDiscards over: - { graph: device_bits, text: 'Device Traffic' } - { graph: device_processor, text: 'CPU Usage' }