HEX
Server: LiteSpeed
System: Linux s3.sitechai.com 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64
User: workzeni (2217)
PHP: 8.1.32
Disabled: mail, show_source, system, shell_exec, passthru, exec, eval, shell
Upload Files
File: //usr/lib/netdata/conf.d/go.d/snmp.profiles/default/raritan-dominion.yaml
extends:
  - _system-base.yaml
  - _std-if-mib.yaml

metadata:
  device:
    fields:
      vendor:
        value: "Raritan"

selector:
  - sysobjectid:
      include:
        - 1.3.6.1.4.1.13742.*         # Raritan Devices
        - 1.3.6.1.4.1.13742.3.2.10    # Raritan Dominion SXII DSX2-32

# RemoteKVMDevice-MIB
# https://mibbrowser.online/mibdb_search.php?mib=RemoteKVMDevice-MIB
# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/raritan/RemoteKVMDevice-MIB

metrics:
  - MIB: RemoteKVMDevice-MIB
    symbol:
      name: memory.usage
      OID: 1.3.6.1.4.1.13742.3.1.1.0
      chart_meta:
        family: 'System/Memory/Usage'
        description: Memory usage
        unit: "%"
  - MIB: RemoteKVMDevice-MIB
    symbol:
      name: cpu.usage
      OID: 1.3.6.1.4.1.13742.3.1.2.0
      chart_meta:
        family: 'System/CPU/Usage'
        description: The current CPU utilization
        unit: "%"

  - MIB: RemoteKVMDevice-MIB
    table:
      name: systemPowerSupplyTable
      OID: 1.3.6.1.4.1.13742.3.1.3
    symbols:
      - OID: 1.3.6.1.4.1.13742.3.1.3.1.2
        name: raritan.remotekvm.systemPowerSupplyPowerOn
        chart_meta:
          family: 'Hardware/Power/Status'
          description: indicates whether the system power supply is on
          unit: "{status}"
        mapping:
          1: 'on'
          2: 'off'
    metric_tags:
      - tag: psu_index
        index: 1

  - MIB: RemoteKVMDevice-MIB
    table:
      name: portDataTable
      OID: 1.3.6.1.4.1.13742.3.1.4
    symbols:
      - OID: 1.3.6.1.4.1.13742.3.1.4.1.5
        name: raritan.remotekvm.portDataStatus
        chart_meta:
          family: 'Network/RemoteKVM/Port/Status'
          description: Port status and availability
          unit: "{status}"
        mapping:
          1: inactive
          2: available
          3: connected
          4: busy
    metric_tags:
      - tag: raritan_remotekvm_port_data_index
        index: 1
      - tag: raritan_remotekvm_port_data_name
        symbol:
          OID: 1.3.6.1.4.1.13742.3.1.4.1.3
          name: raritan.remotekvm.portDataName
      - tag: raritan_remotekvm_port_data_type
        symbol:
          OID: 1.3.6.1.4.1.13742.3.1.4.1.4
          name: raritan.remotekvm.portDataType