diff --git a/generator/Makefile b/generator/Makefile index b1f584d7..a7e26b53 100644 --- a/generator/Makefile +++ b/generator/Makefile @@ -33,6 +33,7 @@ endif APC_URL := https://download.schneider-electric.com/files?p_enDocType=Firmware&p_File_Name=powernet451.mib&p_Doc_Ref=APC_POWERNETMIB_451_EN ARISTA_URL := https://www.arista.com/assets/data/docs/MIBS CISCO_URL := https://raw.githubusercontent.com/cisco/cisco-mibs/2d465cce2de4e67a3561d8e41e4c99b597558d4b/v2 +DELL_URL := https://dl.dell.com/FOLDER11196144M/1/Dell-OM-MIBS-11010_A00.zip IANA_CHARSET_URL := https://www.iana.org/assignments/ianacharset-mib/ianacharset-mib IANA_IFTYPE_URL := https://www.iana.org/assignments/ianaiftype-mib/ianaiftype-mib IANA_PRINTER_URL := https://www.iana.org/assignments/ianaprinter-mib/ianaprinter-mib @@ -73,6 +74,7 @@ clean: rm -rvf \ $(MIBDIR)/* \ $(MIBDIR)/.cisco_v2 \ + $(MIBDIR)/.dell \ $(MIBDIR)/.net-snmp \ $(MIBDIR)/.paloalto_panos \ $(MIBDIR)/.synology \ @@ -114,6 +116,7 @@ mibs: \ $(MIBDIR)/ARISTA-ENTITY-SENSOR-MIB \ $(MIBDIR)/ARISTA-SMI-MIB \ $(MIBDIR)/ARISTA-SW-IP-FORWARDING-MIB \ + $(MIBDIR)/.dell \ $(MIBDIR)/ENTITY-MIB \ $(MIBDIR)/ENTITY-SENSOR-MIB \ $(MIBDIR)/ENTITY-STATE-MIB \ @@ -174,6 +177,14 @@ $(MIBDIR)/AIRESPACE-WIRELESS-MIB: @echo ">> Downloading Cisco AIRESPACE-WIRELESS-MIB" @curl $(CURL_OPTS) -o $(MIBDIR)/AIRESPACE-WIRELESS-MIB "$(CISCO_URL)/AIRESPACE-WIRELESS-MIB.my" +$(MIBDIR)/.dell: + $(eval TMP := $(shell mktemp)) + @echo ">> Downloading dell to $(TMP)" + @curl $(CURL_OPTS) -H "User-Agent: snmp_exporter" -o $(TMP) $(DELL_URL) + @unzip -j -d $(MIBDIR) $(TMP) support/station/mibs/iDRAC-*.mib + @rm -v $(TMP) + @touch $(MIBDIR)/.dell + $(MIBDIR)/ENTITY-MIB: @echo ">> Downloading Cisco ENTITY-MIB" @curl $(CURL_OPTS) -o $(MIBDIR)/ENTITY-MIB "$(CISCO_URL)/ENTITY-MIB.my" diff --git a/generator/generator.yml b/generator/generator.yml index 184edcd5..d4ebff7c 100644 --- a/generator/generator.yml +++ b/generator/generator.yml @@ -56,6 +56,13 @@ modules: bsnAPName: type: DisplayString +# Dell OpenManage MIBs + dell: + walk: + - 1.3.6.1.4.1.674.10892.5.2 # statusGroup + - 1.3.6.1.4.1.674.10892.5.4 # systemDetailsGroup + - 1.3.6.1.4.1.674.10892.5.5 # storageDetailsGroup + # APC/Schneider UPS Network Management Cards # # Note: older management cards only support SNMP v1 (AP9606 and diff --git a/snmp.yml b/snmp.yml index 4e6c73c5..434a111c 100644 --- a/snmp.yml +++ b/snmp.yml @@ -7253,6 +7253,6030 @@ modules: type: DisplayString help: Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'), is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.101 + dell: + walk: + - 1.3.6.1.4.1.674.10892.5.2 + - 1.3.6.1.4.1.674.10892.5.4 + - 1.3.6.1.4.1.674.10892.5.5 + metrics: + - name: globalSystemStatus + oid: 1.3.6.1.4.1.674.10892.5.2.1 + type: gauge + help: This attribute defines the overall rollup status of all components in + the system being monitored by the remote access card - 1.3.6.1.4.1.674.10892.5.2.1 + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemLCDStatus + oid: 1.3.6.1.4.1.674.10892.5.2.2 + type: gauge + help: This attribute defines the system status as it is reflected by the LCD + front panel - 1.3.6.1.4.1.674.10892.5.2.2 + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: globalStorageStatus + oid: 1.3.6.1.4.1.674.10892.5.2.3 + type: gauge + help: This attribute defines the overall storage status being monitored by the + remote access card. - 1.3.6.1.4.1.674.10892.5.2.3 + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemPowerState + oid: 1.3.6.1.4.1.674.10892.5.2.4 + type: gauge + help: This attribute defines the power state of the system. - 1.3.6.1.4.1.674.10892.5.2.4 + enum_values: + 1: other + 2: unknown + 3: "off" + 4: "on" + - name: systemPowerUpTime + oid: 1.3.6.1.4.1.674.10892.5.2.5 + type: gauge + help: This attribute defines the power-up time of the system in seconds. - 1.3.6.1.4.1.674.10892.5.2.5 + - name: mIBMajorVersionNumber + oid: 1.3.6.1.4.1.674.10892.5.4.1.1 + type: gauge + help: 0001.0001 This attribute defines the major version number for the version + of this MIB supported by the iDRAC. - 1.3.6.1.4.1.674.10892.5.4.1.1 + - name: mIBMinorVersionNumber + oid: 1.3.6.1.4.1.674.10892.5.4.1.2 + type: gauge + help: 0001.0002 This attribute defines the minor version number for the version + of this MIB supported by the iDRAC. - 1.3.6.1.4.1.674.10892.5.4.1.2 + - name: mIBMaintenanceVersionNumber + oid: 1.3.6.1.4.1.674.10892.5.4.1.3 + type: gauge + help: 0001.0003 This attribute defines the maintenance version number for the + version of this MIB supported by the iDRAC. - 1.3.6.1.4.1.674.10892.5.4.1.3 + - name: systemStatechassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.1 + type: gauge + help: 0200.0010.0001.0001 This attribute defines the index (one based) of this + system chassis. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.1 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateGlobalSystemStatus + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.2 + type: gauge + help: 0200.0010.0001.0002 This attribute defines the global system status of + all system chassis being monitored by the systems management software. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.2 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateChassisState + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.3 + type: gauge + help: 0200.0010.0001.0003 This attribute defines the state settings of this + system chassis. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.3 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: systemStateChassisStatus + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.4 + type: gauge + help: 0200.0010.0001.0004 This attribute defines the status of this system chassis. + - 1.3.6.1.4.1.674.10892.5.4.200.10.1.4 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStatePowerUnitStateDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.5 + type: OctetString + help: 0200.0010.0001.0005 This attribute lists the state settings of each power + unit of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.5 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStatePowerUnitStatusRedundancy + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.6 + type: gauge + help: 0200.0010.0001.0006 This attribute defines the combined redundancy status + of all power units of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.6 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: full + 4: degraded + 5: lost + 6: notRedundant + 7: redundancyOffline + - name: systemStatePowerUnitStatusDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.7 + type: OctetString + help: 0200.0010.0001.0007 This attribute lists the redundancy status of each + power unit of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.7 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStatePowerSupplyStateDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.8 + type: OctetString + help: 0200.0010.0001.0008 This attribute lists the state settings of each power + supply of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.8 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStatePowerSupplyStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.9 + type: gauge + help: 0200.0010.0001.0009 This attribute defines the combined status of all + power supplies of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.9 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStatePowerSupplyStatusDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.10 + type: OctetString + help: 0200.0010.0001.0010 This attribute lists the status of each power supply + of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.10 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateVoltageStateDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.11 + type: OctetString + help: 0200.0010.0001.0011 This attribute lists the state settings of each voltage + probe of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.11 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateVoltageStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.12 + type: gauge + help: 0200.0010.0001.0012 This attribute defines the combined status of all + voltage probes of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.12 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateVoltageStatusDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.13 + type: OctetString + help: 0200.0010.0001.0013 This attribute lists the status of each voltage probe + of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.13 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateAmperageStateDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.14 + type: OctetString + help: 0200.0010.0001.0014 This attribute lists the state settings of each amperage + probe of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.14 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateAmperageStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.15 + type: gauge + help: 0200.0010.0001.0015 This attribute defines the combined status of all + amperage probes of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.15 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateAmperageStatusDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.16 + type: OctetString + help: 0200.0010.0001.0016 This attribute lists the status of each amperage probe + of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.16 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateCoolingUnitStateDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.17 + type: OctetString + help: 0200.0010.0001.0017 This attribute lists the state settings of each cooling + unit of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.17 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateCoolingUnitStatusRedundancy + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.18 + type: gauge + help: 0200.0010.0001.0018 This attribute defines the combined redundancy status + of all cooling units of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.18 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: full + 4: degraded + 5: lost + 6: notRedundant + 7: redundancyOffline + - name: systemStateCoolingUnitStatusDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.19 + type: OctetString + help: 0200.0010.0001.0019 This attribute lists the redundancy status of each + cooling unit of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.19 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateCoolingDeviceStateDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.20 + type: OctetString + help: 0200.0010.0001.0020 This attribute lists the state settings of each cooling + device of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.20 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateCoolingDeviceStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.21 + type: gauge + help: 0200.0010.0001.0021 This attribute defines the combined status of all + cooling devices of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.21 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateCoolingDeviceStatusDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.22 + type: OctetString + help: 0200.0010.0001.0022 This attribute lists the status of each cooling device + of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.22 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateTemperatureStateDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.23 + type: OctetString + help: 0200.0010.0001.0023 This attribute lists the state settings of each temperature + probe of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.23 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateTemperatureStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.24 + type: gauge + help: 0200.0010.0001.0024 This attribute defines the combined status of all + temperature probes of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.24 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateTemperatureStatusDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.25 + type: OctetString + help: 0200.0010.0001.0025 This attribute lists the status of each temperature + probe of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.25 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateMemoryDeviceStateDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.26 + type: OctetString + help: 0200.0010.0001.0026 This attribute lists the state settings of each memory + device of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.26 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateMemoryDeviceStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.27 + type: gauge + help: 0200.0010.0001.0027 This attribute defines the combined status of all + memory devices of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.27 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateMemoryDeviceStatusDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.28 + type: OctetString + help: 0200.0010.0001.0028 This attribute lists the status of each memory device + of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.28 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateChassisIntrusionStateDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.29 + type: OctetString + help: 0200.0010.0001.0029 This attribute lists the state settings of each intrusion + detection device of this system chassis - 1.3.6.1.4.1.674.10892.5.4.200.10.1.29 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateChassisIntrusionStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.30 + type: gauge + help: 0200.0010.0001.0030 This attribute defines the combined status of all + intrusion detection devices of this system chassis. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.30 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateChassisIntrusionStatusDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.31 + type: OctetString + help: 0200.0010.0001.0031 This attribute lists the status of each intrusion + detection device of this system chassis - 1.3.6.1.4.1.674.10892.5.4.200.10.1.31 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStatePowerUnitStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.42 + type: gauge + help: 0200.0010.0001.0042 This attribute defines the combined status of all + power units of this chassis. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.42 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStatePowerUnitStatusList + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.43 + type: OctetString + help: 0200.0010.0001.0043 This attribute lists the status of each power unit + of this chassis - 1.3.6.1.4.1.674.10892.5.4.200.10.1.43 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateCoolingUnitStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.44 + type: gauge + help: 0200.0010.0001.0044 This attribute defines the combined status of all + cooling units of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.44 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateCoolingUnitStatusList + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.45 + type: OctetString + help: 0200.0010.0001.0045 This attribute lists the status of each cooling unit + of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.45 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateProcessorDeviceStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.50 + type: gauge + help: 0200.0010.0001.0050 This attribute defines the combined status of all + processor devices of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.50 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateProcessorDeviceStatusList + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.51 + type: OctetString + help: 0200.0010.0001.0051 This attribute lists the status of each processor + device of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.51 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateBatteryStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.52 + type: gauge + help: 0200.0010.0001.0052 This attribute defines the combined status of all + batteries of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.52 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateBatteryStatusList + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.53 + type: OctetString + help: 0200.0010.0001.0053 This attribute lists the status of each battery of + this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.53 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateSDCardUnitStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.54 + type: gauge + help: 0200.0010.0001.0054 This attribute defines the combined status of all + SD Card units of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.54 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateSDCardUnitStatusList + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.55 + type: OctetString + help: 0200.0010.0001.0055 This attribute lists the status of each SD Card unit + of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.55 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateSDCardDeviceStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.56 + type: gauge + help: 0200.0010.0001.0056 This attribute defines the combined status of all + SD Card devices of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.56 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateSDCardDeviceStatusList + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.57 + type: OctetString + help: 0200.0010.0001.0057 This attribute lists the status of each SD Card device + of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.57 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateIDSDMCardUnitStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.58 + type: gauge + help: 0200.0010.0001.0058 This attribute defines the combined status of all + IDSDM Card units of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.58 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateIDSDMCardUnitStatusList + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.59 + type: OctetString + help: 0200.0010.0001.0059 This attribute lists the status of each IDSDM Card + unit of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.59 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateIDSDMCardDeviceStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.60 + type: gauge + help: 0200.0010.0001.0060 This attribute defines the combined status of all + IDSDM Card devices of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.60 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateIDSDMCardDeviceStatusList + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.61 + type: OctetString + help: 0200.0010.0001.0061 This attribute lists the status of each IDSDM Card + device of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.61 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateTemperatureStatisticsStateDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.62 + type: OctetString + help: 0200.0010.0001.0062 This attribute lists the state settings of each temperature + statistics object of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.62 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateTemperatureStatisticsStatusCombined + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.63 + type: gauge + help: 0200.0010.0001.0063 This attribute defines the combined status of all + temperature statistics objects of this system. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.63 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemStateTemperatureStatisticsStatusDetails + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.64 + type: OctetString + help: 0200.0010.0001.0064 This attribute lists the status of each temperature + statistics object of this system - 1.3.6.1.4.1.674.10892.5.4.200.10.1.64 + indexes: + - labelname: systemStatechassisIndex + type: gauge + - name: systemStateCMCStatus + oid: 1.3.6.1.4.1.674.10892.5.4.200.10.1.65 + type: gauge + help: 0200.0010.0001.0065 This attribute defines the status of CMC. - 1.3.6.1.4.1.674.10892.5.4.200.10.1.65 + indexes: + - labelname: systemStatechassisIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: numEventLogEntries + oid: 1.3.6.1.4.1.674.10892.5.4.300.1 + type: gauge + help: 0300.0001.0000 This attribute provides the number of entries currently + in the eventLogTable. - 1.3.6.1.4.1.674.10892.5.4.300.1 + - name: numLCLogEntries + oid: 1.3.6.1.4.1.674.10892.5.4.300.2 + type: gauge + help: 0300.0002.0000 This attribute provides the number of entries currently + in the lcLogTable - 1.3.6.1.4.1.674.10892.5.4.300.2 + - name: chassisIndexChassisInformation + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.1 + type: gauge + help: 0300.0010.0001.0001 This attribute defines the index (one based) of the + system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.1 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassisStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.2 + type: gauge + help: 0300.0010.0001.0002 This attribute defines the state capabilities of the + system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.2 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: chassisStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.3 + type: gauge + help: 0300.0010.0001.0003 This attribute defines the state settings of the system + chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.3 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: chassisStatus + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.4 + type: gauge + help: 0300.0010.0001.0004 This attribute defines the status of the system chassis. + - 1.3.6.1.4.1.674.10892.5.4.300.10.1.4 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: chassisparentIndexReference + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.5 + type: gauge + help: 0300.0010.0001.0005 This attribute defines the index (one based) to the + parent system of this system chassis, if any. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.5 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassisType + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.6 + type: gauge + help: 0300.0010.0001.0006 This attribute defines the system type of the system + chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.6 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: other + 2: unknown + 3: desktop + 4: lowProfileDesktop + 5: pizzaBox + 6: miniTower + 7: tower + 8: portable + 9: lapTop + 10: noteBook + 11: handHeld + 12: dockingStation + 13: allInOne + 14: subNoteBook + 15: spaceSaving + 16: lunchBox + 17: mainSystemChassis + 18: expansionChassis + 19: subChassis + 20: busExpansionChassis + 21: peripheralChassis + 22: raidChassis + 23: rackMountChassis + 24: sealedCasePC + 25: multiSystemChassis + - name: chassisName + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.7 + type: OctetString + help: 0300.0010.0001.0007 This attribute defines the user-assigned name of the + system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.7 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassisManufacturerName + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.8 + type: OctetString + help: 0300.0010.0001.0008 This attribute defines the name of the manufacturer + of the system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.8 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassisModelTypeName + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.9 + type: OctetString + help: 0300.0010.0001.0009 This attribute defines the system model type of the + system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.9 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassisAssetTagName + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.10 + type: OctetString + help: 0300.0010.0001.0010 This attribute defines the asset tag name of the system + chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.10 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassisServiceTagName + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.11 + type: OctetString + help: 0300.0010.0001.0011 This attribute defines the service tag name of the + system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.11 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassisID + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.12 + type: gauge + help: 0300.0010.0001.0012 This attribute defines the system ID - 1.3.6.1.4.1.674.10892.5.4.300.10.1.12 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassisIDExtension + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.13 + type: gauge + help: 0300.0010.0001.0013 This attribute defines the system ID extension. - + 1.3.6.1.4.1.674.10892.5.4.300.10.1.13 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassisSystemClass + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.14 + type: gauge + help: 0300.0010.0001.0014 This attribute defines the system class. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.14 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: other + 2: unknown + 3: workstationClass + 4: serverClass + 5: desktopClass + 6: portableClass + 7: netPCClass + 8: storageClass + - name: chassisSystemName + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.15 + type: OctetString + help: 0300.0010.0001.0015 This attribute defines the host name of the system + chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.15 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassisLEDControlCapabilitiesUnique + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.24 + type: gauge + help: 0300.0010.0001.0024 This attribute defines the capabilities of the LED + control hardware in the system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.24 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: unknown + 2: alertOnErrorCapable + 4: alertOnWarningAndErrorCapable + 6: alertOnWarningOrErrorCapable + - name: chassisLEDControlSettingsUnique + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.25 + type: gauge + help: 0300.0010.0001.0025 This attribute defines the reading and setting of + the LED control hardware in the system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.25 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: unknown + 2: alertOnError + 4: alertOnWarningAndError + - name: chassisIdentifyFlashControlCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.28 + type: gauge + help: 0300.0010.0001.0028 This attribute defines if the system allows setting + of the system front panel LED to flash. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.28 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 8: identifyCapable + - name: chassisIdentifyFlashControlSettings + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.29 + type: gauge + help: 0300.0010.0001.0029 This attribute setting causes the system front panel + LED to flash. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.29 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 8: identifyChassis + 10: identifyChassisAndEnable + - name: chassisLockPresent + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.30 + type: gauge + help: 0300.0010.0001.0030 If true, a system lock is present on the system chassis. + - 1.3.6.1.4.1.674.10892.5.4.300.10.1.30 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassishostControlCapabilitiesUnique + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.31 + type: gauge + help: 0300.0010.0001.0031 This attribute defines the capabilities of the host + control function. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.31 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: manualRebootCapable + 2: manualPowerOFFCapable + 4: manualPowerCycleCapable + 7: manualAllExceptOperatingSystemShutdownCapable + 8: manualOperatingSystemShutdownCapable + 15: manualFullyCapable + 16: manualRebootWithOSShutdownCapable + 32: manualRebootWithoutOSShutdownCapable + 64: manualPowerOffWithOSShutdownCapable + 128: manualPowerOffWithoutOSShutdownCapable + 256: manualPowerCycleWithOSShutdownCapable + 512: manualPowerCycleWithoutOSShutdownCapable + - name: chassishostControlSettingsUnique + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.32 + type: gauge + help: 0300.0010.0001.0032 This attribute defines the settings of the host control + function. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.32 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: manualReboot + 2: manualPowerOFF + 4: manualPowerCycle + 8: manualOperatingSystemShutdown + 9: manualOperatingSystemShutdownThenReboot + 10: manualOperatingSystemShutdownThenPowerOFF + 12: manualOperatingSystemShutdownThenPowerCycle + - name: chassiswatchDogControlCapabilitiesUnique + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.33 + type: gauge + help: 0300.0010.0001.0033 This attribute defines the capabilities of the watchdog + control function. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.33 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: automaticRebootCapable + 2: automaticPowerCycleCapable + 4: automaticNotificationCapable + 8: automaticWatchDogTimerCapable + 16: automaticPowerOffCapable + 27: automaticAllExceptNotificationCapable + 31: automaticFullyCapable + - name: chassiswatchDogControlSettingsUnique + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.34 + type: gauge + help: 0300.0010.0001.0034 This attribute defines the settings of the watchdog + control function. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.34 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: automaticRebootEnabled + 2: automaticPowerCycleEnabled + 4: automaticNotificationEnabled + 8: automaticPowerOffEnabled + - name: chassiswatchDogControlExpiryTimeCapabilitiesUnique + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.35 + type: gauge + help: 0300.0010.0001.0035 This attribute defines the capabilities of the watchdog + control expiry timer function. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.35 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: type1Capable + 2: type2Capable + 4: type3Capable + - name: chassiswatchDogControlExpiryTime + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.36 + type: gauge + help: 0300.0010.0001.0036 This attribute defines the current watchdog timer + value in seconds. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.36 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassisPowerButtonControlCapabilitiesUnique + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.38 + type: gauge + help: 0300.0010.0001.0038 This attribute defines the capabilities of the power + button control hardware in the system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.38 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + - name: chassisPowerButtonControlSettingsUnique + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.39 + type: gauge + help: 0300.0010.0001.0039 This attribute defines the reading and setting of + the power button control hardware in the system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.39 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: disabled + - name: chassisNMIButtonControlCapabilitiesUnique + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.44 + type: gauge + help: 0300.0010.0001.0044 This attribute defines the capabilities of the NMI + button control hardware in the system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.44 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + - name: chassisNMIButtonControlSettingsUnique + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.45 + type: gauge + help: 0300.0010.0001.0045 This attribute defines the reading and setting of + the NMI button control hardware in the system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.45 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: disabled + - name: chassisSystemProperties + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.46 + type: gauge + help: 0300.0010.0001.0046 This attribute defines the properties of the system + chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.46 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + enum_values: + 1: energySmart + - name: chassisSystemRevisionNumber + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.47 + type: gauge + help: 0300.0010.0001.0047 This attribute defines the revision number of the + system where zero indicates the original version of the system chassis - 1.3.6.1.4.1.674.10892.5.4.300.10.1.47 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassisSystemRevisionName + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.48 + type: OctetString + help: 0300.0010.0001.0048 This attribute defines the revision name of the system, + if applicable. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.48 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: chassisExpressServiceCodeName + oid: 1.3.6.1.4.1.674.10892.5.4.300.10.1.49 + type: OctetString + help: 0300.0010.0001.0049 This attribute defines the Express Service Code of + the system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.10.1.49 + indexes: + - labelname: chassisIndexChassisInformation + type: gauge + - name: eventLogchassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.300.40.1.1 + type: gauge + help: 0300.0040.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.40.1.1 + indexes: + - labelname: eventLogchassisIndex + type: gauge + - labelname: eventLogRecordIndex + type: gauge + - name: eventLogRecordIndex + oid: 1.3.6.1.4.1.674.10892.5.4.300.40.1.2 + type: gauge + help: 0300.0040.0001.0002 This attribute defines the index (one based) of the + event log record. - 1.3.6.1.4.1.674.10892.5.4.300.40.1.2 + indexes: + - labelname: eventLogchassisIndex + type: gauge + - labelname: eventLogRecordIndex + type: gauge + - name: eventLogStateCapabilitiesUnique + oid: 1.3.6.1.4.1.674.10892.5.4.300.40.1.3 + type: gauge + help: 0300.0040.0001.0003 This attribute defines the state capabilities of the + object that is writing the event log. - 1.3.6.1.4.1.674.10892.5.4.300.40.1.3 + indexes: + - labelname: eventLogchassisIndex + type: gauge + - labelname: eventLogRecordIndex + type: gauge + enum_values: + 1: unknown + 2: onlineCapable + 4: notReadyCapable + 8: resetCapable + - name: eventLogStateSettingsUnique + oid: 1.3.6.1.4.1.674.10892.5.4.300.40.1.4 + type: gauge + help: 0300.0040.0001.0004 This attribute defines the state settings of the object + that is writing the event log. - 1.3.6.1.4.1.674.10892.5.4.300.40.1.4 + indexes: + - labelname: eventLogchassisIndex + type: gauge + - labelname: eventLogRecordIndex + type: gauge + enum_values: + 1: unknown + 2: online + 4: notReady + 8: reset + - name: eventLogRecord + oid: 1.3.6.1.4.1.674.10892.5.4.300.40.1.5 + type: OctetString + help: 0300.0040.0001.0005 This attribute defines the data of the event log record. + - 1.3.6.1.4.1.674.10892.5.4.300.40.1.5 + indexes: + - labelname: eventLogchassisIndex + type: gauge + - labelname: eventLogRecordIndex + type: gauge + - name: eventLogFormat + oid: 1.3.6.1.4.1.674.10892.5.4.300.40.1.6 + type: gauge + help: 0300.0040.0001.0006 This attribute defines the format of the event log + record. - 1.3.6.1.4.1.674.10892.5.4.300.40.1.6 + indexes: + - labelname: eventLogchassisIndex + type: gauge + - labelname: eventLogRecordIndex + type: gauge + enum_values: + 1: raw + 2: ascii + 3: uniCode + - name: eventLogSeverityStatus + oid: 1.3.6.1.4.1.674.10892.5.4.300.40.1.7 + type: gauge + help: 0300.0040.0001.0007 This attribute defines the severity of the event log + record. - 1.3.6.1.4.1.674.10892.5.4.300.40.1.7 + indexes: + - labelname: eventLogchassisIndex + type: gauge + - labelname: eventLogRecordIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: eventLogDateName + oid: 1.3.6.1.4.1.674.10892.5.4.300.40.1.8 + type: OctetString + help: 0300.0040.0001.0008 This attribute defines the date and time of the event + log record. - 1.3.6.1.4.1.674.10892.5.4.300.40.1.8 + indexes: + - labelname: eventLogchassisIndex + type: gauge + - labelname: eventLogRecordIndex + type: gauge + - name: systemBIOSchassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.300.50.1.1 + type: gauge + help: 0300.0050.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.50.1.1 + indexes: + - labelname: systemBIOSchassisIndex + type: gauge + - labelname: systemBIOSIndex + type: gauge + - name: systemBIOSIndex + oid: 1.3.6.1.4.1.674.10892.5.4.300.50.1.2 + type: gauge + help: 0300.0050.0001.0002 This attribute defines the index (one based) of the + system BIOS. - 1.3.6.1.4.1.674.10892.5.4.300.50.1.2 + indexes: + - labelname: systemBIOSchassisIndex + type: gauge + - labelname: systemBIOSIndex + type: gauge + - name: systemBIOSStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.300.50.1.3 + type: gauge + help: 0300.0050.0001.0003 This attribute defines the state capabilities of the + system BIOS. - 1.3.6.1.4.1.674.10892.5.4.300.50.1.3 + indexes: + - labelname: systemBIOSchassisIndex + type: gauge + - labelname: systemBIOSIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: systemBIOSStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.300.50.1.4 + type: gauge + help: 0300.0050.0001.0004 This attribute defines the state settings of the system + BIOS. - 1.3.6.1.4.1.674.10892.5.4.300.50.1.4 + indexes: + - labelname: systemBIOSchassisIndex + type: gauge + - labelname: systemBIOSIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: systemBIOSStatus + oid: 1.3.6.1.4.1.674.10892.5.4.300.50.1.5 + type: gauge + help: 0300.0050.0001.0005 This attribute defines the status of the system BIOS. + - 1.3.6.1.4.1.674.10892.5.4.300.50.1.5 + indexes: + - labelname: systemBIOSchassisIndex + type: gauge + - labelname: systemBIOSIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemBIOSReleaseDateName + oid: 1.3.6.1.4.1.674.10892.5.4.300.50.1.7 + type: OctetString + help: 0300.0050.0001.0007 This attribute defines the release date name of the + system BIOS. - 1.3.6.1.4.1.674.10892.5.4.300.50.1.7 + indexes: + - labelname: systemBIOSchassisIndex + type: gauge + - labelname: systemBIOSIndex + type: gauge + - name: systemBIOSVersionName + oid: 1.3.6.1.4.1.674.10892.5.4.300.50.1.8 + type: OctetString + help: 0300.0050.0001.0008 This attribute defines the version name of the system + BIOS. - 1.3.6.1.4.1.674.10892.5.4.300.50.1.8 + indexes: + - labelname: systemBIOSchassisIndex + type: gauge + - labelname: systemBIOSIndex + type: gauge + - name: systemBIOSManufacturerName + oid: 1.3.6.1.4.1.674.10892.5.4.300.50.1.11 + type: OctetString + help: 0300.0050.0001.0011 This attribute defines the name of the manufacturer + of the system BIOS. - 1.3.6.1.4.1.674.10892.5.4.300.50.1.11 + indexes: + - labelname: systemBIOSchassisIndex + type: gauge + - labelname: systemBIOSIndex + type: gauge + - name: firmwarechassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.300.60.1.1 + type: gauge + help: 0300.0060.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.60.1.1 + indexes: + - labelname: firmwarechassisIndex + type: gauge + - labelname: firmwareIndex + type: gauge + - name: firmwareIndex + oid: 1.3.6.1.4.1.674.10892.5.4.300.60.1.2 + type: gauge + help: 0300.0060.0001.0002 This attribute defines the index (one based) of the + firmware. - 1.3.6.1.4.1.674.10892.5.4.300.60.1.2 + indexes: + - labelname: firmwarechassisIndex + type: gauge + - labelname: firmwareIndex + type: gauge + - name: firmwareStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.300.60.1.3 + type: gauge + help: 0300.0060.0001.0003 This attribute defines the state capabilities of the + firmware. - 1.3.6.1.4.1.674.10892.5.4.300.60.1.3 + indexes: + - labelname: firmwarechassisIndex + type: gauge + - labelname: firmwareIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: firmwareStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.300.60.1.4 + type: gauge + help: 0300.0060.0001.0004 This attribute defines the state settings of the firmware. + - 1.3.6.1.4.1.674.10892.5.4.300.60.1.4 + indexes: + - labelname: firmwarechassisIndex + type: gauge + - labelname: firmwareIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: firmwareStatus + oid: 1.3.6.1.4.1.674.10892.5.4.300.60.1.5 + type: gauge + help: 0300.0060.0001.0005 This attribute defines the status of the firmware. + - 1.3.6.1.4.1.674.10892.5.4.300.60.1.5 + indexes: + - labelname: firmwarechassisIndex + type: gauge + - labelname: firmwareIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: firmwareSize + oid: 1.3.6.1.4.1.674.10892.5.4.300.60.1.6 + type: gauge + help: 0300.0060.0001.0006 This attribute defines the image size of the firmware + in KBytes - 1.3.6.1.4.1.674.10892.5.4.300.60.1.6 + indexes: + - labelname: firmwarechassisIndex + type: gauge + - labelname: firmwareIndex + type: gauge + - name: firmwareType + oid: 1.3.6.1.4.1.674.10892.5.4.300.60.1.7 + type: gauge + help: 0300.0060.0001.0007 This attribute defines the type of firmware. - 1.3.6.1.4.1.674.10892.5.4.300.60.1.7 + indexes: + - labelname: firmwarechassisIndex + type: gauge + - labelname: firmwareIndex + type: gauge + enum_values: + 1: other + 2: unknown + 20: lifecycleController + 21: iDRAC7 + 22: iDRAC8 + 23: iDRAC9 + - name: firmwareTypeName + oid: 1.3.6.1.4.1.674.10892.5.4.300.60.1.8 + type: OctetString + help: 0300.0060.0001.0008 This attribute defines the type name of the firmware. + - 1.3.6.1.4.1.674.10892.5.4.300.60.1.8 + indexes: + - labelname: firmwarechassisIndex + type: gauge + - labelname: firmwareIndex + type: gauge + - name: firmwareUpdateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.300.60.1.9 + type: gauge + help: 0300.0060.0001.0009 This attribute defines the bitmap of supported methods + for firmware update. - 1.3.6.1.4.1.674.10892.5.4.300.60.1.9 + indexes: + - labelname: firmwarechassisIndex + type: gauge + - labelname: firmwareIndex + type: gauge + - name: firmwareVersionName + oid: 1.3.6.1.4.1.674.10892.5.4.300.60.1.11 + type: OctetString + help: 0300.0060.0001.0011 This attribute defines the version of the firmware. + - 1.3.6.1.4.1.674.10892.5.4.300.60.1.11 + indexes: + - labelname: firmwarechassisIndex + type: gauge + - labelname: firmwareIndex + type: gauge + - name: intrusionchassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.300.70.1.1 + type: gauge + help: 0300.0070.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.70.1.1 + indexes: + - labelname: intrusionchassisIndex + type: gauge + - labelname: intrusionIndex + type: gauge + - name: intrusionIndex + oid: 1.3.6.1.4.1.674.10892.5.4.300.70.1.2 + type: gauge + help: 0300.0070.0001.0002 This attribute defines the index (one based) of the + intrusion sensor. - 1.3.6.1.4.1.674.10892.5.4.300.70.1.2 + indexes: + - labelname: intrusionchassisIndex + type: gauge + - labelname: intrusionIndex + type: gauge + - name: intrusionStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.300.70.1.3 + type: gauge + help: 0300.0070.0001.0003 This attribute defines the state capabilities of the + intrusion sensor. - 1.3.6.1.4.1.674.10892.5.4.300.70.1.3 + indexes: + - labelname: intrusionchassisIndex + type: gauge + - labelname: intrusionIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: intrusionStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.300.70.1.4 + type: gauge + help: 0300.0070.0001.0004 This attribute defines the state settings of the intrusion + sensor. - 1.3.6.1.4.1.674.10892.5.4.300.70.1.4 + indexes: + - labelname: intrusionchassisIndex + type: gauge + - labelname: intrusionIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: intrusionStatus + oid: 1.3.6.1.4.1.674.10892.5.4.300.70.1.5 + type: gauge + help: 0300.0070.0001.0005 This attribute defines the status of the intrusion + sensor. - 1.3.6.1.4.1.674.10892.5.4.300.70.1.5 + indexes: + - labelname: intrusionchassisIndex + type: gauge + - labelname: intrusionIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: intrusionReading + oid: 1.3.6.1.4.1.674.10892.5.4.300.70.1.6 + type: gauge + help: 0300.0070.0001.0006 This attribute defines the reading of the intrusion + sensor. - 1.3.6.1.4.1.674.10892.5.4.300.70.1.6 + indexes: + - labelname: intrusionchassisIndex + type: gauge + - labelname: intrusionIndex + type: gauge + enum_values: + 1: chassisNotBreached + 2: chassisBreached + 3: chassisBreachedPrior + 4: chassisBreachSensorFailure + - name: intrusionType + oid: 1.3.6.1.4.1.674.10892.5.4.300.70.1.7 + type: gauge + help: 0300.0070.0001.0007 This attribute defines the type of the intrusion sensor. + - 1.3.6.1.4.1.674.10892.5.4.300.70.1.7 + indexes: + - labelname: intrusionchassisIndex + type: gauge + - labelname: intrusionIndex + type: gauge + enum_values: + 1: chassisBreachDetectionWhenPowerON + 2: chassisBreachDetectionWhenPowerOFF + - name: intrusionLocationName + oid: 1.3.6.1.4.1.674.10892.5.4.300.70.1.8 + type: OctetString + help: 0300.0070.0001.0008 This attribute defines the location of the intrusion + sensor. - 1.3.6.1.4.1.674.10892.5.4.300.70.1.8 + indexes: + - labelname: intrusionchassisIndex + type: gauge + - labelname: intrusionIndex + type: gauge + - name: lcLogChassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.300.90.1.1 + type: gauge + help: 0300.0090.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.300.90.1.1 + indexes: + - labelname: lcLogChassisIndex + type: gauge + - labelname: lcLogRecordIndex + type: gauge + - name: lcLogRecordIndex + oid: 1.3.6.1.4.1.674.10892.5.4.300.90.1.2 + type: gauge + help: 0300.0090.0001.0002 This attribute defines the index (one based) of the + LC log record. - 1.3.6.1.4.1.674.10892.5.4.300.90.1.2 + indexes: + - labelname: lcLogChassisIndex + type: gauge + - labelname: lcLogRecordIndex + type: gauge + - name: lcLogSequenceNumber + oid: 1.3.6.1.4.1.674.10892.5.4.300.90.1.3 + type: gauge + help: 0300.0090.0001.0003 This attribute defines the LC Log sequence number + of the event associated with the LC log record. - 1.3.6.1.4.1.674.10892.5.4.300.90.1.3 + indexes: + - labelname: lcLogChassisIndex + type: gauge + - labelname: lcLogRecordIndex + type: gauge + - name: lcLogCategory + oid: 1.3.6.1.4.1.674.10892.5.4.300.90.1.4 + type: gauge + help: 0300.0090.0001.0004 This attribute defines the category of the event associated + with the LC log record. - 1.3.6.1.4.1.674.10892.5.4.300.90.1.4 + indexes: + - labelname: lcLogChassisIndex + type: gauge + - labelname: lcLogRecordIndex + type: gauge + enum_values: + 1: system + 2: storage + 3: updates + 4: audit + 5: configuration + 6: workNotes + - name: lcLogSeverityStatus + oid: 1.3.6.1.4.1.674.10892.5.4.300.90.1.5 + type: gauge + help: 0300.0090.0001.0005 This attribute defines the severity of the event associated + with the LC log record. - 1.3.6.1.4.1.674.10892.5.4.300.90.1.5 + indexes: + - labelname: lcLogChassisIndex + type: gauge + - labelname: lcLogRecordIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: lcLogDateName + oid: 1.3.6.1.4.1.674.10892.5.4.300.90.1.6 + type: OctetString + help: 0300.0090.0001.0006 This attribute defines the date and time of the event + associated with the LC log record. - 1.3.6.1.4.1.674.10892.5.4.300.90.1.6 + indexes: + - labelname: lcLogChassisIndex + type: gauge + - labelname: lcLogRecordIndex + type: gauge + - name: lcLogFQDD + oid: 1.3.6.1.4.1.674.10892.5.4.300.90.1.7 + type: OctetString + help: 0300.0090.0001.0007 Fully qualified device descriptor (FQDD) of the device + associated with the event associated with the LC log record. - 1.3.6.1.4.1.674.10892.5.4.300.90.1.7 + indexes: + - labelname: lcLogChassisIndex + type: gauge + - labelname: lcLogRecordIndex + type: gauge + - name: lcLogMessageID + oid: 1.3.6.1.4.1.674.10892.5.4.300.90.1.8 + type: OctetString + help: 0300.0090.0001.0008 This attribute defines the Message ID of the event + associated with the LC log record. - 1.3.6.1.4.1.674.10892.5.4.300.90.1.8 + indexes: + - labelname: lcLogChassisIndex + type: gauge + - labelname: lcLogRecordIndex + type: gauge + - name: lcLogMessage + oid: 1.3.6.1.4.1.674.10892.5.4.300.90.1.9 + type: OctetString + help: 0300.0090.0001.0009 This attribute defines the message of the event associated + with the LC log record. - 1.3.6.1.4.1.674.10892.5.4.300.90.1.9 + indexes: + - labelname: lcLogChassisIndex + type: gauge + - labelname: lcLogRecordIndex + type: gauge + - name: lcLogDetailedDescription + oid: 1.3.6.1.4.1.674.10892.5.4.300.90.1.10 + type: OctetString + help: 0300.0090.0001.0010 This attribute defines the detailed description of + the event associated with the LC log record. - 1.3.6.1.4.1.674.10892.5.4.300.90.1.10 + indexes: + - labelname: lcLogChassisIndex + type: gauge + - labelname: lcLogRecordIndex + type: gauge + - name: lcLogRecommededAction + oid: 1.3.6.1.4.1.674.10892.5.4.300.90.1.11 + type: OctetString + help: 0300.0090.0001.0011 This attribute defines an optional recommended action + associated with the event associated with the LC log record. - 1.3.6.1.4.1.674.10892.5.4.300.90.1.11 + indexes: + - labelname: lcLogChassisIndex + type: gauge + - labelname: lcLogRecordIndex + type: gauge + - name: lcLogComment + oid: 1.3.6.1.4.1.674.10892.5.4.300.90.1.12 + type: OctetString + help: 0300.0090.0001.0012 This attribute defines an optional user comment associated + with the event associated with the LC log record. - 1.3.6.1.4.1.674.10892.5.4.300.90.1.12 + indexes: + - labelname: lcLogChassisIndex + type: gauge + - labelname: lcLogRecordIndex + type: gauge + - name: powerUnitchassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.600.10.1.1 + type: gauge + help: 0600.0010.0001.0001 This attribute defines the index (one based) of the + system chassis. - 1.3.6.1.4.1.674.10892.5.4.600.10.1.1 + indexes: + - labelname: powerUnitchassisIndex + type: gauge + - labelname: powerUnitIndex + type: gauge + - name: powerUnitIndex + oid: 1.3.6.1.4.1.674.10892.5.4.600.10.1.2 + type: gauge + help: 0600.0010.0001.0002 This attribute defines the index (one based) of the + power unit. - 1.3.6.1.4.1.674.10892.5.4.600.10.1.2 + indexes: + - labelname: powerUnitchassisIndex + type: gauge + - labelname: powerUnitIndex + type: gauge + - name: powerUnitStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.600.10.1.3 + type: gauge + help: 0600.0010.0001.0003 This attribute defines the state capabilities of the + power unit. - 1.3.6.1.4.1.674.10892.5.4.600.10.1.3 + indexes: + - labelname: powerUnitchassisIndex + type: gauge + - labelname: powerUnitIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: powerUnitStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.600.10.1.4 + type: gauge + help: 0600.0010.0001.0004 This attribute defines the state settings of the power + unit. - 1.3.6.1.4.1.674.10892.5.4.600.10.1.4 + indexes: + - labelname: powerUnitchassisIndex + type: gauge + - labelname: powerUnitIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: powerUnitRedundancyStatus + oid: 1.3.6.1.4.1.674.10892.5.4.600.10.1.5 + type: gauge + help: 0600.0010.0001.0005 This attribute defines the redundancy status of the + power unit. - 1.3.6.1.4.1.674.10892.5.4.600.10.1.5 + indexes: + - labelname: powerUnitchassisIndex + type: gauge + - labelname: powerUnitIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: full + 4: degraded + 5: lost + 6: notRedundant + 7: redundancyOffline + - name: powerSupplyCountForRedundancy + oid: 1.3.6.1.4.1.674.10892.5.4.600.10.1.6 + type: gauge + help: 0600.0010.0001.0006 This attribute defines the total number of power supplies + required for this power unit to have full redundancy. - 1.3.6.1.4.1.674.10892.5.4.600.10.1.6 + indexes: + - labelname: powerUnitchassisIndex + type: gauge + - labelname: powerUnitIndex + type: gauge + - name: powerUnitName + oid: 1.3.6.1.4.1.674.10892.5.4.600.10.1.7 + type: OctetString + help: 0600.0010.0001.0007 This attribute defines the name of the power unit. + - 1.3.6.1.4.1.674.10892.5.4.600.10.1.7 + indexes: + - labelname: powerUnitchassisIndex + type: gauge + - labelname: powerUnitIndex + type: gauge + - name: powerUnitStatus + oid: 1.3.6.1.4.1.674.10892.5.4.600.10.1.8 + type: gauge + help: 0600.0010.0001.0008 This attribute defines the status of the power unit. + - 1.3.6.1.4.1.674.10892.5.4.600.10.1.8 + indexes: + - labelname: powerUnitchassisIndex + type: gauge + - labelname: powerUnitIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: powerSupplychassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.1 + type: gauge + help: 0600.0012.0001.0001 This attribute defines the index (one based) of the + system chassis. - 1.3.6.1.4.1.674.10892.5.4.600.12.1.1 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + - name: powerSupplyIndex + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.2 + type: gauge + help: 0600.0012.0001.0002 This attribute defines the index (one based) of the + power supply. - 1.3.6.1.4.1.674.10892.5.4.600.12.1.2 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + - name: powerSupplyStateCapabilitiesUnique + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.3 + type: gauge + help: 0600.0012.0001.0003 This attribute defines the state capabilities of the + power supply. - 1.3.6.1.4.1.674.10892.5.4.600.12.1.3 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + enum_values: + 1: unknown + 2: onlineCapable + 4: notReadyCapable + - name: powerSupplyStateSettingsUnique + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.4 + type: gauge + help: 0600.0012.0001.0004 This attribute defines the state settings of the power + supply. - 1.3.6.1.4.1.674.10892.5.4.600.12.1.4 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + enum_values: + 1: unknown + 2: onLine + 4: notReady + 8: fanFailure + 10: onlineAndFanFailure + 16: powerSupplyIsON + 32: powerSupplyIsOK + 64: acSwitchIsON + 66: onlineandAcSwitchIsON + 128: acPowerIsON + 130: onlineAndAcPowerIsON + 210: onlineAndPredictiveFailure + 242: acPowerAndSwitchAreOnPowerSupplyIsOnIsOkAndOnline + - name: powerSupplyStatus + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.5 + type: gauge + help: 0600.0012.0001.0005 This attribute defines the status of the power supply. + - 1.3.6.1.4.1.674.10892.5.4.600.12.1.5 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: powerSupplyOutputWatts + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.6 + type: gauge + help: 0600.0012.0001.0006 This attribute defines the maximum sustained output + wattage of the power supply (in tenths of Watts). - 1.3.6.1.4.1.674.10892.5.4.600.12.1.6 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + - name: powerSupplyType + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.7 + type: gauge + help: 0600.0012.0001.0007 This attribute defines the type of the power supply. + - 1.3.6.1.4.1.674.10892.5.4.600.12.1.7 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + enum_values: + 1: powerSupplyTypeIsOther + 2: powerSupplyTypeIsUnknown + 3: powerSupplyTypeIsLinear + 4: powerSupplyTypeIsSwitching + 5: powerSupplyTypeIsBattery + 6: powerSupplyTypeIsUPS + 7: powerSupplyTypeIsConverter + 8: powerSupplyTypeIsRegulator + 9: powerSupplyTypeIsAC + 10: powerSupplyTypeIsDC + 11: powerSupplyTypeIsVRM + - name: powerSupplyLocationName + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.8 + type: OctetString + help: 0600.0012.0001.0008 This attribute defines the location of the power supply. + - 1.3.6.1.4.1.674.10892.5.4.600.12.1.8 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + - name: powerSupplyMaximumInputVoltage + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.9 + type: gauge + help: 0600.0012.0001.0009 This attribute defines the maximum input voltage of + the power supply (in Volts). - 1.3.6.1.4.1.674.10892.5.4.600.12.1.9 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + - name: powerSupplypowerUnitIndexReference + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.10 + type: gauge + help: 0600.0012.0001.0010 This attribute defines the index to the associated + power unit if the power supply is part of a power unit. - 1.3.6.1.4.1.674.10892.5.4.600.12.1.10 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + - name: powerSupplySensorState + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.11 + type: gauge + help: 0600.0012.0001.0011 This attribute defines the state reported by the power + supply sensor - 1.3.6.1.4.1.674.10892.5.4.600.12.1.11 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + enum_values: + 1: presenceDetected + 2: psFailureDetected + 4: predictiveFailure + 8: psACLost + 16: acLostOrOutOfRange + 32: acOutOfRangeButPresent + 64: configurationError + - name: powerSupplyConfigurationErrorType + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.12 + type: gauge + help: 0600.0012.0001.0012 This attribute defines the type of configuration error + reported by the power supply sensor - 1.3.6.1.4.1.674.10892.5.4.600.12.1.12 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + enum_values: + 1: vendorMismatch + 2: revisionMismatch + 3: processorMissing + - name: powerSupplyPowerMonitorCapable + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.13 + type: gauge + help: 0600.0012.0001.0013 This attribute defines a boolean value that reports + whether the power supply is capable of monitoring power consumption. - 1.3.6.1.4.1.674.10892.5.4.600.12.1.13 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + - name: powerSupplyRatedInputWattage + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.14 + type: gauge + help: 0600.0012.0001.0014 This attribute defines the rated input wattage of + the power supply (in tenths of Watts). - 1.3.6.1.4.1.674.10892.5.4.600.12.1.14 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + - name: powerSupplyFQDD + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.15 + type: OctetString + help: 0600.0012.0001.0015 Fully qualified device descriptor (FQDD) of the power + supply. - 1.3.6.1.4.1.674.10892.5.4.600.12.1.15 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + - name: powerSupplyCurrentInputVoltage + oid: 1.3.6.1.4.1.674.10892.5.4.600.12.1.16 + type: gauge + help: 0600.0012.0001.0016 This attribute defines the current input voltage to + the power supply (in Volts). - 1.3.6.1.4.1.674.10892.5.4.600.12.1.16 + indexes: + - labelname: powerSupplychassisIndex + type: gauge + - labelname: powerSupplyIndex + type: gauge + - name: voltageProbechassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.1 + type: gauge + help: 0600.0020.0001.0001 This attribute defines the index (one based) of the + system chassis. - 1.3.6.1.4.1.674.10892.5.4.600.20.1.1 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + - name: voltageProbeIndex + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.2 + type: gauge + help: 0600.0020.0001.0002 This attribute defines the index (one based) of the + voltage probe. - 1.3.6.1.4.1.674.10892.5.4.600.20.1.2 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + - name: voltageProbeStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.3 + type: gauge + help: 0600.0020.0001.0003 This attribute defines the state capabilities of the + voltage probe. - 1.3.6.1.4.1.674.10892.5.4.600.20.1.3 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: voltageProbeStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.4 + type: gauge + help: 0600.0020.0001.0004 This attribute defines the state settings of the voltage + probe. - 1.3.6.1.4.1.674.10892.5.4.600.20.1.4 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: voltageProbeStatus + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.5 + type: gauge + help: 0600.0020.0001.0005 This attribute defines the probe status of the voltage + probe. - 1.3.6.1.4.1.674.10892.5.4.600.20.1.5 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCriticalUpper + 5: criticalUpper + 6: nonRecoverableUpper + 7: nonCriticalLower + 8: criticalLower + 9: nonRecoverableLower + 10: failed + - name: voltageProbeReading + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.6 + type: gauge + help: 0600.0020.0001.0006 This attribute defines the reading for a voltage probe + of type other than voltageProbeTypeIsDiscrete - 1.3.6.1.4.1.674.10892.5.4.600.20.1.6 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + - name: voltageProbeType + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.7 + type: gauge + help: 0600.0020.0001.0007 This attribute defines the type of the voltage probe. + - 1.3.6.1.4.1.674.10892.5.4.600.20.1.7 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + enum_values: + 1: voltageProbeTypeIsOther + 2: voltageProbeTypeIsUnknown + 3: voltageProbeTypeIs1Point5Volt + 4: voltageProbeTypeIs3Point3Volt + 5: voltageProbeTypeIs5Volt + 6: voltageProbeTypeIsMinus5Volt + 7: voltageProbeTypeIs12Volt + 8: voltageProbeTypeIsMinus12Volt + 9: voltageProbeTypeIsIO + 10: voltageProbeTypeIsCore + 11: voltageProbeTypeIsFLEA + 12: voltageProbeTypeIsBattery + 13: voltageProbeTypeIsTerminator + 14: voltageProbeTypeIs2Point5Volt + 15: voltageProbeTypeIsGTL + 16: voltageProbeTypeIsDiscrete + 17: voltageProbeTypeIsGenericDiscrete + 18: voltageProbeTypeIsPSVoltage + 19: voltageProbeTypeIsMemoryStatus + - name: voltageProbeLocationName + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.8 + type: OctetString + help: 0600.0020.0001.0008 This attribute defines the location name of the voltage + probe. - 1.3.6.1.4.1.674.10892.5.4.600.20.1.8 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + - name: voltageProbeUpperNonRecoverableThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.9 + type: gauge + help: 0600.0020.0001.0009 This attribute defines the upper nonrecoverable threshold + of the voltage probe - 1.3.6.1.4.1.674.10892.5.4.600.20.1.9 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + - name: voltageProbeUpperCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.10 + type: gauge + help: 0600.0020.0001.0010 This attribute defines the upper critical threshold + of the voltage probe - 1.3.6.1.4.1.674.10892.5.4.600.20.1.10 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + - name: voltageProbeUpperNonCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.11 + type: gauge + help: 0600.0020.0001.0011 This attribute defines the upper noncritical threshold + of the voltage probe - 1.3.6.1.4.1.674.10892.5.4.600.20.1.11 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + - name: voltageProbeLowerNonCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.12 + type: gauge + help: 0600.0020.0001.0012 This attribute defines the lower noncritical threshold + of the voltage probe - 1.3.6.1.4.1.674.10892.5.4.600.20.1.12 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + - name: voltageProbeLowerCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.13 + type: gauge + help: 0600.0020.0001.0013 This attribute defines the lower critical threshold + of the voltage probe - 1.3.6.1.4.1.674.10892.5.4.600.20.1.13 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + - name: voltageProbeLowerNonRecoverableThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.14 + type: gauge + help: 0600.0020.0001.0014 This attribute defines the lower nonrecoverable threshold + of the voltage probe - 1.3.6.1.4.1.674.10892.5.4.600.20.1.14 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + - name: voltageProbeProbeCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.15 + type: gauge + help: 0600.0020.0001.0015 This attribute defines the probe capabilities of the + voltage probe. - 1.3.6.1.4.1.674.10892.5.4.600.20.1.15 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + enum_values: + 1: upperNonCriticalThresholdSetCapable + 2: lowerNonCriticalThresholdSetCapable + 4: upperNonCriticalThresholdDefaultCapable + 8: lowerNonCriticalThresholdDefaultCapable + - name: voltageProbeDiscreteReading + oid: 1.3.6.1.4.1.674.10892.5.4.600.20.1.16 + type: gauge + help: 0600.0020.0001.0016 This attribute defines the reading for a voltage probe + of type voltageProbeTypeIsDiscrete - 1.3.6.1.4.1.674.10892.5.4.600.20.1.16 + indexes: + - labelname: voltageProbechassisIndex + type: gauge + - labelname: voltageProbeIndex + type: gauge + enum_values: + 1: voltageIsGood + 2: voltageIsBad + - name: amperageProbechassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.1 + type: gauge + help: 0600.0030.0001.0001 This attribute defines the index (one based) of the + system chassis. - 1.3.6.1.4.1.674.10892.5.4.600.30.1.1 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + - name: amperageProbeIndex + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.2 + type: gauge + help: 0600.0030.0001.0002 This attribute defines the index (one based) of the + amperage probe. - 1.3.6.1.4.1.674.10892.5.4.600.30.1.2 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + - name: amperageProbeStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.3 + type: gauge + help: 0600.0030.0001.0003 This attribute defines the state capabilities of the + amperage probe. - 1.3.6.1.4.1.674.10892.5.4.600.30.1.3 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: amperageProbeStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.4 + type: gauge + help: 0600.0030.0001.0004 This attribute defines the state settings of the amperage + probe. - 1.3.6.1.4.1.674.10892.5.4.600.30.1.4 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: amperageProbeStatus + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.5 + type: gauge + help: 0600.0030.0001.0005 This attribute defines the probe status of the amperage + probe. - 1.3.6.1.4.1.674.10892.5.4.600.30.1.5 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCriticalUpper + 5: criticalUpper + 6: nonRecoverableUpper + 7: nonCriticalLower + 8: criticalLower + 9: nonRecoverableLower + 10: failed + - name: amperageProbeReading + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.6 + type: gauge + help: 0600.0030.0001.0006 This attribute defines the reading for an amperage + probe of type other than amperageProbeTypeIsDiscrete - 1.3.6.1.4.1.674.10892.5.4.600.30.1.6 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + - name: amperageProbeType + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.7 + type: gauge + help: 0600.0030.0001.0007 This attribute defines the type of the amperage probe. + - 1.3.6.1.4.1.674.10892.5.4.600.30.1.7 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + enum_values: + 1: amperageProbeTypeIsOther + 2: amperageProbeTypeIsUnknown + 3: amperageProbeTypeIs1Point5Volt + 4: amperageProbeTypeIs3Point3volt + 5: amperageProbeTypeIs5Volt + 6: amperageProbeTypeIsMinus5Volt + 7: amperageProbeTypeIs12Volt + 8: amperageProbeTypeIsMinus12Volt + 9: amperageProbeTypeIsIO + 10: amperageProbeTypeIsCore + 11: amperageProbeTypeIsFLEA + 12: amperageProbeTypeIsBattery + 13: amperageProbeTypeIsTerminator + 14: amperageProbeTypeIs2Point5Volt + 15: amperageProbeTypeIsGTL + 16: amperageProbeTypeIsDiscrete + 23: amperageProbeTypeIsPowerSupplyAmps + 24: amperageProbeTypeIsPowerSupplyWatts + 25: amperageProbeTypeIsSystemAmps + 26: amperageProbeTypeIsSystemWatts + - name: amperageProbeLocationName + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.8 + type: OctetString + help: 0600.0030.0001.0008 This attribute defines the location of the amperage + probe. - 1.3.6.1.4.1.674.10892.5.4.600.30.1.8 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + - name: amperageProbeUpperNonRecoverableThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.9 + type: gauge + help: 0600.0030.0001.0009 This attribute defines the upper nonrecoverable threshold + of the amperage probe - 1.3.6.1.4.1.674.10892.5.4.600.30.1.9 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + - name: amperageProbeUpperCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.10 + type: gauge + help: 0600.0030.0001.0010 This attribute defines the upper critical threshold + of the amperage probe - 1.3.6.1.4.1.674.10892.5.4.600.30.1.10 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + - name: amperageProbeUpperNonCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.11 + type: gauge + help: 0600.0030.0001.0011 This attribute defines the upper noncritical threshold + of the amperage probe - 1.3.6.1.4.1.674.10892.5.4.600.30.1.11 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + - name: amperageProbeLowerNonCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.12 + type: gauge + help: 0600.0030.0001.0012 This attribute defines the lower noncritical threshold + of the amperage probe - 1.3.6.1.4.1.674.10892.5.4.600.30.1.12 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + - name: amperageProbeLowerCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.13 + type: gauge + help: 0600.0030.0001.0013 This attribute defines the lower critical threshold + of the amperage probe - 1.3.6.1.4.1.674.10892.5.4.600.30.1.13 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + - name: amperageProbeLowerNonRecoverableThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.14 + type: gauge + help: 0600.0030.0001.0014 This attribute defines the lower nonrecoverable threshold + of the amperage probe - 1.3.6.1.4.1.674.10892.5.4.600.30.1.14 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + - name: amperageProbeProbeCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.15 + type: gauge + help: 0600.0030.0001.0015 This attribute defines the probe capabilities of the + amperage probe. - 1.3.6.1.4.1.674.10892.5.4.600.30.1.15 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + enum_values: + 1: upperNonCriticalThresholdSetCapable + 2: lowerNonCriticalThresholdSetCapable + 4: upperNonCriticalThresholdDefaultCapable + 8: lowerNonCriticalThresholdDefaultCapable + - name: amperageProbeDiscreteReading + oid: 1.3.6.1.4.1.674.10892.5.4.600.30.1.16 + type: gauge + help: 0600.0030.0001.0016 This attribute defines the reading for an amperage + probe of type amperageProbeTypeIsDiscrete - 1.3.6.1.4.1.674.10892.5.4.600.30.1.16 + indexes: + - labelname: amperageProbechassisIndex + type: gauge + - labelname: amperageProbeIndex + type: gauge + enum_values: + 1: amperageIsGood + 2: amperageIsBad + - name: systemBatteryChassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.600.50.1.1 + type: gauge + help: 0600.0050.0001.0001 This attribute defines the index (one based) of the + system chassis that contains the battery. - 1.3.6.1.4.1.674.10892.5.4.600.50.1.1 + indexes: + - labelname: systemBatteryChassisIndex + type: gauge + - labelname: systemBatteryIndex + type: gauge + - name: systemBatteryIndex + oid: 1.3.6.1.4.1.674.10892.5.4.600.50.1.2 + type: gauge + help: 0600.0050.0001.0002 This attribute defines the index (one based) of the + battery. - 1.3.6.1.4.1.674.10892.5.4.600.50.1.2 + indexes: + - labelname: systemBatteryChassisIndex + type: gauge + - labelname: systemBatteryIndex + type: gauge + - name: systemBatteryStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.600.50.1.3 + type: gauge + help: 0600.0050.0001.0003 This attribute defines the state capabilities of the + battery. - 1.3.6.1.4.1.674.10892.5.4.600.50.1.3 + indexes: + - labelname: systemBatteryChassisIndex + type: gauge + - labelname: systemBatteryIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: systemBatteryStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.600.50.1.4 + type: gauge + help: 0600.0050.0001.0004 This attribute defines the state settings of the battery. + - 1.3.6.1.4.1.674.10892.5.4.600.50.1.4 + indexes: + - labelname: systemBatteryChassisIndex + type: gauge + - labelname: systemBatteryIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: systemBatteryStatus + oid: 1.3.6.1.4.1.674.10892.5.4.600.50.1.5 + type: gauge + help: 0600.0050.0001.0005 This attribute defines the status of the battery. + - 1.3.6.1.4.1.674.10892.5.4.600.50.1.5 + indexes: + - labelname: systemBatteryChassisIndex + type: gauge + - labelname: systemBatteryIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemBatteryReading + oid: 1.3.6.1.4.1.674.10892.5.4.600.50.1.6 + type: gauge + help: 0600.0050.0001.0006 This attribute defines the reading of the battery. + - 1.3.6.1.4.1.674.10892.5.4.600.50.1.6 + indexes: + - labelname: systemBatteryChassisIndex + type: gauge + - labelname: systemBatteryIndex + type: gauge + enum_values: + 1: predictiveFailure + 2: failed + 4: presenceDetected + - name: systemBatteryLocationName + oid: 1.3.6.1.4.1.674.10892.5.4.600.50.1.7 + type: OctetString + help: 0600.0050.0001.0007 This attribute defines the location of the battery. + - 1.3.6.1.4.1.674.10892.5.4.600.50.1.7 + indexes: + - labelname: systemBatteryChassisIndex + type: gauge + - labelname: systemBatteryIndex + type: gauge + - name: powerUsageChassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.1 + type: gauge + help: 0600.0060.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.1 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsageIndex + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.2 + type: gauge + help: 0600.0060.0001.0002 This attribute defines the index (one based) of the + power usage information. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.2 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsageStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.3 + type: gauge + help: 0600.0060.0001.0003 This attribute defines the state capabilities of the + power usage information. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.3 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: powerUsageStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.4 + type: gauge + help: 0600.0060.0001.0004 This attribute defines the state settings of the power + usage information. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.4 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: powerUsageStatus + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.5 + type: gauge + help: 0600.0060.0001.0005 This attribute defines the status of the power usage + information. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.5 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: powerUsageEntityName + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.6 + type: OctetString + help: 0600.0060.0001.0006 This attribute defines the name of the entity associated + with this power usage information. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.6 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsageCumulativeWattage + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.7 + type: gauge + help: 0600.0060.0001.0007 This attribute defines the total wattage used (in + Watt-hours) by this entity since the date and time specified by the powerUsageCumulativeWattageStartDateName + attribute. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.7 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsageCumulativeWattageStartDateName + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.8 + type: OctetString + help: 0600.0060.0001.0008 This attribute defines the date and time at which + the data collection started for the value reported by the powerUsageCumulativeWattage + attribute. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.8 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsagePeakWatts + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.9 + type: gauge + help: 0600.0060.0001.0009 This attribute defines the peak wattage reading (in + Watts) for this entity since the date and time specified by the powerUsagePeakWattsStartDateName + attribute. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.9 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsagePeakWattsStartDateName + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.10 + type: OctetString + help: 0600.0060.0001.0010 This attribute defines the date and time at which + the data collection started for the value reported by the powerUsagePeakWatts + attribute. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.10 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsagePeakWattsReadingDateName + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.11 + type: OctetString + help: 0600.0060.0001.0011 This attribute defines the date and time at which + the value reported by the powerUsagePeakWatts attribute was measured. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.11 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsagePeakAmps + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.12 + type: gauge + help: 0600.0060.0001.0012 This attribute defines the peak amperage reading (in + tenths of Amps) for this entity since the date and time specified by the powerUsagePeakAmpsStartDateName + attribute. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.12 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsagePeakAmpsStartDateName + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.13 + type: OctetString + help: 0600.0060.0001.0013 This attribute defines the date and time at which + the data collection started for the value reported by the powerUsagePeakAmps + attribute. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.13 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsagePeakAmpsReadingDateName + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.14 + type: OctetString + help: 0600.0060.0001.0014 This attribute defines the date and time at which + the value reported by the powerUsagePeakAmps attribute was measured. - 1.3.6.1.4.1.674.10892.5.4.600.60.1.14 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsageIdlePower + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.15 + type: gauge + help: 0600.0060.0001.0015 This attribute defines the system idle power (in Watts) + - 1.3.6.1.4.1.674.10892.5.4.600.60.1.15 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsageMaxPotentialPower + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.16 + type: gauge + help: 0600.0060.0001.0016 This attribute defines the system maximum potential + power (in Watts) - 1.3.6.1.4.1.674.10892.5.4.600.60.1.16 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsagePowerCapCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.17 + type: gauge + help: 0600.0060.0001.0017 This attribute defines the system power cap capabilities. + - 1.3.6.1.4.1.674.10892.5.4.600.60.1.17 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + enum_values: + 1: enable + 2: disable + - name: powerUsagePowerCapSetting + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.18 + type: gauge + help: 0600.0060.0001.0018 This attribute defines the system power cap setting. + - 1.3.6.1.4.1.674.10892.5.4.600.60.1.18 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + enum_values: + 1: enabled + - name: powerUsagePowerCapValue + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.19 + type: gauge + help: 0600.0060.0001.0019 This attribute defines the system power cap value + (in Watts). - 1.3.6.1.4.1.674.10892.5.4.600.60.1.19 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsageInstantaneousHeadroom + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.20 + type: gauge + help: 0600.0060.0001.0020 This attribute defines the system instantaneous headroom + (in Watts) - 1.3.6.1.4.1.674.10892.5.4.600.60.1.20 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: powerUsagePeakHeadroom + oid: 1.3.6.1.4.1.674.10892.5.4.600.60.1.21 + type: gauge + help: 0600.0060.0001.0021 This attribute defines the system peak headroom (in + Watts) - 1.3.6.1.4.1.674.10892.5.4.600.60.1.21 + indexes: + - labelname: powerUsageChassisIndex + type: gauge + - labelname: powerUsageIndex + type: gauge + - name: coolingUnitchassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.700.10.1.1 + type: gauge + help: 0700.0010.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.700.10.1.1 + indexes: + - labelname: coolingUnitchassisIndex + type: gauge + - labelname: coolingUnitIndex + type: gauge + - name: coolingUnitIndex + oid: 1.3.6.1.4.1.674.10892.5.4.700.10.1.2 + type: gauge + help: 0700.0010.0001.0002 This attribute defines the index (one based) of the + cooling unit. - 1.3.6.1.4.1.674.10892.5.4.700.10.1.2 + indexes: + - labelname: coolingUnitchassisIndex + type: gauge + - labelname: coolingUnitIndex + type: gauge + - name: coolingUnitStateCapabilties + oid: 1.3.6.1.4.1.674.10892.5.4.700.10.1.3 + type: gauge + help: 0700.0010.0001.0003 This attribute defines the state capabilities of the + cooling unit. - 1.3.6.1.4.1.674.10892.5.4.700.10.1.3 + indexes: + - labelname: coolingUnitchassisIndex + type: gauge + - labelname: coolingUnitIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: coolingUnitStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.700.10.1.4 + type: gauge + help: 0700.0010.0001.0004 This attribute defines the state settings of the cooling + unit. - 1.3.6.1.4.1.674.10892.5.4.700.10.1.4 + indexes: + - labelname: coolingUnitchassisIndex + type: gauge + - labelname: coolingUnitIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: coolingUnitRedundancyStatus + oid: 1.3.6.1.4.1.674.10892.5.4.700.10.1.5 + type: gauge + help: 0700.0010.0001.0005 This attribute defines the redundancy status of the + cooling unit. - 1.3.6.1.4.1.674.10892.5.4.700.10.1.5 + indexes: + - labelname: coolingUnitchassisIndex + type: gauge + - labelname: coolingUnitIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: full + 4: degraded + 5: lost + 6: notRedundant + 7: redundancyOffline + - name: coolingDeviceCountForRedundancy + oid: 1.3.6.1.4.1.674.10892.5.4.700.10.1.6 + type: gauge + help: 0700.0010.0001.0006 This attribute defines the total number of cooling + devices required for this cooling unit to have full redundancy. - 1.3.6.1.4.1.674.10892.5.4.700.10.1.6 + indexes: + - labelname: coolingUnitchassisIndex + type: gauge + - labelname: coolingUnitIndex + type: gauge + - name: coolingUnitName + oid: 1.3.6.1.4.1.674.10892.5.4.700.10.1.7 + type: OctetString + help: 0700.0010.0001.0007 This attribute defines the name of the cooling unit. + - 1.3.6.1.4.1.674.10892.5.4.700.10.1.7 + indexes: + - labelname: coolingUnitchassisIndex + type: gauge + - labelname: coolingUnitIndex + type: gauge + - name: coolingUnitStatus + oid: 1.3.6.1.4.1.674.10892.5.4.700.10.1.8 + type: gauge + help: 0700.0010.0001.0008 This attribute defines the status of the cooling unit. + - 1.3.6.1.4.1.674.10892.5.4.700.10.1.8 + indexes: + - labelname: coolingUnitchassisIndex + type: gauge + - labelname: coolingUnitIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: coolingDevicechassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.1 + type: gauge + help: 0700.0012.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.700.12.1.1 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + - name: coolingDeviceIndex + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.2 + type: gauge + help: 0700.0012.0001.0002 This attribute defines the index (one based) of the + cooling device. - 1.3.6.1.4.1.674.10892.5.4.700.12.1.2 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + - name: coolingDeviceStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.3 + type: gauge + help: 0700.0012.0001.0003 This attribute defines the state capabilities of the + cooling device. - 1.3.6.1.4.1.674.10892.5.4.700.12.1.3 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: coolingDeviceStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.4 + type: gauge + help: 0700.0012.0001.0004 This attribute defines the state settings of the cooling + device. - 1.3.6.1.4.1.674.10892.5.4.700.12.1.4 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: coolingDeviceStatus + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.5 + type: gauge + help: 0700.0012.0001.0005 This attribute defines the probe status of the cooling + device. - 1.3.6.1.4.1.674.10892.5.4.700.12.1.5 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCriticalUpper + 5: criticalUpper + 6: nonRecoverableUpper + 7: nonCriticalLower + 8: criticalLower + 9: nonRecoverableLower + 10: failed + - name: coolingDeviceReading + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6 + type: gauge + help: 0700.0012.0001.0006 This attribute defines the reading for a cooling device + of subtype other than coolingDeviceSubTypeIsDiscrete - 1.3.6.1.4.1.674.10892.5.4.700.12.1.6 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + - name: coolingDeviceType + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.7 + type: gauge + help: 0700.0012.0001.0007 This attribute defines the type of the cooling device. + - 1.3.6.1.4.1.674.10892.5.4.700.12.1.7 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + enum_values: + 1: coolingDeviceTypeIsOther + 2: coolingDeviceTypeIsUnknown + 3: coolingDeviceTypeIsAFan + 4: coolingDeviceTypeIsABlower + 5: coolingDeviceTypeIsAChipFan + 6: coolingDeviceTypeIsACabinetFan + 7: coolingDeviceTypeIsAPowerSupplyFan + 8: coolingDeviceTypeIsAHeatPipe + 9: coolingDeviceTypeIsRefrigeration + 10: coolingDeviceTypeIsActiveCooling + 11: coolingDeviceTypeIsPassiveCooling + - name: coolingDeviceLocationName + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.8 + type: OctetString + help: 0700.0012.0001.0008 This attribute defines the location name of the cooling + device. - 1.3.6.1.4.1.674.10892.5.4.700.12.1.8 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + - name: coolingDeviceUpperNonRecoverableThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.9 + type: gauge + help: 0700.0012.0001.0009 This attribute defines the upper nonrecoverable threshold + of the cooling device - 1.3.6.1.4.1.674.10892.5.4.700.12.1.9 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + - name: coolingDeviceUpperCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.10 + type: gauge + help: 0700.0012.0001.0010 This attribute defines the upper critical threshold + of the cooling device - 1.3.6.1.4.1.674.10892.5.4.700.12.1.10 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + - name: coolingDeviceUpperNonCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.11 + type: gauge + help: 0700.0012.0001.0011 This attribute defines the upper noncritical threshold + of the cooling device - 1.3.6.1.4.1.674.10892.5.4.700.12.1.11 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + - name: coolingDeviceLowerNonCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.12 + type: gauge + help: 0700.0012.0001.0012 This attribute defines the lower noncritical threshold + of the cooling device - 1.3.6.1.4.1.674.10892.5.4.700.12.1.12 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + - name: coolingDeviceLowerCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.13 + type: gauge + help: 0700.0012.0001.0013 This attribute defines the lower critical threshold + of the cooling device - 1.3.6.1.4.1.674.10892.5.4.700.12.1.13 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + - name: coolingDeviceLowerNonRecoverableThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.14 + type: gauge + help: 0700.0012.0001.0014 This attribute defines the lower nonrecoverable threshold + of the cooling device - 1.3.6.1.4.1.674.10892.5.4.700.12.1.14 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + - name: coolingDevicecoolingUnitIndexReference + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.15 + type: gauge + help: 0700.0012.0001.0015 This attribute defines the index to the associated + cooling unit. - 1.3.6.1.4.1.674.10892.5.4.700.12.1.15 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + - name: coolingDeviceSubType + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.16 + type: gauge + help: 0700.0012.0001.0016 This attribute defines the subtype of the cooling + device. - 1.3.6.1.4.1.674.10892.5.4.700.12.1.16 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + enum_values: + 1: coolingDeviceSubTypeIsOther + 2: coolingDeviceSubTypeIsUnknown + 3: coolingDeviceSubTypeIsAFanThatReadsInRPM + 4: coolingDeviceSubTypeIsAFanReadsONorOFF + 5: coolingDeviceSubTypeIsAPowerSupplyFanThatReadsinRPM + 6: coolingDeviceSubTypeIsAPowerSupplyFanThatReadsONorOFF + 16: coolingDeviceSubTypeIsDiscrete + - name: coolingDeviceProbeCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.17 + type: gauge + help: 0700.0012.0001.0017 This attribute defines the probe capabilities of the + cooling device. - 1.3.6.1.4.1.674.10892.5.4.700.12.1.17 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + enum_values: + 1: upperNonCriticalThresholdSetCapable + 2: lowerNonCriticalThresholdSetCapable + 4: upperNonCriticalThresholdDefaultCapable + 8: lowerNonCriticalThresholdDefaultCapable + - name: coolingDeviceDiscreteReading + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.18 + type: gauge + help: 0700.0012.0001.0018 This attribute defines the reading for a cooling device + of type coolingDeviceSubTypeIsDiscrete - 1.3.6.1.4.1.674.10892.5.4.700.12.1.18 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + enum_values: + 1: coolingDeviceIsGood + 2: coolingDeviceIsBad + - name: coolingDeviceFQDD + oid: 1.3.6.1.4.1.674.10892.5.4.700.12.1.19 + type: OctetString + help: 0700.0012.0001.0019 Fully qualified device descriptor (FQDD) of the cooling + device. - 1.3.6.1.4.1.674.10892.5.4.700.12.1.19 + indexes: + - labelname: coolingDevicechassisIndex + type: gauge + - labelname: coolingDeviceIndex + type: gauge + - name: temperatureProbechassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.1 + type: gauge + help: 0700.0020.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.700.20.1.1 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + - name: temperatureProbeIndex + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.2 + type: gauge + help: 0700.0020.0001.0002 This attribute defines the index (one based) of the + temperature probe. - 1.3.6.1.4.1.674.10892.5.4.700.20.1.2 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + - name: temperatureProbeStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.3 + type: gauge + help: 0700.0020.0001.0003 This attribute defines the state capabilities of the + temperature probe. - 1.3.6.1.4.1.674.10892.5.4.700.20.1.3 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: temperatureProbeStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.4 + type: gauge + help: 0700.0020.0001.0004 This attribute defines the state settings of the temperature + probe. - 1.3.6.1.4.1.674.10892.5.4.700.20.1.4 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: temperatureProbeStatus + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.5 + type: gauge + help: 0700.0020.0001.0005 This attribute defines the probe status of the temperature + probe. - 1.3.6.1.4.1.674.10892.5.4.700.20.1.5 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCriticalUpper + 5: criticalUpper + 6: nonRecoverableUpper + 7: nonCriticalLower + 8: criticalLower + 9: nonRecoverableLower + 10: failed + - name: temperatureProbeReading + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.6 + type: gauge + help: 0700.0020.0001.0006 This attribute defines the reading for a temperature + probe of type other than temperatureProbeTypeIsDiscrete - 1.3.6.1.4.1.674.10892.5.4.700.20.1.6 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + - name: temperatureProbeType + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.7 + type: gauge + help: 0700.0020.0001.0007 This attribute defines the type of the temperature + probe. - 1.3.6.1.4.1.674.10892.5.4.700.20.1.7 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + enum_values: + 1: temperatureProbeTypeIsOther + 2: temperatureProbeTypeIsUnknown + 3: temperatureProbeTypeIsAmbientESM + 16: temperatureProbeTypeIsDiscrete + - name: temperatureProbeLocationName + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.8 + type: OctetString + help: 0700.0020.0001.0008 This attribute defines the location name of the temperature + probe. - 1.3.6.1.4.1.674.10892.5.4.700.20.1.8 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + - name: temperatureProbeUpperNonRecoverableThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.9 + type: gauge + help: 0700.0020.0001.0009 This attribute defines the upper nonrecoverable threshold + of the temperature probe - 1.3.6.1.4.1.674.10892.5.4.700.20.1.9 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + - name: temperatureProbeUpperCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.10 + type: gauge + help: 0700.0020.0001.0010 This attribute defines the upper critical threshold + of the temperature probe - 1.3.6.1.4.1.674.10892.5.4.700.20.1.10 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + - name: temperatureProbeUpperNonCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.11 + type: gauge + help: 0700.0020.0001.0011 This attribute defines the upper noncritical threshold + of the temperature probe - 1.3.6.1.4.1.674.10892.5.4.700.20.1.11 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + - name: temperatureProbeLowerNonCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.12 + type: gauge + help: 0700.0020.0001.0012 This attribute defines the lower noncritical threshold + of the temperature probe - 1.3.6.1.4.1.674.10892.5.4.700.20.1.12 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + - name: temperatureProbeLowerCriticalThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.13 + type: gauge + help: 0700.0020.0001.0013 This attribute defines the lower critical threshold + of the temperature probe - 1.3.6.1.4.1.674.10892.5.4.700.20.1.13 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + - name: temperatureProbeLowerNonRecoverableThreshold + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.14 + type: gauge + help: 0700.0020.0001.0014 This attribute defines the lower nonrecoverable threshold + of the temperature probe - 1.3.6.1.4.1.674.10892.5.4.700.20.1.14 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + - name: temperatureProbeProbeCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.15 + type: gauge + help: 0700.0020.0001.0015 This attribute defines the probe capabilities of the + temperature probe. - 1.3.6.1.4.1.674.10892.5.4.700.20.1.15 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + enum_values: + 1: upperNonCriticalThresholdSetCapable + 2: lowerNonCriticalThresholdSetCapable + 4: upperNonCriticalThresholdDefaultCapable + 8: lowerNonCriticalThresholdDefaultCapable + - name: temperatureProbeDiscreteReading + oid: 1.3.6.1.4.1.674.10892.5.4.700.20.1.16 + type: gauge + help: 0700.0020.0001.0016 This attribute defines the reading for a temperature + probe of type temperatureProbeTypeIsDiscrete - 1.3.6.1.4.1.674.10892.5.4.700.20.1.16 + indexes: + - labelname: temperatureProbechassisIndex + type: gauge + - labelname: temperatureProbeIndex + type: gauge + enum_values: + 1: temperatureIsGood + 2: temperatureIsBad + - name: processorDevicechassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.1 + type: gauge + help: 1100.0030.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.1 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceIndex + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.2 + type: gauge + help: 1100.0030.0001.0002 This attribute defines the index (one based) of the + processor device. - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.2 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.3 + type: gauge + help: 1100.0030.0001.0003 This attribute defines the state capabilities of the + processor device. - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.3 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: processorDeviceStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.4 + type: gauge + help: 1100.0030.0001.0004 This attribute defines the state settings of the processor + device. - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.4 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: processorDeviceStatus + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.5 + type: gauge + help: 1100.0030.0001.0005 This attribute defines the status of the processor + device. - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.5 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: processorDeviceType + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.7 + type: gauge + help: 1100.0030.0001.0007 This attribute defines the type of the processor device. + - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.7 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + enum_values: + 1: deviceTypeIsOther + 2: deviceTypeIsUnknown + 3: deviceTypeIsCPU + 4: deviceTypeIsMathProcessor + 5: deviceTypeIsDSP + 6: deviceTypeIsAVideoProcessor + - name: processorDeviceManufacturerName + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.8 + type: OctetString + help: 1100.0030.0001.0008 This attribute defines the name of the manufacturer + of the processor device. - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.8 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceStatusState + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.9 + type: gauge + help: 1100.0030.0001.0009 This attribute defines the status state of the processor + device. - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.9 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: enabled + 4: userDisabled + 5: biosDisabled + 6: idle + - name: processorDeviceFamily + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.10 + type: gauge + help: 1100.0030.0001.0010 This attribute defines the family of the processor + device. - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.10 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + enum_values: + 1: deviceFamilyIsOther + 2: deviceFamilyIsUnknown + 3: deviceFamilyIs8086 + 4: deviceFamilyIs80286 + 5: deviceFamilyIsIntel386 + 6: deviceFamilyIsIntel486 + 7: deviceFamilyIs8087 + 8: deviceFamilyIs80287 + 9: deviceFamilyIs80387 + 10: deviceFamilyIs80487 + 11: deviceFamilyIsPentium + 12: deviceFamilyIsPentiumPro + 13: deviceFamilyIsPentiumII + 14: deviceFamilyIsPentiumMMX + 15: deviceFamilyIsCeleron + 16: deviceFamilyIsPentiumIIXeon + 17: deviceFamilyIsPentiumIII + 18: deviceFamilyIsPentiumIIIXeon + 19: deviceFamilyIsPentiumIIISpeedStep + 20: deviceFamilyIsItanium + 21: deviceFamilyIsIntelXeon + 22: deviceFamilyIsPentium4 + 23: deviceFamilyIsIntelXeonMP + 24: deviceFamilyIsIntelItanium2 + 25: deviceFamilyIsK5 + 26: deviceFamilyIsK6 + 27: deviceFamilyIsK6Dash2 + 28: deviceFamilyIsK6Dash3 + 29: deviceFamilyIsAMDAthlon + 30: deviceFamilyIsAMD2900 + 31: deviceFamilyIsK6Dash2Plus + 32: deviceFamilyIsPowerPC + 33: deviceFamilyIsPowerPC601 + 34: deviceFamilyIsPowerPC603 + 35: deviceFamilyIsPowerPC603Plus + 36: deviceFamilyIsPowerPC604 + 37: deviceFamilyIsPowerPC620 + 38: deviceFamilyIsPowerPCx704 + 39: deviceFamilyIsPowerPC750 + 40: deviceFamilyIsIntelCoreDuo + 41: deviceFamilyIsIntelCoreDuoMobile + 42: deviceFamilyIsIntelCoreSoloMobile + 43: deviceFamilyIsIntelAtom + 48: deviceFamilyIsAlpha + 49: deviceFamilyIsAlpha21064 + 50: deviceFamilyIsAlpha21066 + 51: deviceFamilyIsAlpha21164 + 52: deviceFamilyIsAlpha21164PC + 53: deviceFamilyIsAlpha21164a + 54: deviceFamilyIsAlpha21264 + 55: deviceFamilyIsAlpha21364 + 56: deviceFamilyIsAMDTurionIIUltraDualMobileM + 57: deviceFamilyIsAMDTurionIIDualMobileM + 58: deviceFamilyIsAMDAthlonIIDualMobileM + 59: deviceFamilyIsAMDOpteron6100 + 60: deviceFamilyIsAMDOpteron4100 + 61: deviceFamilyIsAMDOpteron6200 + 62: deviceFamilyIsAMDOpteron4200 + 64: deviceFamilyIsMIPS + 65: deviceFamilyIsMIPSR4000 + 66: deviceFamilyIsMIPSR4200 + 67: deviceFamilyIsMIPSR4400 + 68: deviceFamilyIsMIPSR4600 + 69: deviceFamilyIsMIPSR10000 + 80: deviceFamilyIsSPARC + 81: deviceFamilyIsSuperSPARC + 82: deviceFamilyIsmicroSPARCII + 83: deviceFamilyIsmicroSPARCIIep + 84: deviceFamilyIsUltraSPARC + 85: deviceFamilyIsUltraSPARCII + 86: deviceFamilyIsUltraSPARCIIi + 87: deviceFamilyIsUltraSPARCIII + 88: deviceFamilyIsUltraSPARCIIIi + 96: deviceFamilyIs68040 + 97: deviceFamilyIs68xxx + 98: deviceFamilyIs68000 + 99: deviceFamilyIs68010 + 100: deviceFamilyIs68020 + 101: deviceFamilyIs68030 + 107: deviceFamilyIsAMDZen + 112: deviceFamilyIsHobbit + 120: deviceFamilyIsCrusoeTM5000 + 121: deviceFamilyIsCrusoeTM3000 + 122: deviceFamilyIsEfficeonTM8000 + 128: deviceFamilyIsWeitek + 130: deviceFamilyIsIntelCeleronM + 131: deviceFamilyIsAMDAthlon64 + 132: deviceFamilyIsAMDOpteron + 133: deviceFamilyIsAMDSempron + 134: deviceFamilyIsAMDTurion64Mobile + 135: deviceFamilyIsDualCoreAMDOpteron + 136: deviceFamilyIsAMDAthlon64X2DualCore + 137: deviceFamilyIsAMDTurion64X2Mobile + 138: deviceFamilyIsQuadCoreAMDOpteron + 139: deviceFamilyIsThirdGenerationAMDOpteron + 140: deviceFamilyIsAMDPhenomFXQuadCore + 141: deviceFamilyIsAMDPhenomX4QuadCore + 142: deviceFamilyIsAMDPhenomX2DualCore + 143: deviceFamilyIsAMDAthlonX2DualCore + 144: deviceFamilyIsPARISC + 145: deviceFamilyIsPARISC8500 + 146: deviceFamilyIsPARISC8000 + 147: deviceFamilyIsPARISC7300LC + 148: deviceFamilyIsPARISC7200 + 149: deviceFamilyIsPARISC7100LC + 150: deviceFamilyIsPARISC7100 + 160: deviceFamilyIsV30 + 161: deviceFamilyIsQuadCoreIntelXeon3200 + 162: deviceFamilyIsDualCoreIntelXeon3000 + 163: deviceFamilyIsQuadCoreIntelXeon5300 + 164: deviceFamilyIsDualCoreIntelXeon5100 + 165: deviceFamilyIsDualCoreIntelXeon5000 + 166: deviceFamilyIsDualCoreIntelXeonLV + 167: deviceFamilyIsDualCoreIntelXeonULV + 168: deviceFamilyIsDualCoreIntelXeon7100 + 169: deviceFamilyIsQuadCoreIntelXeon5400 + 170: deviceFamilyIsQuadCoreIntelXeon + 171: deviceFamilyIsDualCoreIntelXeon5200 + 172: deviceFamilyIsDualCoreIntelXeon7200 + 173: deviceFamilyIsQuadCoreIntelXeon7300 + 174: deviceFamilyIsQuadCoreIntelXeon7400 + 175: deviceFamilyIsMultiCoreIntelXeon7400 + 176: deviceFamilyIsM1 + 177: deviceFamilyIsM2 + 179: deviceFamilyIsIntelPentium4HT + 180: deviceFamilyIsAS400 + 182: deviceFamilyIsAMDAthlonXP + 183: deviceFamilyIsAMDAthlonMP + 184: deviceFamilyIsAMDDuron + 185: deviceFamilyIsIntelPentiumM + 186: deviceFamilyIsIntelCeleronD + 187: deviceFamilyIsIntelPentiumD + 188: deviceFamilyIsIntelPentiumExtreme + 189: deviceFamilyIsIntelCoreSolo + 190: deviceFamilyIsIntelCore2 + 191: deviceFamilyIsIntelCore2Duo + 192: deviceFamilyIsIntelCore2Solo + 193: deviceFamilyIsIntelCore2Extreme + 194: deviceFamilyIsIntelCore2Quad + 195: deviceFamilyIsIntelCore2ExtremeMobile + 196: deviceFamilyIsIntelCore2DuoMobile + 197: deviceFamilyIsIntelCore2SoloMobile + 198: deviceFamilyIsIntelCorei7 + 199: deviceFamilyIsDualCoreIntelCeleron + 200: deviceFamilyIsIBM390 + 201: deviceFamilyIsG4 + 202: deviceFamilyIsG5 + 203: deviceFamilyIsESA390G6 + 204: deviceFamilyIszArchitectur + 205: deviceFamilyIsIntelCorei5 + 206: deviceFamilyIsIntelCorei3 + 210: deviceFamilyIsVIAC7M + 211: deviceFamilyIsVIAC7D + 212: deviceFamilyIsVIAC7 + 213: deviceFamilyIsVIAEden + 214: deviceFamilyIsMultiCoreIntelXeon + 215: deviceFamilyIsDualCoreIntelXeon3xxx + 216: deviceFamilyIsQuadCoreIntelXeon3xxx + 217: deviceFamilyIsVIANano + 218: deviceFamilyIsDualCoreIntelXeon5xxx + 219: deviceFamilyIsQuadCoreIntelXeon5xxx + 221: deviceFamilyIsDualCoreIntelXeon7xxx + 222: deviceFamilyIsQuadCoreIntelXeon7xxx + 223: deviceFamilyIsMultiCoreIntelXeon7xxx + 224: deviceFamilyIsMultiCoreIntelXeon3400 + 230: deviceFamilyIsEmbeddedAMDOpertonQuadCore + 231: deviceFamilyIsAMDPhenomTripleCore + 232: deviceFamilyIsAMDTurionUltraDualCoreMobile + 233: deviceFamilyIsAMDTurionDualCoreMobile + 234: deviceFamilyIsAMDAthlonDualCore + 235: deviceFamilyIsAMDSempronSI + 236: deviceFamilyIsAMDPhenomII + 237: deviceFamilyIsAMDAthlonII + 238: deviceFamilyIsSixCoreAMDOpteron + 239: deviceFamilyIsAMDSempronM + 250: deviceFamilyIsi860 + 251: deviceFamilyIsi960 + - name: processorDeviceMaximumSpeed + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.11 + type: gauge + help: 1100.0030.0001.0011 This attribute defines the maximum speed of the processor + device in MHz - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.11 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceCurrentSpeed + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.12 + type: gauge + help: 1100.0030.0001.0012 This attribute defines the current speed of the processor + device in MHz - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.12 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceExternalClockSpeed + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.13 + type: gauge + help: 1100.0030.0001.0013 This attribute defines the speed of the external clock + for the processor device in MHz - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.13 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceVoltage + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.14 + type: gauge + help: 1100.0030.0001.0014 This attribute defines the voltage powering the processor + device in millivolts - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.14 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceVersionName + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.16 + type: OctetString + help: 1100.0030.0001.0016 This attribute defines the version of the processor + device - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.16 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceCoreCount + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.17 + type: gauge + help: 1100.0030.0001.0017 This attribute defines the number of processor cores + detected for the processor device. - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.17 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceCoreEnabledCount + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.18 + type: gauge + help: 1100.0030.0001.0018 This attribute defines the number of processor cores + enabled for the processor device. - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.18 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceThreadCount + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.19 + type: gauge + help: 1100.0030.0001.0019 This attribute defines the number of processor threads + detected for the processor device. - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.19 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceCharacteristics + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.20 + type: gauge + help: 1100.0030.0001.0020 This attribute defines characteristics of the processor + device - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.20 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceExtendedCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.21 + type: gauge + help: 1100.0030.0001.0021 This attribute defines extended capabilities of the + processor device - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.21 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceExtendedSettings + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.22 + type: gauge + help: 1100.0030.0001.0022 This attribute defines extended settings of the processor + device - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.22 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceBrandName + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.23 + type: OctetString + help: 1100.0030.0001.0023 This attribute defines the brand of the processor + device. - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.23 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceFQDD + oid: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.26 + type: OctetString + help: 1100.0030.0001.0026 Fully qualified device descriptor (FQDD) of the processor + device. - 1.3.6.1.4.1.674.10892.5.4.1100.30.1.26 + indexes: + - labelname: processorDevicechassisIndex + type: gauge + - labelname: processorDeviceIndex + type: gauge + - name: processorDeviceStatusChassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.1 + type: gauge + help: 1100.0032.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.1100.32.1.1 + indexes: + - labelname: processorDeviceStatusChassisIndex + type: gauge + - labelname: processorDeviceStatusIndex + type: gauge + - name: processorDeviceStatusIndex + oid: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.2 + type: gauge + help: 1100.0032.0001.0002 This attribute defines the index (one based) of the + processor device status probe. - 1.3.6.1.4.1.674.10892.5.4.1100.32.1.2 + indexes: + - labelname: processorDeviceStatusChassisIndex + type: gauge + - labelname: processorDeviceStatusIndex + type: gauge + - name: processorDeviceStatusStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.3 + type: gauge + help: 1100.0032.0001.0003 This attribute defines the state capabilities of the + processor device status probe. - 1.3.6.1.4.1.674.10892.5.4.1100.32.1.3 + indexes: + - labelname: processorDeviceStatusChassisIndex + type: gauge + - labelname: processorDeviceStatusIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: processorDeviceStatusStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.4 + type: gauge + help: 1100.0032.0001.0004 This attribute defines the state settings of the processor + device status probe. - 1.3.6.1.4.1.674.10892.5.4.1100.32.1.4 + indexes: + - labelname: processorDeviceStatusChassisIndex + type: gauge + - labelname: processorDeviceStatusIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: processorDeviceStatusStatus + oid: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.5 + type: gauge + help: 1100.0032.0001.0005 This attribute defines the status of the processor + device status probe - 1.3.6.1.4.1.674.10892.5.4.1100.32.1.5 + indexes: + - labelname: processorDeviceStatusChassisIndex + type: gauge + - labelname: processorDeviceStatusIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: processorDeviceStatusReading + oid: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.6 + type: gauge + help: 1100.0032.0001.0006 This attribute defines the reading of the processor + device status probe. - 1.3.6.1.4.1.674.10892.5.4.1100.32.1.6 + indexes: + - labelname: processorDeviceStatusChassisIndex + type: gauge + - labelname: processorDeviceStatusIndex + type: gauge + enum_values: + 1: internalError + 2: thermalTrip + 32: configurationError + 128: processorPresent + 256: processorDisabled + 512: terminatorPresent + 1024: processorThrottled + - name: processorDeviceStatusLocationName + oid: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.7 + type: OctetString + help: 1100.0032.0001.0007 This attribute defines the location name of the processor + device status probe. - 1.3.6.1.4.1.674.10892.5.4.1100.32.1.7 + indexes: + - labelname: processorDeviceStatusChassisIndex + type: gauge + - labelname: processorDeviceStatusIndex + type: gauge + - name: memoryDevicechassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.1 + type: gauge + help: 1100.0050.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.1 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDeviceIndex + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.2 + type: gauge + help: 1100.0050.0001.0002 This attribute defines the index (one based) of the + memory device. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.2 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDeviceStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.3 + type: gauge + help: 1100.0050.0001.0003 This attribute defines the state capabilities of the + memory device. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.3 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: memoryDeviceStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.4 + type: gauge + help: 1100.0050.0001.0004 This attribute defines the state settings of the memory + device. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.4 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: memoryDeviceStatus + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.5 + type: gauge + help: 1100.0050.0001.0005 This attribute defines the status of the memory device. + - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.5 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: memoryDeviceType + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.7 + type: gauge + help: 1100.0050.0001.0007 This attribute defines the type of the memory device. + - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.7 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + enum_values: + 1: deviceTypeIsOther + 2: deviceTypeIsUnknown + 3: deviceTypeIsDRAM + 4: deviceTypeIsEDRAM + 5: deviceTypeIsVRAM + 6: deviceTypeIsSRAM + 7: deviceTypeIsRAM + 8: deviceTypeIsROM + 9: deviceTypeIsFLASH + 10: deviceTypeIsEEPROM + 11: deviceTypeIsFEPROM + 12: deviceTypeIsEPROM + 13: deviceTypeIsCDRAM + 14: deviceTypeIs3DRAM + 15: deviceTypeIsSDRAM + 16: deviceTypeIsSGRAM + 17: deviceTypeIsRDRAM + 18: deviceTypeIsDDR + 19: deviceTypeIsDDR2 + 20: deviceTypeIsDDR2FBDIMM + 24: deviceTypeIsDDR3 + 25: deviceTypeIsFBD2 + 26: deviceTypeIsDDR4 + - name: memoryDeviceLocationName + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.8 + type: OctetString + help: 1100.0050.0001.0008 This attribute defines the location of the memory + device. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.8 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDeviceBankLocationName + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.10 + type: OctetString + help: 1100.0050.0001.0010 This attribute defines the location of the bank for + the memory device. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.10 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDeviceSize + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.14 + type: gauge + help: 1100.0050.0001.0014 This attribute defines the size in KBytes of the memory + device - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.14 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDeviceSpeed + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.15 + type: gauge + help: 1100.0050.0001.0015 This attribute defines the maximum capable speed in + megahertz (MHz) of the memory device - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.15 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDeviceManufacturerName + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.21 + type: OctetString + help: 1100.0050.0001.0021 This attribute defines the manufacturer of the memory + device. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.21 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDevicePartNumberName + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.22 + type: OctetString + help: 1100.0050.0001.0022 This attribute defines the manufacturer's part number + for the memory device. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.22 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDeviceSerialNumberName + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.23 + type: OctetString + help: 1100.0050.0001.0023 This attribute defines the serial number of the memory + device. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.23 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDeviceFQDD + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.26 + type: OctetString + help: 1100.0050.0001.0026 Fully qualified device descriptor (FQDD) of the memory + device. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.26 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDeviceCurrentOperatingSpeed + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.27 + type: gauge + help: 1100.0050.0001.0027 This attribute defines the current operating speed + in megahertz (MHz) of the memory device - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.27 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDeviceTechnology + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.28 + type: gauge + help: 1100.0050.0001.0028 This attribute defines the type or technology of the + memory device. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.28 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: dram + 4: nvdimmn + 5: nvdimmf + 6: nvdimmp + 7: intelpersistentmemory + - name: memoryDeviceVolatileSize + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.29 + type: gauge + help: 1100.0050.0001.0029 This attribute defines the volatile size of the memory + device in MBs. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.29 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDeviceNonVolatilesSize + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.30 + type: gauge + help: 1100.0050.0001.0030 This attribute defines the Non Volatile size of the + memory device in MBs. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.30 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDeviceCacheSize + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.31 + type: gauge + help: 1100.0050.0001.0031 This attribute defines the Cache size of the memory + device in MBs. - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.31 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + - name: memoryDeviceRemainingRatedWriteEndurance + oid: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.32 + type: gauge + help: 1100.0050.0001.0032 This attribute defines the percent of remaining life + for the memory device - 1.3.6.1.4.1.674.10892.5.4.1100.50.1.32 + indexes: + - labelname: memoryDevicechassisIndex + type: gauge + - labelname: memoryDeviceIndex + type: gauge + enum_values: + 255: notApplicable + - name: pCIDevicechassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.1 + type: gauge + help: 1100.0080.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.1100.80.1.1 + indexes: + - labelname: pCIDevicechassisIndex + type: gauge + - labelname: pCIDeviceIndex + type: gauge + - name: pCIDeviceIndex + oid: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.2 + type: gauge + help: 1100.0080.0001.0002 This attribute defines the index (one based) of the + PCI device. - 1.3.6.1.4.1.674.10892.5.4.1100.80.1.2 + indexes: + - labelname: pCIDevicechassisIndex + type: gauge + - labelname: pCIDeviceIndex + type: gauge + - name: pCIDeviceStateCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.3 + type: gauge + help: 1100.0080.0001.0003 This attribute defines the state capabilities of the + PCI device. - 1.3.6.1.4.1.674.10892.5.4.1100.80.1.3 + indexes: + - labelname: pCIDevicechassisIndex + type: gauge + - labelname: pCIDeviceIndex + type: gauge + enum_values: + 1: unknownCapabilities + 2: enableCapable + 4: notReadyCapable + 6: enableAndNotReadyCapable + - name: pCIDeviceStateSettings + oid: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.4 + type: gauge + help: 1100.0080.0001.0004 This attribute defines the state settings of the PCI + device. - 1.3.6.1.4.1.674.10892.5.4.1100.80.1.4 + indexes: + - labelname: pCIDevicechassisIndex + type: gauge + - labelname: pCIDeviceIndex + type: gauge + enum_values: + 1: unknown + 2: enabled + 4: notReady + 6: enabledAndNotReady + - name: pCIDeviceStatus + oid: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.5 + type: gauge + help: 1100.0080.0001.0005 This attribute defines the status of the PCI device. + - 1.3.6.1.4.1.674.10892.5.4.1100.80.1.5 + indexes: + - labelname: pCIDevicechassisIndex + type: gauge + - labelname: pCIDeviceIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: pCIDeviceDataBusWidth + oid: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.7 + type: gauge + help: 1100.0080.0001.0007 This attribute defines the width of the data bus of + the PCI device - 1.3.6.1.4.1.674.10892.5.4.1100.80.1.7 + indexes: + - labelname: pCIDevicechassisIndex + type: gauge + - labelname: pCIDeviceIndex + type: gauge + - name: pCIDeviceManufacturerName + oid: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.8 + type: OctetString + help: 1100.0080.0001.0008 This attribute defines the name of the manufacturer + of the PCI device. - 1.3.6.1.4.1.674.10892.5.4.1100.80.1.8 + indexes: + - labelname: pCIDevicechassisIndex + type: gauge + - labelname: pCIDeviceIndex + type: gauge + - name: pCIDeviceDescriptionName + oid: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.9 + type: OctetString + help: 1100.0080.0001.0009 This attribute defines the description of the PCI + device. - 1.3.6.1.4.1.674.10892.5.4.1100.80.1.9 + indexes: + - labelname: pCIDevicechassisIndex + type: gauge + - labelname: pCIDeviceIndex + type: gauge + - name: pCIDeviceFQDD + oid: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.12 + type: OctetString + help: 1100.0080.0001.0012 Fully qualified device descriptor (FQDD) of the PCI + device. - 1.3.6.1.4.1.674.10892.5.4.1100.80.1.12 + indexes: + - labelname: pCIDevicechassisIndex + type: gauge + - labelname: pCIDeviceIndex + type: gauge + - name: networkDeviceChassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.1 + type: gauge + help: 1100.0090.0001.0001 This attribute defines the index (one based) of the + system chassis that contains the network device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.1 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + - name: networkDeviceIndex + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.2 + type: gauge + help: 1100.0090.0001.0002 This attribute defines the index (one based) of the + network device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.2 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + - name: networkDeviceStatus + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.3 + type: gauge + help: 1100.0090.0001.0003 This attribute defines the status of the network device. + - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.3 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: networkDeviceConnectionStatus + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.4 + type: gauge + help: 1100.0090.0001.0004 This attribute defines the connection status of the + network device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.4 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + enum_values: + 1: connected + 2: disconnected + 3: driverBad + 4: driverDisabled + 10: hardwareInitalizing + 11: hardwareResetting + 12: hardwareClosing + 13: hardwareNotReady + - name: networkDeviceProductName + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.6 + type: OctetString + help: 1100.0090.0001.0006 This attribute defines the product name of the network + device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.6 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + - name: networkDeviceVendorName + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.7 + type: OctetString + help: 1100.0090.0001.0007 This attribute defines the name of the vendor of the + network device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.7 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + - name: networkDeviceCurrentMACAddress + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.15 + type: OctetString + help: 1100.0090.0001.0015 This attribute defines the current MAC address of + the network device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.15 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + - name: networkDevicePermanentMACAddress + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.16 + type: OctetString + help: 1100.0090.0001.0016 This attribute defines the permanent MAC address of + the network device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.16 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + - name: networkDevicePCIBusNumber + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.17 + type: gauge + help: 1100.0090.0001.0017 This attribute defines the PCI bus number of the network + device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.17 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + - name: networkDevicePCIDeviceNumber + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.18 + type: gauge + help: 1100.0090.0001.0018 This attribute defines the PCI device number of the + network device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.18 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + - name: networkDevicePCIFunctionNumber + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.19 + type: gauge + help: 1100.0090.0001.0019 This attribute defines the PCI function number of + the network device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.19 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + - name: networkDeviceTOECapabilityFlags + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.23 + type: gauge + help: 1100.0090.0001.0023 This attribute defines the TCP/IP Offload Engine (TOE) + capability flags of the network device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.23 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + enum_values: + 1: unknown + 2: available + 4: notAvailable + 8: cannotBeDetermined + 16: driverNotResponding + - name: networkDeviceiSCSICapabilityFlags + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.27 + type: gauge + help: 1100.0090.0001.0027 This attribute defines the Internet Small Computer + System Interface (iSCSI) capability flags of the network device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.27 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + enum_values: + 1: unknown + 2: available + 4: notAvailable + 8: cannotBeDetermined + 16: driverNotResponding + - name: networkDeviceiSCSIEnabled + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.28 + type: gauge + help: 1100.0090.0001.0028 This attribute defines if iSCSI is enabled for the + network device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.28 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + - name: networkDeviceCapabilities + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.29 + type: gauge + help: 1100.0090.0001.0029 This attribute defines the capabilities of the network + device - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.29 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + enum_values: + 1: supported + 2: toe + 4: iscsiOffload + 8: fcoeOffload + - name: networkDeviceFQDD + oid: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.30 + type: OctetString + help: 1100.0090.0001.0030 Fully qualified device descriptor (FQDD) of the network + device. - 1.3.6.1.4.1.674.10892.5.4.1100.90.1.30 + indexes: + - labelname: networkDeviceChassisIndex + type: gauge + - labelname: networkDeviceIndex + type: gauge + - name: systemSlotchassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.1 + type: gauge + help: 1200.0010.0001.0001 This attribute defines the index (one based) of the + associated system chassis. - 1.3.6.1.4.1.674.10892.5.4.1200.10.1.1 + indexes: + - labelname: systemSlotchassisIndex + type: gauge + - labelname: systemSlotIndex + type: gauge + - name: systemSlotIndex + oid: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.2 + type: gauge + help: 1200.0010.0001.0002 This attribute defines the index (one based) of the + system slot. - 1.3.6.1.4.1.674.10892.5.4.1200.10.1.2 + indexes: + - labelname: systemSlotchassisIndex + type: gauge + - labelname: systemSlotIndex + type: gauge + - name: systemSlotStateCapabilitiesUnique + oid: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.3 + type: gauge + help: 1200.0010.0001.0003 This attribute defines the state capabilities of the + system slot. - 1.3.6.1.4.1.674.10892.5.4.1200.10.1.3 + indexes: + - labelname: systemSlotchassisIndex + type: gauge + - labelname: systemSlotIndex + type: gauge + enum_values: + 1: systemSlotHotPlugIsUnknown + 2: systemSlotHotPlugIsHotPluggableCapable + 4: systemSlotHotPlugCanBePoweredOn + 8: systemSlotHotPlugCanSignalAttention + 16: systemSlotHotPlugCanSignalPowerFault + 32: systemSlotHotPlugCanSignalAdapterPresent + 64: systemSlotHotPlugCanSignalPowerButtonPressed + 126: canSupportAllHotPlugCapabilities + 128: systemSlotCanProvide5Volts + 256: systemSlotCanProvide3Point3Volts + 512: systemSlotCanSignalIfShared + 1024: systemSlotCanSupportCard16 + 2048: systemSlotCanSupportCardBus + 4096: systemSlotCanSupportZoomVideo + 8192: systemSlotCanSupportModemRingResume + 16384: systemSlotCanSupportPMESignal + 32640: canSupportAllSlotCapabilities + 32766: canSupportAllSlotAndAllHotPlugCapabilities + - name: systemSlotStateSettingsUnique + oid: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.4 + type: gauge + help: 1200.0010.0001.0004 This attribute defines the state settings of the system + slot. - 1.3.6.1.4.1.674.10892.5.4.1200.10.1.4 + indexes: + - labelname: systemSlotchassisIndex + type: gauge + - labelname: systemSlotIndex + type: gauge + enum_values: + 1: systemSlotHotPlugIsUnknown + 2: systemSlotHotPlugIsHotPluggable + 4: systemSlotHotPlugIsPoweredOn + 8: systemSlotHotPlugIsAtAttention + 16: systemSlotHotPlugHasPowerFaulted + 32: systemSlotHotPlugAdapterIsPresent + 36: systemSlotHotPlugAdapterPresentAndPoweredOn + 64: systemSlotHotPlugPowerButtonPressed + 128: systemSlotProvides5Volts + 256: systemSlotProvides3Point3Volts + 512: systemSlotIsShared + 1024: systemSlotSupportsCard16 + 2048: systemSlotSupportsCardBus + 4096: systemSlotSupportsZoomVideo + 8192: systemSlotSupportsModemRingResume + 16384: systemSlotSupportsPMESignal + 16770: supportsPMEand3P3Vand5VandHotPluggable + 16804: supportsPMEand3P3Vand5VhasAdapterOn + 16806: supportsPMEand3P3Vand5VhasAdapterOnandisHotPluggable + 17316: supportsPMEand3P3VIsSharedand5VhasAdapterOnandHotPlugable + - name: systemSlotStatus + oid: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.5 + type: gauge + help: 1200.0010.0001.0005 This attribute defines the status of the system slot. + - 1.3.6.1.4.1.674.10892.5.4.1200.10.1.5 + indexes: + - labelname: systemSlotchassisIndex + type: gauge + - labelname: systemSlotIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: systemSlotCurrentUsage + oid: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.6 + type: gauge + help: 1200.0010.0001.0006 This attribute defines the current usage of the system + slot. - 1.3.6.1.4.1.674.10892.5.4.1200.10.1.6 + indexes: + - labelname: systemSlotchassisIndex + type: gauge + - labelname: systemSlotIndex + type: gauge + enum_values: + 1: systemSlotUsageIsOther + 2: systemSlotUsageIsUnknown + 3: systemSlotUsageIsAvailable + 4: systemSlotUsageIsInUse + - name: systemSlotType + oid: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.7 + type: gauge + help: 1200.0010.0001.0007 This attribute defines the type of the system slot. + - 1.3.6.1.4.1.674.10892.5.4.1200.10.1.7 + indexes: + - labelname: systemSlotchassisIndex + type: gauge + - labelname: systemSlotIndex + type: gauge + enum_values: + 1: systemSlotIsOther + 2: systemSlotIsUnknown + 3: systemSlotIsISA + 4: systemSlotIsMCA + 5: systemSlotIsEISA + 6: systemSlotIsPCI + 7: systemSlotIsPCMCIA + 8: systemSlotIsVLVESA + 9: systemSlotIsProprietary + 10: systemSlotIsProcessorCard + 11: systemSlotIsProprietaryMemory + 12: systemSlotIsIORiserCard + 13: systemSlotIsNuBUS + 14: systemSlotIsPCI66MHz + 15: systemSlotIsAGP + 16: systemSlotIsAGP2X + 17: systemSlotIsAGP4X + 18: systemSlotIsPC98C20 + 19: systemSlotIsPC98C24 + 20: systemSlotIsPC98E + 21: systemSlotIsPC98LocalBus + 22: systemSlotIsPC98Card + 23: systemSlotIsPCIX + 24: systemSlotIsPCIExpress + 25: systemSlotIsAGP8X + 166: systemSlotIsPCIExpressX1 + 167: systemSlotIsPCIExpressX2 + 168: systemSlotIsPCIExpressX4 + 169: systemSlotIsPCIExpressX8 + 170: systemSlotIsPCIExpressX16 + 171: systemSlotIsPCIExpressGen2 + 172: systemSlotIsPCIExpressGen2X1 + 173: systemSlotIsPCIExpressGen2X2 + 174: systemSlotIsPCIExpressGen2X4 + 175: systemSlotIsPCIExpressGen2X8 + 176: systemSlotIsPCIExpressGen2X16 + - name: systemSlotSlotExternalSlotName + oid: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.8 + type: OctetString + help: 1200.0010.0001.0008 This attribute defines the name of the external connector + name of the system slot. - 1.3.6.1.4.1.674.10892.5.4.1200.10.1.8 + indexes: + - labelname: systemSlotchassisIndex + type: gauge + - labelname: systemSlotIndex + type: gauge + - name: systemSlotCategory + oid: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.11 + type: gauge + help: 1200.0010.0001.0011 This attribute defines the category of the system + slot. - 1.3.6.1.4.1.674.10892.5.4.1200.10.1.11 + indexes: + - labelname: systemSlotchassisIndex + type: gauge + - labelname: systemSlotIndex + type: gauge + enum_values: + 1: systemSlotCategoryIsOther + 2: systemSlotCategoryIsUnknown + 3: systemSlotCategoryIsBusConnector + 4: systemSlotCategoryIsPCMCIA + 5: systemSlotCategoryIsMotherboard + - name: fruChassisIndex + oid: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.1 + type: gauge + help: 2000.0010.0001.0001 This attribute defines the index (one based) of the + system chassis containing the field replaceable unit. - 1.3.6.1.4.1.674.10892.5.4.2000.10.1.1 + indexes: + - labelname: fruChassisIndex + type: gauge + - labelname: fruIndex + type: gauge + - name: fruIndex + oid: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.2 + type: gauge + help: 2000.0010.0001.0002 This attribute defines the index (one based) of the + field replaceable unit. - 1.3.6.1.4.1.674.10892.5.4.2000.10.1.2 + indexes: + - labelname: fruChassisIndex + type: gauge + - labelname: fruIndex + type: gauge + - name: fruInformationStatus + oid: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.3 + type: gauge + help: 2000.0010.0001.0003 This attribute defines the status of the field replaceable + unit information. - 1.3.6.1.4.1.674.10892.5.4.2000.10.1.3 + indexes: + - labelname: fruChassisIndex + type: gauge + - labelname: fruIndex + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: fruManufacturerName + oid: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.6 + type: OctetString + help: 2000.0010.0001.0006 This attribute defines the manufacturer of the field + replaceable unit. - 1.3.6.1.4.1.674.10892.5.4.2000.10.1.6 + indexes: + - labelname: fruChassisIndex + type: gauge + - labelname: fruIndex + type: gauge + - name: fruSerialNumberName + oid: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.7 + type: OctetString + help: 2000.0010.0001.0007 This attribute defines the serial number of the field + replaceable unit. - 1.3.6.1.4.1.674.10892.5.4.2000.10.1.7 + indexes: + - labelname: fruChassisIndex + type: gauge + - labelname: fruIndex + type: gauge + - name: fruPartNumberName + oid: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.8 + type: OctetString + help: 2000.0010.0001.0008 This attribute defines the part number of the field + replaceable unit. - 1.3.6.1.4.1.674.10892.5.4.2000.10.1.8 + indexes: + - labelname: fruChassisIndex + type: gauge + - labelname: fruIndex + type: gauge + - name: fruRevisionName + oid: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.9 + type: OctetString + help: 2000.0010.0001.0009 This attribute defines the revision of the field replaceable + unit. - 1.3.6.1.4.1.674.10892.5.4.2000.10.1.9 + indexes: + - labelname: fruChassisIndex + type: gauge + - labelname: fruIndex + type: gauge + - name: fruFQDD + oid: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.12 + type: OctetString + help: 2000.0010.0001.0012 Fully qualified device descriptor (FQDD) of the field + replaceable unit. - 1.3.6.1.4.1.674.10892.5.4.2000.10.1.12 + indexes: + - labelname: fruChassisIndex + type: gauge + - labelname: fruIndex + type: gauge + - name: controllerNumber + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.1 + type: gauge + help: Instance number of this controller entry. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.1 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.2 + type: DisplayString + help: The controller's name as represented in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.2 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerRebuildRate + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.7 + type: gauge + help: The rebuild rate is the percentage of the controller's resources dedicated + to rebuilding a failed disk when a rebuild is necessary. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.7 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerFWVersion + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.8 + type: DisplayString + help: The controller's current firmware version. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.8 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerCacheSizeInMB + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.9 + type: gauge + help: The controller's current amount of cache memory in megabytes. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.9 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerRollUpStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.37 + type: gauge + help: Severity of the controller state - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.37 + indexes: + - labelname: controllerNumber + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: controllerComponentStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.38 + type: gauge + help: The status of the controller itself without the propagation of any contained + component status - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.38 + indexes: + - labelname: controllerNumber + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: controllerDriverVersion + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.41 + type: DisplayString + help: Currently installed driver version for this controller on the host. - + 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.41 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerPCISlot + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.42 + type: DisplayString + help: The PCI slot on the server where the controller is seated - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.42 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerReconstructRate + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.48 + type: gauge + help: The reconstruct rate is the percentage of the controller's resources dedicated + to reconstructing a disk group after adding a physical disk or changing the + RAID level of a virtual disk residing on the disk group. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.48 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerPatrolReadRate + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.49 + type: gauge + help: The patrol read rate is the percentage of the controller's resources dedicated + to perform a patrol read on disks participating in a virtual disk or hot spares. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.49 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerBGIRate + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.50 + type: gauge + help: The background initialization (BGI) rate is the percentage of the controller's + resources dedicated to performing the background initialization of a redundant + virtual disk after it is created. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.50 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerCheckConsistencyRate + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.51 + type: gauge + help: The check consistency rate is the percentage of the controller's resources + dedicated to performing a check consistency on a redundant virtual disk. - + 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.51 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerPatrolReadMode + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.52 + type: gauge + help: Identifies the patrol read mode setting for the controller - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.52 + indexes: + - labelname: controllerNumber + type: gauge + enum_values: + 1: other + 2: notSupported + 3: disabled + 4: auto + 5: manual + - name: controllerPatrolReadState + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.53 + type: gauge + help: This property displays the current state of the patrol read process - + 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.53 + indexes: + - labelname: controllerNumber + type: gauge + enum_values: + 1: other + 2: stopped + 3: active + - name: controllerPersistentHotSpare + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.59 + type: gauge + help: Indicates whether hot spare drives would be restored on insertion into + the same slot. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.59 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerSpinDownUnconfiguredDrives + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.60 + type: gauge + help: Indicates whether un-configured drives would be put in power save mode + by the controller. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.60 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerSpinDownHotSpareDrives + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.61 + type: gauge + help: Indicates whether hot spare drives would be put in power save mode by + the controller. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.61 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerSpinDownTimeInterval + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.62 + type: gauge + help: The duration in minutes after which, the unconfigured or hot spare drives + will be spun down to power save mode. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.62 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerPreservedCache + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.69 + type: gauge + help: Indicates whether preserved cache or pinned cache is present on the controller. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.69 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerCheckConsistencyMode + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.70 + type: gauge + help: The current check consistency mode setting for the controller - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.70 + indexes: + - labelname: controllerNumber + type: gauge + enum_values: + 1: other + 2: unsupported + 3: normal + 4: stopOnError + - name: controllerCopyBackMode + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.71 + type: gauge + help: The current copy back mode setting for the controller - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.71 + indexes: + - labelname: controllerNumber + type: gauge + enum_values: + 1: other + 2: unsupported + 3: "on" + 4: onWithSmart + 5: "off" + - name: controllerSecurityStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.72 + type: gauge + help: The controller's current security/encryption status. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.72 + indexes: + - labelname: controllerNumber + type: gauge + enum_values: + 1: unknown + 2: none + 3: lkm + - name: controllerEncryptionKeyPresent + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.73 + type: gauge + help: Indicates whether encryption key is assigned for the controller. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.73 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerEncryptionCapability + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.74 + type: gauge + help: The type of encryption supported by the controller - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.74 + indexes: + - labelname: controllerNumber + type: gauge + enum_values: + 1: other + 2: none + 3: lkm + - name: controllerLoadBalanceSetting + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.75 + type: gauge + help: The ability of the controller to automatically use both controller ports + (or connectors) connected to the same enclosure in order to route I/O requests + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.75 + indexes: + - labelname: controllerNumber + type: gauge + enum_values: + 1: other + 2: unsupported + 3: auto + 4: none + - name: controllerMaxCapSpeed + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.76 + type: gauge + help: The maximum speed of the controller.in Gigbits per second (Gbps) - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.76 + indexes: + - labelname: controllerNumber + type: gauge + enum_values: + 1: unknown + 2: oneDotFiveGbps + 3: threeGbps + 4: sixGbps + 5: twelveGbps + - name: controllerSASAddress + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.77 + type: DisplayString + help: The SAS address of the controller. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.77 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerFQDD + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.78 + type: OctetString + help: The controller's Fully Qualified Device Descriptor (FQDD) as represented + in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.78 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerDisplayName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.79 + type: DisplayString + help: The controller's friendly FQDD as represented in Storage Management. - + 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.79 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerT10PICapability + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.80 + type: gauge + help: Indicates whether the controller supports the T10 PI (Protection Information) + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.80 + indexes: + - labelname: controllerNumber + type: gauge + enum_values: + 1: other + 2: capable + 3: notCapable + - name: controllerRAID10UnevenSpansSupported + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.81 + type: gauge + help: Indicates whether uneven spans for RAID 10 virtual disk is supported on + the controller. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.81 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerEnhancedAutoImportForeignConfigMode + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.82 + type: gauge + help: Indicates the status of enhanced auto-import of foreign configuration + property of the controller - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.82 + indexes: + - labelname: controllerNumber + type: gauge + enum_values: + 1: other + 2: notSupported + 3: disabled + 4: enabled + - name: controllerBootModeSupported + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.83 + type: gauge + help: Indicates whether headless boot mode settings are supported on the controller. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.83 + indexes: + - labelname: controllerNumber + type: gauge + - name: controllerBootMode + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.84 + type: gauge + help: Indicates the boot mode of the controller - 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.84 + indexes: + - labelname: controllerNumber + type: gauge + enum_values: + 1: notApplicable + 2: user + 3: contOnError + 4: headlessContOnError + 5: headlessSafe + - name: enclosureNumber + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.1 + type: gauge + help: Instance number of this enclossre/backplane. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.1 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.2 + type: DisplayString + help: The enclosure/backplane's name as represented in Storage Management. - + 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.2 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureState + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.4 + type: gauge + help: The current state of this enclosure/backplane - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.4 + indexes: + - labelname: enclosureNumber + type: gauge + enum_values: + 1: unknown + 2: ready + 3: failed + 4: missing + 5: degraded + - name: enclosureServiceTag + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.8 + type: DisplayString + help: Enclosure identification used when consulting customer support. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.8 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureAssetTag + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.9 + type: DisplayString + help: The asset tag information for the enclosure. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.9 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureConnectedPort + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.19 + type: DisplayString + help: The port on the controller to which the storage enclosure is connected. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.19 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureRollUpStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.23 + type: gauge + help: Severity of the enclosure/backplane state - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.23 + indexes: + - labelname: enclosureNumber + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: enclosureComponentStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.24 + type: gauge + help: The status of the enclosure/backplane.itself without the propagation of + any contained component status - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.24 + indexes: + - labelname: enclosureNumber + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: enclosureFirmwareVersion + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.26 + type: DisplayString + help: The firmware information for the enclosure/backplane. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.26 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureSASAddress + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.30 + type: DisplayString + help: The SAS address of the enclosure/backplane. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.30 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureDriveCount + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.31 + type: gauge + help: The number of disks present in the enclosure/backplane. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.31 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureTotalSlots + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.32 + type: gauge + help: The total physical drive slots in a storage enclosure or server backplane. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.32 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureFanCount + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.40 + type: DisplayString + help: The number of fans present in the storage enclosure. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.40 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosurePSUCount + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.41 + type: DisplayString + help: The number of Power Supply Units (PSU) present in the storage enclosure. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.41 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureEMMCount + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.42 + type: DisplayString + help: The number of Enclosure Management Modules (EMM) present in the storage + enclosure. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.42 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureTempProbeCount + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.43 + type: DisplayString + help: The number of temperature sensing devices present in the storage enclosure. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.43 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureRedundantPath + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.44 + type: DisplayString + help: Indicates whether the controller has multiply paths to reach the storage + enclosure. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.44 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosurePosition + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.45 + type: DisplayString + help: The possition of the storage enclosure within a daisy chain. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.45 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureBackplaneBayID + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.46 + type: DisplayString + help: The unique bay ID of the backplane. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.46 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureFQDD + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.47 + type: OctetString + help: The enclosure/backplane's Fully Qualified Device Descriptor (FQDD) as + represented in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.47 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureDisplayName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.48 + type: DisplayString + help: The enclosure/backplane's friendly FQDD as represented in Storage Management. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.48 + indexes: + - labelname: enclosureNumber + type: gauge + - name: enclosureType + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.49 + type: gauge + help: The protocol supported by the backplane - 1.3.6.1.4.1.674.10892.5.5.1.20.130.3.1.49 + indexes: + - labelname: enclosureNumber + type: gauge + enum_values: + 1: other + 2: notApplicable + 3: sassata + 4: pcie + 5: universal + - name: physicalDiskNumber + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.1 + type: gauge + help: Instance number of this physical disk entry. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.1 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.2 + type: DisplayString + help: The physical disk's name as represented in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.2 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskManufacturer + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.3 + type: DisplayString + help: The name of the physical disk's manufacturer. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.3 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskState + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.4 + type: gauge + help: The current state of this physical disk - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.4 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: unknown + 2: ready + 3: online + 4: foreign + 5: offline + 6: blocked + 7: failed + 8: nonraid + 9: removed + 10: readonly + - name: physicalDiskProductID + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.6 + type: DisplayString + help: The model number of the physical disk. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.6 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskSerialNo + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.7 + type: DisplayString + help: The physical disk's unique identification number from the manufacturer. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.7 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskRevision + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.8 + type: DisplayString + help: The firmware version of the physical disk. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.8 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskCapacityInMB + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.11 + type: gauge + help: The size of the physical disk in megabytes. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.11 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskUsedSpaceInMB + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.17 + type: gauge + help: The amount of used space in megabytes on the physical disk - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.17 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskFreeSpaceInMB + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.19 + type: gauge + help: The amount of free space in megabytes on the physical disk - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.19 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskBusType + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.21 + type: gauge + help: The bus type of the physical disk - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.21 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: unknown + 2: scsi + 3: sas + 4: sata + 5: fibre + 6: pcie + 7: nvme + - name: physicalDiskSpareState + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.22 + type: gauge + help: The status of the disk as a spare - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.22 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: notASpare + 2: dedicatedHotSpare + 3: globalHotSpare + - name: physicalDiskComponentStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.24 + type: gauge + help: The status of the physical disk itself without the propagation of any + contained component status - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.24 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: physicalDiskPartNumber + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.27 + type: DisplayString + help: The part number of the disk. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.27 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskSASAddress + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.28 + type: DisplayString + help: The SAS address of the physical disk. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.28 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskNegotiatedSpeed + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.29 + type: gauge + help: The data transfer speed that the disk negotiated while spinning up in + Gigbits per second (Gbps) - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.29 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: unknown + 2: oneDotFiveGbps + 3: threeGbps + 4: sixGbps + 5: twelveGbps + 6: fiveGTps + 7: eightGTps + 8: sixteenGTps + 9: thirtytwoGTps + - name: physicalDiskCapableSpeed + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.30 + type: gauge + help: The maximum data transfer speed supported by the disk in Gigbits per second + (Gbps) - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.30 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: unknown + 2: oneDotFiveGbps + 3: threeGbps + 4: sixGbps + 5: twelveGbps + 6: fiveGTps + 7: eightGTps + 8: sixteenGTps + 9: thirtytwoGTps + - name: physicalDiskSmartAlertIndication + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.31 + type: gauge + help: Indicates whether the physical disk has received a predictive failure + alert. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.31 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskManufactureDay + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.32 + type: DisplayString + help: The day of the week (1=Sunday thru 7=Saturday) on which the physical disk + was manufactured. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.32 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskManufactureWeek + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.33 + type: DisplayString + help: The week (1 thru 53) in which the physical disk was manufactured. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.33 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskManufactureYear + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.34 + type: DisplayString + help: The four digit year in which the physical disk was manufactured. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.34 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskMediaType + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.35 + type: gauge + help: The media type of the physical disk - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.35 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: unknown + 2: hdd + 3: ssd + - name: physicalDiskPowerState + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.42 + type: gauge + help: The power state of the physical disk - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.42 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: other + 2: spunUp + 3: spunDown + 4: transition + 5: "on" + - name: physicalDiskRemainingRatedWriteEndurance + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.49 + type: gauge + help: This property is applicable to SSD media type only - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.49 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskOperationalState + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.50 + type: gauge + help: The state of the physical disk when there are progressive operations ongoing + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.50 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: notApplicable + 2: rebuild + 3: clear + 4: copyback + - name: physicalDiskProgress + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.51 + type: gauge + help: The progress percentage of the operation that is being performed on the + physical disk - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.51 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskSecurityStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.52 + type: gauge + help: The security/encryption status of the physical disk - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.52 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: supported + 2: notSupported + 3: secured + 4: locked + 5: foreign + - name: physicalDiskFormFactor + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.53 + type: gauge + help: The form factor of the physical disk - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.53 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: unknown + 2: oneDotEight + 3: twoDotFive + 4: threeDotFive + 5: edsffe1DotL + - name: physicalDiskFQDD + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.54 + type: OctetString + help: The physical disk's Fully Qualified Device Descriptor (FQDD) as represented + in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.54 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskDisplayName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.55 + type: DisplayString + help: The physical disk's friendly FQDD as represented in Storage Management. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.55 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskT10PICapability + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.57 + type: gauge + help: Indicates whether the physical disk supports the T10 PI (Protection Information) + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.57 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: other + 2: capable + 3: notCapable + - name: physicalDiskBlockSizeInBytes + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.58 + type: gauge + help: The block size (in bytes) of the physical disk - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.58 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskProtocolVersion + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.59 + type: DisplayString + help: Applicable for NVMe devices only - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.59 + indexes: + - labelname: physicalDiskNumber + type: gauge + - name: physicalDiskPCIeNegotiatedLinkWidth + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.60 + type: gauge + help: Applicable for NVMe devices only - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.60 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: other + 2: notApplicable + 3: byOne + 4: byTwp + 5: byFour + 6: byEight + 7: bySixteen + 8: byThirtyTwp + - name: physicalDiskPCIeCapableLinkWidth + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.61 + type: gauge + help: Applicable for NVMe devices only - 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.61 + indexes: + - labelname: physicalDiskNumber + type: gauge + enum_values: + 1: other + 2: notApplicable + 3: byOne + 4: byTwp + 5: byFour + 6: byEight + 7: bySixteen + 8: byThirtyTwp + - name: enclosureFanNumber + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.1 + type: gauge + help: Instance number of this fan. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.1 + indexes: + - labelname: enclosureFanNumber + type: gauge + - name: enclosureFanName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.2 + type: DisplayString + help: The fan's name as represented in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.2 + indexes: + - labelname: enclosureFanNumber + type: gauge + - name: enclosureFanState + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.4 + type: gauge + help: The current state of this fan - 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.4 + indexes: + - labelname: enclosureFanNumber + type: gauge + enum_values: + 1: unknown + 2: ready + 3: failed + 4: missing + 5: degraded + - name: enclosureFanSpeed + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.11 + type: gauge + help: Indicates the current relative speed of the fan. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.11 + indexes: + - labelname: enclosureFanNumber + type: gauge + - name: enclosureFanComponentStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.15 + type: gauge + help: The status of the fan itself without the propagation of any contained + component status - 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.15 + indexes: + - labelname: enclosureFanNumber + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: enclosureFanFQDD + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.20 + type: OctetString + help: The fan's Fully Qualified Device Descriptor (FQDD) as represented in Storage + Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.20 + indexes: + - labelname: enclosureFanNumber + type: gauge + - name: enclosureFanDisplayName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.21 + type: DisplayString + help: The fan's friendly FQDD as represented in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.7.1.21 + indexes: + - labelname: enclosureFanNumber + type: gauge + - name: enclosurePowerSupplyNumber + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.1 + type: gauge + help: Instance number of this power supply unit. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.1 + indexes: + - labelname: enclosurePowerSupplyNumber + type: gauge + - name: enclosurePowerSupplyName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.2 + type: DisplayString + help: The power supply unit's name as represented in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.2 + indexes: + - labelname: enclosurePowerSupplyNumber + type: gauge + - name: enclosurePowerSupplyState + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.4 + type: gauge + help: The current state of this power supply unit - 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.4 + indexes: + - labelname: enclosurePowerSupplyNumber + type: gauge + enum_values: + 1: unknown + 2: ready + 3: failed + 4: missing + 5: degraded + - name: enclosurePowerSupplyPartNumber + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.7 + type: DisplayString + help: The part number of the power supply unit. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.7 + indexes: + - labelname: enclosurePowerSupplyNumber + type: gauge + - name: enclosurePowerSupplyComponentStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.9 + type: gauge + help: The status of the power supply unit itself without the propagation of + any contained component status - 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.9 + indexes: + - labelname: enclosurePowerSupplyNumber + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: enclosurePowerSupplyFQDD + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.15 + type: OctetString + help: The power supply unit's Fully Qualified Device Descriptor (FQDD) as represented + in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.15 + indexes: + - labelname: enclosurePowerSupplyNumber + type: gauge + - name: enclosurePowerSupplyDisplayName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.16 + type: DisplayString + help: The power supply unit's friendly FQDD as represented in Storage Management. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.16 + indexes: + - labelname: enclosurePowerSupplyNumber + type: gauge + - name: enclosureTemperatureProbeNumber + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.1 + type: gauge + help: Instance number of this temperature probe. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.1 + indexes: + - labelname: enclosureTemperatureProbeNumber + type: gauge + - name: enclosureTemperatureProbeName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.2 + type: DisplayString + help: The temperature probe's name as represented in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.2 + indexes: + - labelname: enclosureTemperatureProbeNumber + type: gauge + - name: enclosureTemperatureProbeState + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.4 + type: gauge + help: The current state of this temperature probe - 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.4 + indexes: + - labelname: enclosureTemperatureProbeNumber + type: gauge + enum_values: + 1: unknown + 2: ready + 3: failed + 4: missing + 5: degraded + - name: enclosureTemperatureProbeMinWarningValue + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.7 + type: gauge + help: The minimum temperature that will force the probe into a warning state. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.7 + indexes: + - labelname: enclosureTemperatureProbeNumber + type: gauge + - name: enclosureTemperatureProbeMinCriticalValue + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.8 + type: gauge + help: The minimum temperature that will force the probe into a error state. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.8 + indexes: + - labelname: enclosureTemperatureProbeNumber + type: gauge + - name: enclosureTemperatureProbeMaxWarningValue + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.9 + type: gauge + help: The maximum temperature that will force the probe into a warning state. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.9 + indexes: + - labelname: enclosureTemperatureProbeNumber + type: gauge + - name: enclosureTemperatureProbeMaxCriticalValue + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.10 + type: gauge + help: The maximum temperature that will force the probe into a warning state. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.10 + indexes: + - labelname: enclosureTemperatureProbeNumber + type: gauge + - name: enclosureTemperatureProbeCurValue + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.11 + type: gauge + help: The maximum temperature that will force the probe into a warning state. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.11 + indexes: + - labelname: enclosureTemperatureProbeNumber + type: gauge + - name: enclosureTemperatureProbeComponentStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.13 + type: gauge + help: The status of the enclosure management module.itself without the propagation + of any contained component status - 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.13 + indexes: + - labelname: enclosureTemperatureProbeNumber + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: enclosureTemperatureProbeFQDD + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.15 + type: OctetString + help: The temperature probe's Fully Qualified Device Descriptor (FQDD) as represented + in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.15 + indexes: + - labelname: enclosureTemperatureProbeNumber + type: gauge + - name: enclosureTemperatureProbeDisplayName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.16 + type: DisplayString + help: The temperature probe's friendly FQDD as represented in Storage Management. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.11.1.16 + indexes: + - labelname: enclosureTemperatureProbeNumber + type: gauge + - name: enclosureManagementModuleNumber + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.1 + type: gauge + help: Instance number of this enclosure management module. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.1 + indexes: + - labelname: enclosureManagementModuleNumber + type: gauge + - name: enclosureManagementModuleName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.2 + type: DisplayString + help: The enclosure management module's name as represented in Storage Management. + - 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.2 + indexes: + - labelname: enclosureManagementModuleNumber + type: gauge + - name: enclosureManagementModuleState + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.4 + type: gauge + help: The current state of this enclosure management module - 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.4 + indexes: + - labelname: enclosureManagementModuleNumber + type: gauge + enum_values: + 1: unknown + 2: ready + 3: failed + 4: missing + 5: degraded + - name: enclosureManagementModulePartNumber + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.6 + type: DisplayString + help: The part number of the enclosure management module. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.6 + indexes: + - labelname: enclosureManagementModuleNumber + type: gauge + - name: enclosureManagementModuleFWVersion + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.8 + type: DisplayString + help: Firmware version of the enclosure management module. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.8 + indexes: + - labelname: enclosureManagementModuleNumber + type: gauge + - name: enclosureManagementModuleComponentStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.11 + type: gauge + help: The status of the enclosure management module.itself without the propagation + of any contained component status - 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.11 + indexes: + - labelname: enclosureManagementModuleNumber + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: enclosureManagementModuleFQDD + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.15 + type: OctetString + help: The enclosure management module's Fully Qualified Device Descriptor (FQDD) + as represented in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.15 + indexes: + - labelname: enclosureManagementModuleNumber + type: gauge + - name: enclosureManagementModuleDisplayName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.16 + type: DisplayString + help: The enclosure management module's friendly FQDD as represented in Storage + Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.13.1.16 + indexes: + - labelname: enclosureManagementModuleNumber + type: gauge + - name: batteryNumber + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.1 + type: gauge + help: Instance number of this battery entry. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.1 + indexes: + - labelname: batteryNumber + type: gauge + - name: batteryState + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.4 + type: gauge + help: Current state of battery - 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.4 + indexes: + - labelname: batteryNumber + type: gauge + enum_values: + 1: unknown + 2: ready + 3: failed + 4: degraded + 5: missing + 6: charging + 7: belowThreshold + - name: batteryComponentStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.6 + type: gauge + help: The status of the battery itself without the propagation of any contained + component status - 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.6 + indexes: + - labelname: batteryNumber + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: batteryPredictedCapacity + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.10 + type: gauge + help: This entry is obsolete - 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.10 + indexes: + - labelname: batteryNumber + type: gauge + enum_values: + 1: unknown + 2: failed + 3: ready + - name: batteryFQDD + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.20 + type: DisplayString + help: The battery's Fully Qualified Device Descriptor (FQDD) as represented + in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.20 + indexes: + - labelname: batteryNumber + type: gauge + - name: batteryDisplayName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.21 + type: DisplayString + help: The battery's friendly FQDD as represented in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.21 + indexes: + - labelname: batteryNumber + type: gauge + - name: virtualDiskNumber + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.1 + type: gauge + help: Instance number of this virtual disk entry. - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.1 + indexes: + - labelname: virtualDiskNumber + type: gauge + - name: virtualDiskName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.2 + type: DisplayString + help: The virtual disk's label as entered by the user. - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.2 + indexes: + - labelname: virtualDiskNumber + type: gauge + - name: virtualDiskState + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.4 + type: gauge + help: 'The current state of this virtual disk (which includes any member physical + disks.) Possible states: 1: The current state could not be determined - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.4' + indexes: + - labelname: virtualDiskNumber + type: gauge + enum_values: + 1: unknown + 2: online + 3: failed + 4: degraded + - name: virtualDiskSizeInMB + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.6 + type: gauge + help: The size of the virtual disk in megabytes. - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.6 + indexes: + - labelname: virtualDiskNumber + type: gauge + - name: virtualDiskWritePolicy + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.10 + type: gauge + help: The write policy used by the controller for write operations on this virtual + disk - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.10 + indexes: + - labelname: virtualDiskNumber + type: gauge + enum_values: + 1: writeThrough + 2: writeBack + 3: writeBackForce + - name: virtualDiskReadPolicy + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.11 + type: gauge + help: The read policy used by the controller for read operations on this virtual + disk - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.11 + indexes: + - labelname: virtualDiskNumber + type: gauge + enum_values: + 1: noReadAhead + 2: readAhead + 3: adaptiveReadAhead + - name: virtualDiskLayout + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.13 + type: gauge + help: The virtual disk's RAID type - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.13 + indexes: + - labelname: virtualDiskNumber + type: gauge + enum_values: + 1: other + 2: r0 + 3: r1 + 4: r5 + 5: r6 + 6: r10 + 7: r50 + 8: r60 + 9: concatRaid1 + 10: concatRaid5 + - name: virtualDiskStripeSize + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.14 + type: gauge + help: The stripe size of this virtual disk - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.14 + indexes: + - labelname: virtualDiskNumber + type: gauge + enum_values: + 1: other + 2: default + 3: fiveHundredAndTwelvebytes + 4: oneKilobytes + 5: twoKilobytes + 6: fourKilobytes + 7: eightKilobytes + 8: sixteenKilobytes + 9: thirtyTwoKilobytes + 10: sixtyFourKilobytes + 11: oneTwentyEightKilobytes + 12: twoFiftySixKilobytes + 13: fiveOneTwoKilobytes + 14: oneMegabye + 15: twoMegabytes + 16: fourMegabytes + 17: eightMegabytes + 18: sixteenMegabytes + - name: virtualDiskComponentStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.20 + type: gauge + help: The status of the virtual disk itself without the propagation of any contained + component status - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.20 + indexes: + - labelname: virtualDiskNumber + type: gauge + enum_values: + 1: other + 2: unknown + 3: ok + 4: nonCritical + 5: critical + 6: nonRecoverable + - name: virtualDiskBadBlocksDetected + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.23 + type: gauge + help: Indicates whether the virtual disk has bad blocks. - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.23 + indexes: + - labelname: virtualDiskNumber + type: gauge + - name: virtualDiskSecured + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.24 + type: gauge + help: Indicates whether the virtual disk is secured or not. - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.24 + indexes: + - labelname: virtualDiskNumber + type: gauge + - name: virtualDiskIsCacheCade + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.25 + type: gauge + help: Indicates whether the virtual disk is being used as a secondary cache + by the controller. - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.25 + indexes: + - labelname: virtualDiskNumber + type: gauge + - name: virtualDiskDiskCachePolicy + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.26 + type: gauge + help: 'The cache policy of the physical disks that are part of this virtual + disk Possible values: 1: Enabled - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.26' + indexes: + - labelname: virtualDiskNumber + type: gauge + enum_values: + 1: enabled + 2: disabled + 3: defullt + - name: virtualDiskOperationalState + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.30 + type: gauge + help: The state of the virtual disk when there are progressive operations ongoing + - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.30 + indexes: + - labelname: virtualDiskNumber + type: gauge + enum_values: + 1: notApplicable + 2: reconstructing + 3: resynching + 4: initializing + 5: backgroundInit + - name: virtualDiskProgress + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.31 + type: gauge + help: The progress percentage of the operation that is being performed on the + virtual disk - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.31 + indexes: + - labelname: virtualDiskNumber + type: gauge + - name: virtualDiskAvailableProtocols + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.32 + type: DisplayString + help: List of protocols support by physical disks part of this virtual disk + - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.32 + indexes: + - labelname: virtualDiskNumber + type: gauge + - name: virtualDiskMediaType + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.33 + type: DisplayString + help: List of media types of the physical disks part of this virtual disk - + 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.33 + indexes: + - labelname: virtualDiskNumber + type: gauge + - name: virtualDiskRemainingRedundancy + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.34 + type: gauge + help: The number of physical disks which can be lost before the virtual disk + loses its redundancy. - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.34 + indexes: + - labelname: virtualDiskNumber + type: gauge + - name: virtualDiskFQDD + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.35 + type: OctetString + help: The virtual disk's Fully Qualified Device Descriptor (FQDD) as represented + in Storage Management. - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.35 + indexes: + - labelname: virtualDiskNumber + type: gauge + - name: virtualDiskDisplayName + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.36 + type: DisplayString + help: The virtual disk's friendly FQDD as represented in Storage Management. + - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.36 + indexes: + - labelname: virtualDiskNumber + type: gauge + - name: virtualDiskT10PIStatus + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.37 + type: gauge + help: Indicates whether the virtual disk supports the T10 PI (Protection Information) + - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.37 + indexes: + - labelname: virtualDiskNumber + type: gauge + enum_values: + 1: other + 2: enabled + 3: disabled + - name: virtualDiskBlockSizeInBytes + oid: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.38 + type: gauge + help: The block size (in bytes) of the physical disk part of the virtual disk + - 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.38 + indexes: + - labelname: virtualDiskNumber + type: gauge eap: get: - 1.3.6.1.4.1.11863.10.1.1.1.0