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-entity-sensor-mib.yaml
metrics:
  - MIB: ENTITY-SENSOR-MIB
    table:
      OID: 1.3.6.1.2.1.99.1.1
      name: entPhySensorTable
    symbols:
      - OID: 1.3.6.1.2.1.99.1.1.1.4
        name: entPhySensorValue # Do not change this name — required by transformEntitySensorValue for matching and renaming logic
        chart_meta:
          description: Most recent measurement obtained by the agent for this sensor
          family: 'Hardware/Sensor/Value'
          unit: "1"
        transform: |
          {{- transformEntitySensorValue .Metric -}}
      - OID: 1.3.6.1.2.1.99.1.1.1.5
        name: entPhySensorOperStatus # Do not change this name — required by transformEntitySensorValue for matching and renaming logic
        chart_meta:
          description: Operational status of the sensor
          family: 'Hardware/Sensor/Status'
          unit: "{status}"
        mapping:
          1: ok
          2: unavailable
          3: nonoperational
        transform: |
          {{- transformEntitySensorValue .Metric -}}
    metric_tags:
      - tag: sensor_index
        index: 1
      - tag: _ent_phys_descr
        MIB: ENTITY-MIB
        table: entPhysicalTable
        symbol:
          OID: 1.3.6.1.2.1.47.1.1.1.1.2
          name: entPhysicalDescr
      - tag: _sensor_desc
        symbol:
          OID: 1.3.6.1.2.1.99.1.1.1.6
          name: entPhySensorUnitsDisplay
      - tag: rm:sensor_type # needed for transform
        symbol:
          OID: 1.3.6.1.2.1.99.1.1.1.1
          name: entPhySensorType
      - tag: rm:sensor_scale # needed for transform
        symbol:
          OID: 1.3.6.1.2.1.99.1.1.1.2
          name: entPhySensorScale
      - tag: rm:sensor_precision # needed for transform
        symbol:
          OID: 1.3.6.1.2.1.99.1.1.1.3
          name: entPhySensorPrecision

# MIB: ENTITY-MIB
# table: entPhysicalTable
# symbol:
#   name: entPhysicalClass
#   OID: 1.3.6.1.2.1.47.1.1.1.1.5
# mapping:
#   # RFC 6933 Standard Values (1-14)
#   1: other
#   2: unknown
#   3: chassis
#   4: backplane
#   5: container
#   6: powerSupply
#   7: fan
#   8: sensor
#   9: module
#   10: port
#   11: stack
#   12: cpu
#   13: energyObject
#   14: battery
#   # Common Cisco Extensions (15-18) - Non-RFC
#   15: storageDisk  # e.g., Cisco UCS hard drives
#   16: memory       # e.g., RAM DIMMs in Nexus switches
#   17: software     # Virtual/logical components (rare)
#   18: reserved     # Unassigned (vendor-specific)