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/usr/lib/netdata/conf.d/go.d/snmp.profiles/default/riverbed-steelhead.yaml
extends:
  - riverbed.yaml

selector:
  - sysobjectid:
      include:
        - 1.3.6.1.4.1.17163.1.1  # Steelhead MODULE-IDENTITY

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

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

metrics:
  - MIB: HOST-RESOURCES-MIB
    symbol:
      name: memory.total
      OID: 1.3.6.1.2.1.25.2.3.1.5.1  # hrStorageSize.1 (hrStorageSize at index 1)
      chart_meta:
        family: 'System/Memory/Total'
        description: Size of the storage represented by this entry, in units of hrStorageAllocationUnits
        unit: "By"
  - MIB: HOST-RESOURCES-MIB
    symbol:
      name: memory.used
      OID: 1.3.6.1.2.1.25.2.3.1.6.1  # hrStorageUsed.1 (hrStorageUsed at index 1)
      chart_meta:
        family: 'System/Memory/Used'
        description: Amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits
        unit: "By"

  - MIB: STEELHEAD-MIB
    symbol:
      name: cpu.usage
      OID: 1.3.6.1.4.1.17163.1.1.5.1.1.0
      chart_meta:
        family: 'System/CPU/Load'
        description: One-minute CPU load in hundreths
        unit: "{cpu_load}"
  - MIB: STEELHEAD-MIB
    symbol:
      name: riverbed.steelhead.optimizedConnections
      OID: 1.3.6.1.4.1.17163.1.1.5.2.1.0
      chart_meta:
        family: 'Network/Steelhead/Connection/Optimized'
        description: Current total number of optimized connections
        unit: "{connection}"
  - MIB: STEELHEAD-MIB
    symbol:
      name: riverbed.steelhead.passthroughConnections
      OID: 1.3.6.1.4.1.17163.1.1.5.2.2.0
      chart_meta:
        family: 'Network/Steelhead/Connection/Passthrough'
        description: Current total number of pass-through connections
        unit: "{connection}"
  - MIB: STEELHEAD-MIB
    symbol:
      name: riverbed.steelhead.halfOpenedConnections
      OID: 1.3.6.1.4.1.17163.1.1.5.2.3.0
      chart_meta:
        family: 'Network/Steelhead/Connection/HalfOpened'
        description: Current total number of half-opened (optimized) connections
        unit: "{connection}"
  - MIB: STEELHEAD-MIB
    symbol:
      name: riverbed.steelhead.halfClosedConnections
      OID: 1.3.6.1.4.1.17163.1.1.5.2.4.0
      chart_meta:
        family: 'Network/Steelhead/Connection/HalfClosed'
        description: Current total number of half-closed (optimized) connections
        unit: "{connection}"
  - MIB: STEELHEAD-MIB
    symbol:
      name: riverbed.steelhead.establishedConnections
      OID: 1.3.6.1.4.1.17163.1.1.5.2.5.0
      chart_meta:
        family: 'Network/Steelhead/Connection/Established'
        description: Current number of established (optimized) connections
        unit: "{connection}"
  - MIB: STEELHEAD-MIB
    symbol:
      name: riverbed.steelhead.activeConnections
      OID: 1.3.6.1.4.1.17163.1.1.5.2.6.0
      chart_meta:
        family: 'Network/Steelhead/Connection/Active'
        description: Current number of active (optimized) connections
        unit: "{connection}"
  - MIB: STEELHEAD-MIB
    symbol:
      name: riverbed.steelhead.totalConnections
      OID: 1.3.6.1.4.1.17163.1.1.5.2.7.0
      chart_meta:
        family: 'Network/Steelhead/Connection/Total'
        description: Total number of connections
        unit: "{connection}"