I have seen a lot of discussion on SolarWinds' TWACK forum where users are trying to setup custom Universal Device Pollers (UnDP) to get hardware related health and statistics information from the iDRACs instead of installing DELL Open Manage and pulling that status through the installed Windows or Linux operating system. However, I haven't seen anybody come up with good results that work well.
After doing some SNMP walks and a little research, I was able to create a bundle of Universal Device Pollers and transforms which I have used to poll servers with iDRAC 7, 8 and 9. They may work with other versions as well though. Of course, you'll need to setup the iDRAC IP address as an SNMP node in Orion for these to work. Below is a list of OIDs that are in this Universal Device Poller.
amperageProbeReading | 1.3.6.1.4.1.674.10892.5.4.600.30.1.6
amperageProbeReadingInAmps | 1.3.6.1.4.1.674.10892.5.4.600.30.1.6 (Transform)
amperageProbeStatus | 1.3.6.1.4.1.674.10892.5.4.600.30.1.5
chassisServiceTagName | 1.3.6.1.4.1.674.10892.5.4.300.10.1.11
chassisStatus | 1.3.6.1.4.1.674.10892.5.4.300.10.1.4
coolingDeviceReading | 1.3.6.1.4.1.674.10892.5.4.700.12.1.6
coolingDeviceStatus | 1.3.6.1.4.1.674.10892.5.4.700.12.1.5
firmwareStatus | 1.3.6.1.4.1.674.10892.5.4.300.60.1.5
memoryDeviceStatus | 1.3.6.1.4.1.674.10892.5.4.1100.50.1.5
networkDeviceStatus | 1.3.6.1.4.1.674.10892.5.4.1100.90.1.3
pCIDeviceStatus | 1.3.6.1.4.1.674.10892.5.4.1100.80.1.5
physicalDiskState | 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.4
powerSupplyStatus | 1.3.6.1.4.1.674.10892.5.4.600.12.1.5
powerUnitStatus | 1.3.6.1.4.1.674.10892.5.4.600.10.1.8
powerUsagePeakAmps | 1.3.6.1.4.1.674.10892.5.4.600.60.1.12
powerUsagePeakWatts | 1.3.6.1.4.1.674.10892.5.4.600.60.1.9
powerUsageStatus | 1.3.6.1.4.1.674.10892.5.4.600.60.1.5
processorDeviceStatus | 1.3.6.1.4.1.674.10892.5.4.1100.30.1.5
systemBatteryStatus | 1.3.6.1.4.1.674.10892.5.4.600.50.1.5
systemBIOSStatus | 1.3.6.1.4.1.674.10892.5.4.300.50.1.5
systemSlotStatus | 1.3.6.1.4.1.674.10892.5.4.1200.10.1.5
temperatureProbeReading | 1.3.6.1.4.1.674.10892.5.4.700.20.1.6
temperatureProbeReadingInFahrenheit | 1.3.6.1.4.1.674.10892.5.4.700.20.1.6 (Transform)
temperatureProbeStatus | 1.3.6.1.4.1.674.10892.5.4.700.20.1.5
virtualDiskState | 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.4
voltageProbeReading | 1.3.6.1.4.1.674.10892.5.4.600.20.1.6
voltageProbeReadingInVolts | 1.3.6.1.4.1.674.10892.5.4.600.20.1.6 (Transform)
voltageProbeStatus | 1.3.6.1.4.1.674.10892.5.4.600.20.1.5
You can download that UnDP file from GitHub or from my Thwack post and import it into Orion with the Universal Device Poller utility.
I pasted the actual XML contents from the UnDP file below so that you can look it over. However, I highly recommend downloading the actual file from GitHub or Thwack because some characters can get morphed when copying them from a web page.
<?xml version="1.0" encoding="utf-8"?><CustomPollers version="9.0"> <CustomPoller UniqueName="amperageProbeReading" Description=""0600.0030.0001.0006 This attribute defines the reading for an amperage
 probe of type other than amperageProbeTypeIsDiscrete.

 When the value for amperageProbeType is amperageProbeTypeIsPowerSupplyAmps
 or amperageProbeTypeIsSystemA" OID="1.3.6.1.4.1.674.10892.5.4.600.30.1.6" MIB="IDRAC-MIB-SMIv2:amperageProbeReading" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="None" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.600.30.1.8"> <Enumerations /> </CustomPoller> <CustomPoller UniqueName="amperageProbeReadingInAmps" Description="" OID="1.3.6.1.4.1.674.10892.5.4.600.30.1.6" MIB="" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="F" Parser="None" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="{amperageProbeReading}/10" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.600.30.1.8"> <Enumerations /> </CustomPoller> <CustomPoller UniqueName="amperageProbeStatus" Description=""0600.0030.0001.0005 This attribute defines the probe status of the
 amperage probe."" OID="1.3.6.1.4.1.674.10892.5.4.600.30.1.5" MIB="IDRAC-MIB-SMIv2:amperageProbeStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.600.30.1.8"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="chassisServiceTagName" Description=""0300.0010.0001.0011 This attribute defines the service tag name of the system chassis."" OID="1.3.6.1.4.1.674.10892.5.4.300.10.1.11" MIB="IDRAC-MIB-SMIv2:chassisServiceTagName" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="None" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="Generic" LabelDetail="Dell Service Tag"> <Enumerations /> </CustomPoller> <CustomPoller UniqueName="chassisStatus" Description=""0300.0010.0001.0004 This attribute defines the status of the system chassis."" OID="1.3.6.1.4.1.674.10892.5.4.300.10.1.4" MIB="IDRAC-MIB-SMIv2:chassisStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.300.10.1.7"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-critical" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="coolingDeviceReading" Description=""0700.0012.0001.0006 This attribute defines the reading for a cooling device
 of subtype other than coolingDeviceSubTypeIsDiscrete. When the value
 for coolingDeviceSubType is other than coolingDeviceSubTypeIsDiscrete, the
 value " OID="1.3.6.1.4.1.674.10892.5.4.700.12.1.6" MIB="IDRAC-MIB:coolingDeviceReading" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="None" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.700.12.1.8"> <Enumerations /> </CustomPoller> <CustomPoller UniqueName="coolingDeviceStatus" Description=""0700.0012.0001.0005 This attribute defines the probe status of the
 cooling device."" OID="1.3.6.1.4.1.674.10892.5.4.700.12.1.5" MIB="IDRAC-MIB:coolingDeviceStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.700.12.1.8"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="firmwareStatus" Description=""0300.0060.0001.0005 This attribute defines the status of the firmware."" OID="1.3.6.1.4.1.674.10892.5.4.300.60.1.5" MIB="IDRAC-MIB-SMIv2:firmwareStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.300.60.1.8"> <Enumerations> <Enumeration RawValue="" TextValue="" /> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="memoryDeviceStatus" Description=""1100.0050.0001.0005 This attribute defines the status of the memory device."" OID="1.3.6.1.4.1.674.10892.5.4.1100.50.1.5" MIB="IDRAC-MIB-SMIv2:memoryDeviceStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.1100.50.1.8"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="networkDeviceStatus" Description=""1100.0090.0001.0003 This attribute defines the status of the network device."" OID="1.3.6.1.4.1.674.10892.5.4.1100.90.1.3" MIB="IDRAC-MIB:networkDeviceStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.1100.90.1.6"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="pCIDeviceStatus" Description=""1100.0080.0001.0005 This attribute defines the status of the PCI device."" OID="1.3.6.1.4.1.674.10892.5.4.1100.80.1.5" MIB="IDRAC-MIB:pCIDeviceStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.1100.80.1.9"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="physicalDiskState" Description=""The current state of this physical disk.
 Possible states:
 1: The current state could not be determined.
 2: The physical disk is available for use, but no RAID configuration 
 has been assigned. 
 3: A RAID configurat" OID="1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.4" MIB="IDRAC-MIB-SMIv2:physicalDiskState" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.55"> <Enumerations> <Enumeration RawValue="1" TextValue="unknown" /> <Enumeration RawValue="10" TextValue="readonly" /> <Enumeration RawValue="2" TextValue="ready" /> <Enumeration RawValue="3" TextValue="online" /> <Enumeration RawValue="4" TextValue="foreign" /> <Enumeration RawValue="5" TextValue="offline" /> <Enumeration RawValue="6" TextValue="blocked" /> <Enumeration RawValue="7" TextValue="failed" /> <Enumeration RawValue="8" TextValue="nonraid" /> <Enumeration RawValue="9" TextValue="removed" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="powerSupplyStatus" Description=""0600.0012.0001.0005 This attribute defines the status of the power supply."" OID="1.3.6.1.4.1.674.10892.5.4.600.12.1.5" MIB="IDRAC-MIB-SMIv2:powerSupplyStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.600.12.1.8"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="powerUnitStatus" Description=""0600.0010.0001.0008 This attribute defines the status of the power unit."" OID="1.3.6.1.4.1.674.10892.5.4.600.10.1.8" MIB="IDRAC-MIB-SMIv2:powerUnitStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.600.10.1.7"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="powerUsagePeakAmps" Description=""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."" OID="1.3.6.1.4.1.674.10892.5.4.600.60.1.12" MIB="IDRAC-MIB:powerUsagePeakAmps" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="None" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.600.60.1.6"> <Enumerations /> </CustomPoller> <CustomPoller UniqueName="powerUsagePeakWatts" Description=""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."" OID="1.3.6.1.4.1.674.10892.5.4.600.60.1.9" MIB="IDRAC-MIB:powerUsagePeakWatts" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="None" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.600.60.1.6"> <Enumerations /> </CustomPoller> <CustomPoller UniqueName="powerUsageStatus" Description=""0600.0060.0001.0005 This attribute defines the status of the
 power usage information."" OID="1.3.6.1.4.1.674.10892.5.4.600.60.1.5" MIB="IDRAC-MIB:powerUsageStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.600.60.1.6"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="processorDeviceStatus" Description=""1100.0030.0001.0005 This attribute defines the status of the
 processor device."" OID="1.3.6.1.4.1.674.10892.5.4.1100.30.1.5" MIB="IDRAC-MIB-SMIv2:processorDeviceStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.1100.30.1.26"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="systemBatteryStatus" Description=""0600.0050.0001.0005 This attribute defines the status of the battery."" OID="1.3.6.1.4.1.674.10892.5.4.600.50.1.5" MIB="IDRAC-MIB-SMIv2:systemBatteryStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.600.50.1.7"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-Critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="systemBIOSStatus" Description=""0300.0050.0001.0005 This attribute defines the status of the system BIOS."" OID="1.3.6.1.4.1.674.10892.5.4.300.50.1.5" MIB="IDRAC-MIB-SMIv2:systemBIOSStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="Generic" LabelDetail="System Bios Status"> <Enumerations> <Enumeration RawValue="" TextValue="" /> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-Recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="systemSlotStatus" Description=""1200.0010.0001.0005 This attribute defines the status of the system slot."" OID="1.3.6.1.4.1.674.10892.5.4.1200.10.1.5" MIB="IDRAC-MIB:systemSlotStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.1200.10.1.8"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="temperatureProbeReading" Description=""0700.0020.0001.0006 This attribute defines the reading for a temperature
 probe of type other than temperatureProbeTypeIsDiscrete. When the value
 for temperatureProbeType is other than temperatureProbeTypeIsDiscrete,
 the value ret" OID="1.3.6.1.4.1.674.10892.5.4.700.20.1.6" MIB="IDRAC-MIB-SMIv2:temperatureProbeReading" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="None" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.700.20.1.8"> <Enumerations /> </CustomPoller> <CustomPoller UniqueName="temperatureProbeReadingInFahrenheit" Description="" OID="1.3.6.1.4.1.674.10892.5.4.700.20.1.6" MIB="" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="F" Parser="None" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="CtoF({temperatureProbeReading}/10)" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.700.20.1.8"> <Enumerations /> </CustomPoller> <CustomPoller UniqueName="temperatureProbeStatus" Description=""0700.0020.0001.0005 This attribute defines the probe status of the
 temperature probe."" OID="1.3.6.1.4.1.674.10892.5.4.700.20.1.5" MIB="IDRAC-MIB-SMIv2:temperatureProbeStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.700.20.1.8"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="virtualDiskState" Description=""The current state of this virtual disk
 (which includes any member physical disks.)
 Possible states:
 1: The current state could not be determined.
 2: The virtual disk is operating normally or optimally.
 3: The virtu" OID="1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.4" MIB="IDRAC-MIB-SMIv2:virtualDiskState" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.36"> <Enumerations> <Enumeration RawValue="1" TextValue="unknown" /> <Enumeration RawValue="2" TextValue="online" /> <Enumeration RawValue="3" TextValue="failed" /> <Enumeration RawValue="4" TextValue="degraded" /> </Enumerations> </CustomPoller> <CustomPoller UniqueName="voltageProbeReading" Description=""0600.0020.0001.0006 This attribute defines the reading for a voltage
 probe of type other than voltageProbeTypeIsDiscrete. When the value
 for voltageProbeType is other than voltageProbeTypeIsDiscrete, the value
 returned for this a" OID="1.3.6.1.4.1.674.10892.5.4.600.20.1.6" MIB="IDRAC-MIB-SMIv2:voltageProbeReading" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="None" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.600.20.1.8"> <Enumerations /> </CustomPoller> <CustomPoller UniqueName="voltageProbeReadingInVolts" Description="" OID="1.3.6.1.4.1.674.10892.5.4.600.20.1.6" MIB="" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="F" Parser="None" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="{voltageProbeReading}/1000" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.600.20.1.8"> <Enumerations /> </CustomPoller> <CustomPoller UniqueName="voltageProbeStatus" Description=""0600.0020.0001.0005 This attribute defines the probe status of the
 voltage probe."" OID="1.3.6.1.4.1.674.10892.5.4.600.20.1.5" MIB="IDRAC-MIB-SMIv2:voltageProbeStatus" SNMPGetType="GetSubTree" NetObjectPrefix="N" GroupName="Dell iDRAC" PollerType="S" Parser="Enumeration" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="0" DefaultDisplayTimeUnitId="0" Formula="" LabelType="SameTable" LabelDetail="1.3.6.1.4.1.674.10892.5.4.600.20.1.8"> <Enumerations> <Enumeration RawValue="1" TextValue="Other" /> <Enumeration RawValue="2" TextValue="Unknown" /> <Enumeration RawValue="3" TextValue="OK" /> <Enumeration RawValue="4" TextValue="Non-critical" /> <Enumeration RawValue="5" TextValue="Critical" /> <Enumeration RawValue="6" TextValue="Non-recoverable" /> </Enumerations> </CustomPoller></CustomPollers>
UnDP: iDracPollers.UnDP
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.