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: //lib/netdata/conf.d/go.d/snmp.profiles/default/_std-host-resources-mib-feat-base.yaml
# Generic Resource metrics for devices


# https://www.net-snmp.org/docs/mibs/host.html

metrics:
  # Scalar Objects (https://www.net-snmp.org/docs/mibs/host.html#scalar_current)
  - MIB: HOST-RESOURCES-MIB
    symbol:
      OID: 1.3.6.1.2.1.25.1.5.0
      name: hrSystemNumUsers
      chart_meta:
        description: The number of user sessions for which this host is storing state information. A session is a collection of processes requiring a single act of user authentication and possibly subject to collective job control.
        family: 'System/Activity/UserSession/Active'
        unit: "{session}"
  - MIB: HOST-RESOURCES-MIB
    symbol:
      OID: 1.3.6.1.2.1.25.1.6.0
      name: hrSystemProcesses
      chart_meta:
        description: The number of process contexts currently loaded or running on this system.
        family: 'System/Activity/Process/Active'
        unit: "{process}"

  # Table Objects

  # CPU hrProcessorTable (https://www.net-snmp.org/docs/mibs/host.html#hrProcessorTable)
  - MIB: HOST-RESOURCES-MIB
    table:
      OID: 1.3.6.1.2.1.25.3.3
      name: hrProcessorTable
    symbols:
      - OID: 1.3.6.1.2.1.25.3.3.1.2
        name: cpu.usage
        chart_meta:
          description: The current CPU utilization
          family: 'System/CPU/Usage'
          unit: "%"
    metric_tags:
      - tag: cpu_index
        index: 1
      - tag: _cpu_descr
        table: hrDeviceTable
        symbol:
          OID: 1.3.6.1.2.1.25.3.2.1.3
          name: hrDeviceDescr


  # Storage hrStorageTable (https://www.net-snmp.org/docs/mibs/host.html#hrStorageTable)
  # This table includes disk partitions, file systems, ram (for some architectures this is further segmented into
  # regular memory, extended memory, and so on), backing store for virtual memory (`swap space').
  - MIB: HOST-RESOURCES-MIB
    table:
      OID: 1.3.6.1.2.1.25.2.3
      name: hrStorageTable
    symbols:
      - OID: 1.3.6.1.2.1.25.2.3.1.5
        name: hrStorageSize
        chart_meta:
          unit: "By"
        transform: |
          {{- transformHrStorage .Metric -}}
      - OID: 1.3.6.1.2.1.25.2.3.1.6
        name: hrStorageUsed
        chart_meta:
          unit: "By"
        transform: |
          {{- transformHrStorage .Metric -}}
    metric_tags:
      - tag: storage_index
        index: 1
      - tag: _storage_descr
        symbol:
          OID: 1.3.6.1.2.1.25.2.3.1.3
          name: hrDeviceDescr
      - tag: rm:storage_type # Needed for transformation
        symbol:
          OID: 1.3.6.1.2.1.25.2.3.1.2
          name: hrStorageType
      - tag: rm:storage_alloc_unit # Needed for transformation
        symbol:
          OID: 1.3.6.1.2.1.25.2.3.1.4
          name: hrStorageAllocationUnits