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/3com-huawei.yaml
extends:
  - 3com.yaml

sysobjectid:
  - 1.3.6.1.4.1.43.45.1.2.* # 3Com Huawei Products (a3Com.jv-mib.huawei.hwproducts)

# - A3COM-HUAWEI-LswDEVM-MIB
#   https://mibbrowser.online/mibdb_search.php?mib=A3COM-HUAWEI-LswDEVM-MIB
#   https://github.com/librenms/librenms/blob/master/mibs/3com/A3COM-HUAWEI-LswDEVM-MIB

metrics:
  - MIB: A3COM-HUAWEI-LswDEVM-MIB
    table:
      name: hwCpuTable # indexes: hwCpuIndex
      OID: 1.3.6.1.4.1.43.45.1.6.1.1
    symbols:
      - name: cpu.usage # hwCpuCostRatePer1Min
        OID: 1.3.6.1.4.1.43.45.1.6.1.1.1.3
        chart_meta:
          description: The current CPU utilization
          family: 'System/CPU/Usage'
          unit: "%"
    metric_tags:
      - tag: cpu_index
        index: 1

  - MIB: A3COM-HUAWEI-LswDEVM-MIB
    table:
      name: hwMemTable # indexes: hwMemModuleIndex
      OID: 1.3.6.1.4.1.43.45.1.6.1.2.1
    symbols:
      - name: hwMemSize
        OID: 1.3.6.1.4.1.43.45.1.6.1.2.1.1.2
        chart_meta:
          description: Total memory size
          family: 'System/Memory/Total'
          unit: "By"
      - name: hwMemFree
        OID: 1.3.6.1.4.1.43.45.1.6.1.2.1.1.3
        chart_meta:
          description: Free memory size
          family: 'System/Memory/Free'
          unit: "By"
    metric_tags:
      - tag: mem_index
        index: 1
  - MIB: A3COM-HUAWEI-LswDEVM-MIB
    table:
      name: hwdevMFanStatusTable # indexes: hwDevMFanNum
      OID: 1.3.6.1.4.1.43.45.1.2.23.1.9.1.1
    symbols:
      - OID: 1.3.6.1.4.1.43.45.1.2.23.1.9.1.1.1.2
        name: hwDevMFanStatus
        chart_meta:
          description: Fan status
          family: 'Hardware/Fan/Status'
          unit: "{status}"
        mapping:
          1: active
          2: deactive
          3: not_installed
          4: unsupported
    metric_tags:
      - tag: fan_index
        index: 1
  - MIB: A3COM-HUAWEI-LswDEVM-MIB
    table:
      name: hwdevMPowerStatusTable # indexes: hwDevMPowerNum
      OID: 1.3.6.1.4.1.43.45.1.2.23.1.9.1.2
    symbols:
      - OID: 1.3.6.1.4.1.43.45.1.2.23.1.9.1.2.1.2
        name: hwDevMPowerStatus
        chart_meta:
          description: Power status
          family: 'Hardware/PowerSupply/Status'
          unit: "{status}"
        mapping:
          1: active
          2: deactive
          3: not_installed
          4: unsupported
    metric_tags:
      - tag: power_index
        index: 1