MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/netdata/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

selector:
  - sysobjectid:
      include:
        - 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