HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //proc/self/root/usr/lib/netdata/conf.d/go.d/snmp.profiles/default/riverbed-steelhead.yaml
extends:
  - riverbed.yaml

sysobjectid:
  - 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}"