MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/netdata/netdata-configs/orig/go.d/snmp.profiles/default/opengear-infrastructure-manager.yaml
extends:
  - _std-if-mib.yaml
  - _std-ucd-mib.yaml
  - _opengear.yaml

selector:
  - sysobjectid:
      include:
        - 1.3.6.1.4.1.25049.1.60    # IM4200
        - 1.3.6.1.4.1.25049.1.61    # IM7200

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

metrics:
  - MIB: OG-STATUS-MIB
    table:
      name: ogSerialPortStatusTable
      OID: 1.3.6.1.4.1.25049.16.1
    symbols:
      - name: ogSerialPortStatusRxBytes
        OID: 1.3.6.1.4.1.25049.16.1.1.3
        chart_meta:
          family: 'Network/SerialPort/Traffic/In'
          description: Serial port bytes received
          unit: "By/s"
      - name: ogSerialPortStatusTxBytes
        OID: 1.3.6.1.4.1.25049.16.1.1.4
        chart_meta:
          family: 'Network/SerialPort/Traffic/Out'
          description: Serial port bytes transmitted
          unit: "By/s"
      - OID: 1.3.6.1.4.1.25049.16.1.1.6
        name: ogSerialPortStatusDCD
        chart_meta:
          family: 'Network/SerialPort/Signal/Status/DCD'
          description: The status of the DCD signal
          unit: "{status}"
        mapping:
          0: off
          1: on
      - OID: 1.3.6.1.4.1.25049.16.1.1.7
        name: ogSerialPortStatusDTR
        chart_meta:
          family: 'Network/SerialPort/Signal/Status/DTR'
          description: The status of the DTR signal
          unit: "{status}"
        mapping:
          0: off
          1: on
      - OID: 1.3.6.1.4.1.25049.16.1.1.8
        name: ogSerialPortStatusDSR
        chart_meta:
          family: 'Network/SerialPort/Signal/Status/DSR'
          description: The status of the DSR signal
          unit: "{status}"
        mapping:
          0: off
          1: on
      - OID: 1.3.6.1.4.1.25049.16.1.1.9
        name: ogSerialPortStatusCTS
        chart_meta:
          family: 'Network/SerialPort/Signal/Status/CTS'
          description: The status of the CTS signal
          unit: "{status}"
        mapping:
          0: off
          1: on
      - OID: 1.3.6.1.4.1.25049.16.1.1.10
        name: ogSerialPortStatusRTS
        chart_meta:
          family: 'Network/SerialPort/Signal/RTS/Status'
          description: The status of the RTS signal
          unit: "{status}"
        mapping:
          0: off
          1: on
    metric_tags:
      - tag: og_serial_port_index
        index: 1
      - tag: _og_serial_port_status_port
        symbol:
          name: ogSerialPortStatusPort
          OID: 1.3.6.1.4.1.25049.16.1.1.2
      - tag: _og_serial_port_status_speed
        symbol:
          name: ogSerialPortStatusSpeed
          OID: 1.3.6.1.4.1.25049.16.1.1.5
      - tag: _og_serial_port_status_label
        symbol:
          name: ogSerialPortStatusLabel
          OID: 1.3.6.1.4.1.25049.16.1.1.11

  - MIB: OG-STATUS-MIB
    table:
      name: ogRpcStatusTable
      OID: 1.3.6.1.4.1.25049.16.3
    symbols:
      - name: ogRpcStatusMaxTemp
        OID: 1.3.6.1.4.1.25049.16.3.1.3
        chart_meta:
          family: 'Hardware/RPC/Temperature/Maximum'
          description: Maximum temperature on the RPC
          unit: "Cel"
      - name: ogRpcStatusAlertCount
        OID: 1.3.6.1.4.1.25049.16.3.1.4
        chart_meta:
          family: 'Hardware/RPC/Alert'
          description: Number of alerts triggered on the RPC
          unit: "{alert}"
    metric_tags:
      - tag: og_rpc_index
        index: 1
      - tag: og_rpc_status_name
        symbol:
          name: ogRpcStatusName
          OID: 1.3.6.1.4.1.25049.16.3.1.2

  - MIB: OG-STATUS-MIB
    table:
      name: ogEmdStatusTable
      OID: 1.3.6.1.4.1.25049.16.4
    symbols:
      - name: ogEmdStatusTemp
        OID: 1.3.6.1.4.1.25049.16.4.1.3
        chart_meta:
          family: 'Environment/Temperature/Value'
          description: Current temperature on the EMD
          unit: "Cel"
      - name: ogEmdStatusHumidity
        OID: 1.3.6.1.4.1.25049.16.4.1.4
        chart_meta:
          family: 'Environment/Humidity/Value'
          description: Humidity sensor on the EMD
          unit: "%"
      - name: ogEmdStatusAlertCount
        OID: 1.3.6.1.4.1.25049.16.4.1.5
        chart_meta:
          family: 'Environment/Alert'
          description: Number of alerts triggered on the EMD
          unit: "{alert}"
    metric_tags:
      - tag: og_emd_index
        index: 1
      - tag: og_emd_status_name
        symbol:
          name: ogEmdStatusName
          OID: 1.3.6.1.4.1.25049.16.4.1.2