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/hp-ilo.yaml
# Profile for HP iLO devices.
# For HP iLO4 devices, a separate hp-ilo4 profile is used

extends:
  - _hp.yaml
  - _hp-base.yaml
  - _hp-compaq-health.yaml
  - _hp-driver-stats.yaml

sysobjectid:
  - 1.3.6.1.4.1.232.9.4.*     # HP iLO

metadata:
  device:
    fields:
      product_name:
        value: Integrated Lights-Out
      type:
        value: "Server"

# - CPQSM2-MIB
#   https://mibbrowser.online/mibdb_search.php?mib=CPQSM2-MIB
#   https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/hp/CPQSM2-MIB
# - CPQNIC-MIB
#   https://mibbrowser.online/mibdb_search.php?mib=CPQNIC-MIB
#   https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/hp/CPQSM2-MIB

metrics:
  - MIB: CPQSM2-MIB
    symbol:
      OID: 1.3.6.1.4.1.232.9.2.2.32.0
      name: cpqSm2CntlrServerPowerState
      chart_meta:
        description: Power state of the server
        family: 'Hardware/Server/Power/Status'
        unit: "{status}"
      mapping:
        1: unknown
        2: poweredOff
        3: poweredOn
        4: insufficientPowerOrPowerOnDenied

  - MIB: CPQSM2-MIB
    symbol:
      OID: 1.3.6.1.4.1.232.9.2.2.5.0
      name: cpqSm2CntlrBatteryStatus
      chart_meta:
        description: Status of the battery
        family: 'Hardware/Battery/Status'
        unit: "{status}"
      mapping:
        1: other
        2: batteryOk
        3: batteryFailed
        4: batteryDisconnected

  - MIB: CPQSM2-MIB
    symbol:
      OID: 1.3.6.1.4.1.232.9.2.2.6.0
      name: cpqSm2CntlrBatteryPercentCharged
      chart_meta:
        description: Charge level of the battery
        family: 'Hardware/Battery/Charge'
        unit: "%"

    # Whether a remote session is active.
    # NOTE: other(1), active(2), inactive(3)
  - MIB: CPQSM2-MIB
    symbol:
      OID: 1.3.6.1.4.1.232.9.2.2.16.0
      name: cpqSm2CntlrRemoteSessionStatus
      chart_meta:
        description: Status of remote session activity
        family: 'System/RemoteSession/Status'
        unit: "{status}"
      mapping:
        1: other
        2: active
        3: inactive

  - MIB: CPQSM2-MIB
    symbol:
      OID: 1.3.6.1.4.1.232.9.2.2.17.0
      name: cpqSm2CntlrInterfaceStatus
      chart_meta:
        description: Status of the remote interface
        family: 'System/RemoteInterface/Status'
        unit: "{status}"
      mapping:
        1: other
        2: ok
        3: notResponding

    # Event log.

  - MIB: CPQSM2-MIB
    symbol:
      OID: 1.3.6.1.4.1.232.9.2.3.1.0
      name: cpqSm2EventTotalEntries
      chart_meta:
        description: Number of entries in the event log
        family: 'System/EventLog/Entry/Count'
        unit: "{entry}"

    # Network interfaces and traffic.

    # Network interface card statistics.
  - MIB: CPQSM2-MIB
    table:
      OID: 1.3.6.1.4.1.232.9.2.5.2
      name: cpqSm2NicStatsTable
    symbols:
      - OID: 1.3.6.1.4.1.232.9.2.5.2.1.2
        name: cpqSm2NicXmitBytes
        scale_factor: 8
        chart_meta:
          description: Number of bytes transmitted by the network interface controller
          family: 'Network/Interface/Traffic/Total/Out'
          unit: "bit/s"
      - OID: 1.3.6.1.4.1.232.9.2.5.2.1.3
        name: cpqSm2NicXmitTotalPackets
        chart_meta:
          description: Total number of packets transmitted by the network interface controller
          family: 'Network/Interface/Packet/Total/Out'
          unit: "{packet}/s"
      - OID: 1.3.6.1.4.1.232.9.2.5.2.1.6
        name: cpqSm2NicXmitDiscardPackets
        chart_meta:
          description: Total number of discarded packets transmitted by the network interface controller
          family: 'Network/Interface/Discard/Out'
          unit: "{packet}/s"
      - OID: 1.3.6.1.4.1.232.9.2.5.2.1.7
        name: cpqSm2NicXmitErrorPackets
        chart_meta:
          description: Total number of error packets transmitted by the network interface controller
          family: 'Network/Interface/Error/Total/Out'
          unit: "{packet}/s"
      - OID: 1.3.6.1.4.1.232.9.2.5.2.1.8
        name: cpqSm2NicXmitQueueLength
        chart_meta:
          description: Number of outstanding packets in the transmit queue
          family: 'Network/Interface/Queue/Transmit'
          unit: "{packet}"
      - OID: 1.3.6.1.4.1.232.9.2.5.2.1.9
        name: cpqSm2NicRecvBytes
        scale_factor: 8
        chart_meta:
          description: Number of bytes received by the network interface controller
          family: 'Network/Interface/Traffic/Total/In'
          unit: "bit/s"
      - OID: 1.3.6.1.4.1.232.9.2.5.2.1.10
        name: cpqSm2NicRecvTotalPackets
        chart_meta:
          description: Total number of packets received by the network interface controller
          family: 'Network/Interface/Packet/Total/In'
          unit: "{packet}/s"
      - OID: 1.3.6.1.4.1.232.9.2.5.2.1.13
        name: cpqSm2NicRecvDiscardPackets
        chart_meta:
          description: Total number of discarded packets received by the network interface controller
          family: 'Network/Interface/Discard/In'
          unit: "{packet}/s"
      - OID: 1.3.6.1.4.1.232.9.2.5.2.1.14
        name: cpqSm2NicRecvErrorPackets
        chart_meta:
          description: Total number of error packets received by the network interface controller
          family: 'Network/Interface/Error/Total/In'
          unit: "{packet}/s"
      - OID: 1.3.6.1.4.1.232.9.2.5.2.1.15
        name: cpqSm2NicRecvUnknownPackets
        chart_meta:
          description: Number of unknown protocol packets received by the network interface controller
          family: 'Network/Interface/Packet/Unknown/In'
          unit: "{packet}/s"
    metric_tags:
      - tag: nic_index
        index: 1
      - tag: nic_stats_location
        symbol:
          OID: 1.3.6.1.4.1.232.9.2.5.2.1.1
          name: cpqSm2NicStatsLocation
          mapping:
            1: other
            2: embedded
            3: pcmcia

    # Network physical adapters statistics (counts).
  - MIB: CPQNIC-MIB
    table:
      OID: 1.3.6.1.4.1.232.18.2.3.1
      name: cpqNicIfPhysAdapterTable
    symbols:
      # Number of frames successfully transmitted.
      - OID: 1.3.6.1.4.1.232.18.2.3.1.1.16
        name: cpqNicIfPhysAdapterGoodTransmits
        chart_meta:
          description: Count of frames successfully transmitted by the physical adapter
          family: 'Network/Adapter/Frame/Good/Out'
          unit: "{frame}/s"
        # Number of frames successfully received.
      - OID: 1.3.6.1.4.1.232.18.2.3.1.1.17
        name: cpqNicIfPhysAdapterGoodReceives
        chart_meta:
          description: Count of frames successfully received by the physical adapter
          family: 'Network/Adapter/Frame/Good/In'
          unit: "{frame}/s"
        # Number of frames not transmitted because of an error.
        # NOTE: this is the sum of 4 other metrics. (As a result, we don't submit those 4 metrics.)
        # NOTE: MIB recommends looking at details stats and take action if this counter increments frequently.
      - OID: 1.3.6.1.4.1.232.18.2.3.1.1.18
        name: cpqNicIfPhysAdapterBadTransmits
        chart_meta:
          description: Count of frames not transmitted due to errors by the physical adapter
          family: 'Network/Adapter/Frame/Error/Out'
          unit: "{frame}/s"
        # Number of frames not received because of an error.
        # NOTE: this is the sum of 4 other metrics. (As a result, we don't submit those 4 metrics.)
        # NOTE: MIB recommends looking at details stats and take action if this counter increments frequently.
      - OID: 1.3.6.1.4.1.232.18.2.3.1.1.19
        name: cpqNicIfPhysAdapterBadReceives
        chart_meta:
          description: Count of frames not received due to errors by the physical adapter
          family: 'Network/Adapter/Frame/Error/In'
          unit: "{frame}/s"
        # Number of octets received.
      - OID: 1.3.6.1.4.1.232.18.2.3.1.1.37
        name: cpqNicIfPhysAdapterInOctets
        scale_factor: 8
        chart_meta:
          description: Count of octets received on the physical adapter
          family: 'Network/Adapter/Traffic/Total/In'
          unit: "bit/s"
        # Number of octets sent.
      - OID: 1.3.6.1.4.1.232.18.2.3.1.1.38
        name: cpqNicIfPhysAdapterOutOctets
        scale_factor: 8
        chart_meta:
          description: Count of octets sent on the physical adapter
          family: 'Network/Adapter/Traffic/Total/Out'
          unit: "bit/s"
      - OID: 1.3.6.1.4.1.232.18.2.3.1.1.33
        name: cpqNicIfPhysAdapterSpeed
        chart_meta:
          description: Estimate of the interface's current bandwidth in bits per second
          family: 'Network/Adapter/Speed'
          unit: "bit/s"
    metric_tags:
      - tag: adapter_index
        symbol:
          OID: 1.3.6.1.4.1.232.18.2.3.1.1.1
          name: cpqNicIfPhysAdapterIndex
      - tag: adapter
        symbol:
          OID: 1.3.6.1.4.1.232.18.2.3.1.1.39
          name: cpqNicIfPhysAdapterName


    # Miscellaneous.

    # Virus activity detection.
  - MIB: CPQNIC-MIB
    symbol:
      OID: 1.3.6.1.4.1.232.18.2.5.3.0
      name: cpqNicVtVirusActivity
      chart_meta:
        description: Virus activity detection status
        family: 'System/Security/VirusDetection/Status'
        unit: "{status}"
      mapping:
        1: notDetected
        2: detected