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/cisco-nexus.yaml
# Profile for Cisco Nexus devices

extends:
  - _system-base.yaml
  - _cisco-base.yaml

metadata:
  device:
    fields:
      type:
        value: "Switch"
      vendor:
        value: "Cisco"

sysobjectid:
  - 1.3.6.1.4.1.9.1.1216 # ciscoN7KC7018IOS
  - 1.3.6.1.4.1.9.1.1217 # ciscoN7KC7010IOS
  - 1.3.6.1.4.1.9.1.1915 # ciscoN9KC9508
  - 1.3.6.1.4.1.9.1.1923 # ciscoN9KC93128TX
  - 1.3.6.1.4.1.9.1.1924 # ciscoN9KC9396TX
  - 1.3.6.1.4.1.9.1.1925 # ciscoN9KC9396PX
  - 1.3.6.1.4.1.9.12.3.1.3.*

metrics:
  - MIB: CISCO-ENTITY-SENSOR-MIB   # TODO: put in abstract profile
    table:
      OID: 1.3.6.1.4.1.9.9.91.1.1.1
      name: entSensorValueTable
    symbols:
      - OID: 1.3.6.1.4.1.9.9.91.1.1.1.1.4
        name: entSensorValue # 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 -}}
    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: rm:sensor_type # needed for transform
        symbol:
          OID: 1.3.6.1.4.1.9.9.91.1.1.1.1.1
          name: entSensorType
      - tag: rm:sensor_scale # needed for transform
        symbol:
          OID: 1.3.6.1.4.1.9.9.91.1.1.1.1.2
          name: entSensorScale
      - tag: rm:sensor_precision # needed for transform
        symbol:
          OID: 1.3.6.1.4.1.9.9.91.1.1.1.1.3
          name: entSensorPrecision

  - MIB: CISCO-ENHANCED-MEMPOOL-MIB # Overrides generic cisco defaults from _cisco-cpu-memory.yaml
    table:
      OID: 1.3.6.1.4.1.9.9.221.1.1.1
      name: cempMemPoolTable
    symbols:
      - OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.7
        name: memory.used
        chart_meta:
          description: Number of bytes from the memory pool that are currently in use by applications on the physical entity
          family: 'System/Memory/Pool/Used'
          unit: "By"
      - OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.8
        name: memory.free
        chart_meta:
          description: Number of bytes from the memory pool that are currently unused on the physical entity
          family: 'System/Memory/Pool/Free'
          unit: "By"
    metric_tags:
      - tag: mem_index
        index: 1