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: //usr/lib/netdata/conf.d/go.d/snmp.profiles/default/kyocera-printer.yaml
extends:
  - _system-base.yaml
  # TODO: Extends _generic-if32.yaml when implemented
  # - _generic-if32.yaml

sysobjectid: 1.3.6.1.4.1.1347.41

metadata:
  device:
    fields:
      vendor:
        value: "Kyocera"
      type:
        value: "Printer"

metric_tags:
  - tag: kcprt_general_model_name
    OID: 1.3.6.1.4.1.1347.43.5.1.1.1.1  # kcprtGeneralModelName.1 (index 1)
    symbol: kcprtGeneralModelName
  - tag: kcprt_serial_number
    OID: 1.3.6.1.4.1.1347.43.5.1.1.28.1  # kcprtSerialNumber.1 (index 1)
    symbol: kcprtSerialNumber

# 1. KYOCERA-MIB
#    https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/kyocera/KYOCERA-MIB

metrics:
  - MIB: KYOCERA-MIB
    table:
      OID: 1.3.6.1.4.1.1347.43.18.2
      name: kcprtAlertStateTable
    symbols:
      - OID: 1.3.6.1.4.1.1347.43.18.2.1.3
        name: kcprtAlertStateCode
        chart_meta:
          description: "Alert state code"
          family: 'System/Alert/Code'
          unit: "{code}"
    metric_tags:
      - tag: kcprt_alert_state_display_index
        symbol:
          OID: 1.3.6.1.4.1.1347.43.18.2.1.1
          name: kcprtAlertStateDisplayIndex
      - tag: kcprt_alert_state_display
        symbol:
          OID: 1.3.6.1.4.1.1347.43.18.2.1.2
          name: kcprtAlertStateDisplay

  - MIB: KYOCERA-MIB
    table:
      OID: 1.3.6.1.4.1.1347.43.20
      name: kcprtMemoryDeviceTable
    symbols:
      - OID: 1.3.6.1.4.1.1347.43.20.1.1.4
        name: kcprtMemoryDeviceTotalSize
        chart_meta:
          description: "Total size of the memory device"
          family: 'System/Memory/Total'
          unit: "By"
      - OID: 1.3.6.1.4.1.1347.43.20.1.1.5
        name: kcprtMemoryDeviceUsedSize
        chart_meta:
          description: "Used size of the memory device"
          family: 'System/Memory/Used'
          unit: "By"
      - OID: 1.3.6.1.4.1.1347.43.20.1.1.6
        name: kcprtMemoryDeviceStatus
        chart_meta:
          description: Current status of this device
          family: 'System/Memory/Status'
          unit: "{status}"
        mapping:
          0: readyReadWrite
          1: readyReadOnly
          2: notAccessible
          4: lowBattery
    metric_tags:
      - tag: kcprt_memory_device_index
        symbol:
          OID: 1.3.6.1.4.1.1347.43.20.1.1.1
          name: kcprtMemoryDeviceIndex
      - tag: kcprt_memory_device_location
        symbol:
          OID: 1.3.6.1.4.1.1347.43.20.1.1.2
          name: kcprtMemoryDeviceLocation
        mapping:
          0: pcCard-A
          1: pcCard-B
          2: optionROMsocket
          3: residentFont
          4: downloadArea
          5: hardDisk
          6: memoryCard
          255: others
      - tag: kcprt_memory_device_type
        symbol:
          OID: 1.3.6.1.4.1.1347.43.20.1.1.3
          name: kcprtMemoryDeviceType
        mapping:
          0: rom
          1: flash
          2: sram
          3: dram
          4: strage
          255: others