Перейти к основному содержимому

Dell iDRAC SNMP

Macros used

NameValue
{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS}3
{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS}2
{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS}4
{$DISK_ARRAY_CRIT_STATUS:"critical"}5
{$DISK_ARRAY_FAIL_STATUS:"nonRecoverable"}6
{$DISK_ARRAY_WARN_STATUS:"nonCritical"}4
{$DISK_FAIL_STATUS:"critical"}5
{$DISK_FAIL_STATUS:"nonRecoverable"}6
{$DISK_SMART_FAIL_STATUS}1
{$DISK_WARN_STATUS:"nonCritical"}4
{$FAN_CRIT_STATUS:"criticalLower"}8
{$FAN_CRIT_STATUS:"criticalUpper"}5
{$FAN_CRIT_STATUS:"failed"}10
{$FAN_CRIT_STATUS:"nonRecoverableLower"}9
{$FAN_CRIT_STATUS:"nonRecoverableUpper"}6
{$FAN_WARN_STATUS:"nonCriticalLower"}7
{$FAN_WARN_STATUS:"nonCriticalUpper"}4
{$HEALTH_CRIT_STATUS}5
{$HEALTH_DISASTER_STATUS}6
{$HEALTH_WARN_STATUS}4
{$ICMP_LOSS_WARN}20
{$ICMP_RESPONSE_TIME_WARN}0.15
{$PSU_CRIT_STATUS:"critical"}5
{$PSU_CRIT_STATUS:"nonRecoverable"}6
{$PSU_WARN_STATUS:"nonCritical"}4
{$SNMP.TIMEOUT}5m
{$TEMP_CRIT}60
{$TEMP_CRIT:"Ambient"}35
{$TEMP_CRIT:"CPU"}75
{$TEMP_CRIT_LOW}5
{$TEMP_CRIT_STATUS}5
{$TEMP_DISASTER_STATUS}6
{$TEMP_WARN}50
{$TEMP_WARN:"Ambient"}30
{$TEMP_WARN:"CPU"}70
{$TEMP_WARN_STATUS}4
{$VDISK_CRIT_STATUS:"failed"}3
{$VDISK_WARN_STATUS:"degraded"}4

Items collected

NameDescriptionTypeIntervalKey and additional info
ICMP ping

-

SIMPLE

-

icmpping
ICMP loss

-

SIMPLE

-

icmppingloss
ICMP response time

-

SIMPLE

-

icmppingsec
SNMP traps (fallback)The item is used to collect all SNMP traps unmatched by other snmptrap itemsSNMP_TRAP

-

snmptrap.fallback
System contact detailsMIB: SNMPv2-MIB The textual identification of the contact person for this managed node, together with information on how to contact this person. If no contact information is known, the value is the zero-length string.SNMP_AGENT15msystem.contact[sysContact.0]
System descriptionMIB: SNMPv2-MIB A textual description of the entity. This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software.SNMP_AGENT15msystem.descr[sysDescr.0]
Firmware versionMIB: IDRAC-MIB-SMIv2 This attribute defines the firmware version of a remote access card.SNMP_AGENT1hsystem.hw.firmware
Hardware model nameMIB: IDRAC-MIB-SMIv2 This attribute defines the model name of the system.SNMP_AGENT1hsystem.hw.model
Hardware serial numberMIB: IDRAC-MIB-SMIv2 This attribute defines the service tag of the system.SNMP_AGENT1hsystem.hw.serialnumber
System locationMIB: SNMPv2-MIB The physical location of this node (e.g., `telephone closet, 3rd floor'). If the location is unknown, the value is the zero-length string.SNMP_AGENT15msystem.location[sysLocation.0]
System nameMIB: SNMPv2-MIB An administratively-assigned name for this managed node.By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string.SNMP_AGENT15msystem.name
System object IDMIB: SNMPv2-MIB The vendor's authoritative identification of the network management subsystem contained in the entity. This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determiningwhat kind of box' is being managed. For example, if vendorFlintstones, Inc.' was assigned the subtree1.3.6.1.4.1.4242, it could assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Fred Router'.SNMP_AGENT15msystem.objectid[sysObjectID.0]
Overall system health statusMIB: IDRAC-MIB-SMIv2 This attribute defines the overall rollup status of all components in the system being monitored by the remote access card. Includes system, storage, IO devices, iDRAC, CPU, memory, etc.SNMP_AGENT30ssystem.status[globalSystemStatus.0]
Operating systemMIB: IDRAC-MIB-SMIv2 This attribute defines the name of the operating system that the hostis running.SNMP_AGENT1hsystem.sw.os[systemOSName]
UptimeMIB: SNMPv2-MIB The time (in hundredths of a second) since the network management portion of the system was last re-initialized.SNMP_AGENT30ssystem.uptime[sysUpTime.0]
SNMP agent availabilityAvailability of SNMP checks on the host. The value of this item corresponds to availability icons in the host list. Possible value: 0 - not available 1 - available 2 - unknownINTERNAL

-

zabbix[host,snmp,available]

Triggers

NameDescriptionExpressionPriorityDependencies
Unavailable by ICMP pingLast three attempts returned timeout. Please check device connectivity.max(/Dell iDRAC SNMP/icmpping,#3)=0HIGH ⛔ICMP ping
High ICMP ping loss

-

min(/Dell iDRAC SNMP/icmppingloss,5m)>{$ICMP_LOSS_WARN} and min(/Dell iDRAC SNMP/icmppingloss,5m)<100WARNING 📢ICMP loss
High ICMP ping response time

-

avg(/Dell iDRAC SNMP/icmppingsec,5m)>{$ICMP_RESPONSE_TIME_WARN}WARNING 📢ICMP response time
Firmware has changedFirmware version has changed. Ack to closelast(/Dell iDRAC SNMP/system.hw.firmware,#1)<>last(/Dell iDRAC SNMP/system.hw.firmware,#2) and length(last(/Dell iDRAC SNMP/system.hw.firmware))>0INFO 🔔Firmware version
Device has been replacedDevice serial number has changed. Ack to closelast(/Dell iDRAC SNMP/system.hw.serialnumber,#1)<>last(/Dell iDRAC SNMP/system.hw.serialnumber,#2) and length(last(/Dell iDRAC SNMP/system.hw.serialnumber))>0INFO 🔔Hardware serial number
System name has changedSystem name has changed. Ack to close.last(/Dell iDRAC SNMP/system.name,#1)<>last(/Dell iDRAC SNMP/system.name,#2) and length(last(/Dell iDRAC SNMP/system.name))>0INFO 🔔System name
System is in unrecoverable state!Please check the device for faultscount(/Dell iDRAC SNMP/system.status[globalSystemStatus.0],#1,"eq","{$HEALTH_DISASTER_STATUS}")=1HIGH ⛔Overall system health status
System status is in critical statePlease check the device for errorscount(/Dell iDRAC SNMP/system.status[globalSystemStatus.0],#1,"eq","{$HEALTH_CRIT_STATUS}")=1HIGH ⛔Overall system health status
System status is in warning statePlease check the device for warningscount(/Dell iDRAC SNMP/system.status[globalSystemStatus.0],#1,"eq","{$HEALTH_WARN_STATUS}")=1WARNING 📢Overall system health status
Operating system description has changedOperating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.last(/Dell iDRAC SNMP/system.sw.os[systemOSName],#1)<>last(/Dell iDRAC SNMP/system.sw.os[systemOSName],#2) and length(last(/Dell iDRAC SNMP/system.sw.os[systemOSName]))>0INFO 🔔Operating system
has been restartedUptime is less than 10 minutes.last(/Dell iDRAC SNMP/system.uptime[sysUpTime.0])<10mWARNING 📢Uptime
No SNMP data collectionSNMP is not available for polling. Please check device connectivity and SNMP settings.max(/Dell iDRAC SNMP/zabbix[host,snmp,available],{$SNMP.TIMEOUT})=0WARNING 📢SNMP agent availability

Discovery rule №1

NameDescriptionTypeIntervalKey and additional info
Array Controller Cache DiscoveryIDRAC-MIB-SMIv2::batteryTableSNMP_AGENT1harray.cache.discovery

Item prototypes

NameDescriptionTypeIntervalKey and additional info
Battery {#BATTERY_NUM}: Disk array cache controller battery statusMIB: IDRAC-MIB-SMIv2 Current state of battery. Possible values: 1: The current state could not be determined. 2: The battery is operating normally. 3: The battery has failed and needs to be replaced. 4: The battery temperature is high or charge level is depleting. 5: The battery is missing or not detected. 6: The battery is undergoing the re-charge phase. 7: The battery voltage or charge level is below the threshold.SNMP_AGENT

-

system.hw.diskarray.cache.battery.status[batteryState.{#SNMPINDEX}]

Trigger prototypes

NameDescriptionExpressionPriorityDependencies
Battery {#BATTERY_NUM}: Disk array cache controller battery is in critical state!Please check the device for faultscount(/Dell iDRAC SNMP/system.hw.diskarray.cache.battery.status[batteryState.{#SNMPINDEX}],#1,"eq","{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS}")=1AVERAGE ⚠Battery {#BATTERY_NUM}: Disk array cache controller battery status
Battery {#BATTERY_NUM}: Disk array cache controller battery is in warning statePlease check the device for faultscount(/Dell iDRAC SNMP/system.hw.diskarray.cache.battery.status[batteryState.{#SNMPINDEX}],#1,"eq","{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS}")=1WARNING 📢Battery {#BATTERY_NUM}: Disk array cache controller battery status
Battery {#BATTERY_NUM}: Disk array cache controller battery is not in optimal statePlease check the device for faultscount(/Dell iDRAC SNMP/system.hw.diskarray.cache.battery.status[batteryState.{#SNMPINDEX}],#1,"ne","{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS}")=1WARNING 📢Battery {#BATTERY_NUM}: Disk array cache controller battery status

Discovery rule №2

NameDescriptionTypeIntervalKey and additional info
FAN DiscoveryIDRAC-MIB-SMIv2::coolingDeviceTableSNMP_AGENT1hfan.discovery

Item prototypes

NameDescriptionTypeIntervalKey and additional info
{#FAN_DESCR}: Fan speedMIB: IDRAC-MIB-SMIv2 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 returned for this attribute is the speed in RPM or the OFF/ON value of the cooling device. When the value for coolingDeviceSubType is coolingDeviceSubTypeIsDiscrete, a value is not returned for this attribute.SNMP_AGENT

-

sensor.fan.speed[coolingDeviceReading.{#SNMPINDEX}]
{#FAN_DESCR}: Fan statusMIB: IDRAC-MIB-SMIv2 0700.0012.0001.0005 This attribute defines the probe status of the cooling device.SNMP_AGENT3msensor.fan.status[coolingDeviceStatus.{#SNMPINDEX}]

Trigger prototypes

NameDescriptionExpressionPriorityDependencies
{#FAN_DESCR}: Fan is in critical statePlease check the fan unitcount(/Dell iDRAC SNMP/sensor.fan.status[coolingDeviceStatus.{#SNMPINDEX}],#1,"eq","{$FAN_CRIT_STATUS:"criticalUpper"}")=1 or count(/Dell iDRAC SNMP/sensor.fan.status[coolingDeviceStatus.{#SNMPINDEX}],#1,"eq","{$FAN_CRIT_STATUS:"nonRecoverableUpper"}")=1 or count(/Dell iDRAC SNMP/sensor.fan.status[coolingDeviceStatus.{#SNMPINDEX}],#1,"eq","{$FAN_CRIT_STATUS:"criticalLower"}")=1 or count(/Dell iDRAC SNMP/sensor.fan.status[coolingDeviceStatus.{#SNMPINDEX}],#1,"eq","{$FAN_CRIT_STATUS:"nonRecoverableLower"}")=1 or count(/Dell iDRAC SNMP/sensor.fan.status[coolingDeviceStatus.{#SNMPINDEX}],#1,"eq","{$FAN_CRIT_STATUS:"failed"}")=1AVERAGE ⚠{#FAN_DESCR}: Fan status
{#FAN_DESCR}: Fan is in warning statePlease check the fan unitcount(/Dell iDRAC SNMP/sensor.fan.status[coolingDeviceStatus.{#SNMPINDEX}],#1,"eq","{$FAN_WARN_STATUS:"nonCriticalUpper"}")=1 or count(/Dell iDRAC SNMP/sensor.fan.status[coolingDeviceStatus.{#SNMPINDEX}],#1,"eq","{$FAN_WARN_STATUS:"nonCriticalLower"}")=1WARNING 📢{#FAN_DESCR}: Fan status

Discovery rule №3

NameDescriptionTypeIntervalKey and additional info
Array Controller DiscoveryIDRAC-MIB-SMIv2::controllerTableSNMP_AGENT1hphysicaldisk.arr.discovery

Item prototypes

NameDescriptionTypeIntervalKey and additional info
{#CNTLR_NAME}: Disk array controller modelMIB: IDRAC-MIB-SMIv2 The controller's name as represented in Storage Management.SNMP_AGENT1dsystem.hw.diskarray.model[controllerName.{#SNMPINDEX}]
{#CNTLR_NAME}: Disk array controller statusMIB: IDRAC-MIB-SMIv2 The status of the controller itself without the propagation of any contained component status. Possible values: 1: Other 2: Unknown 3: OK 4: Non-critical 5: Critical 6: Non-recoverableSNMP_AGENT

-

system.hw.diskarray.status[controllerComponentStatus.{#SNMPINDEX}]

Trigger prototypes

NameDescriptionExpressionPriorityDependencies
{#CNTLR_NAME}: Disk array controller is in critical statePlease check the device for faultscount(/Dell iDRAC SNMP/system.hw.diskarray.status[controllerComponentStatus.{#SNMPINDEX}],#1,"eq","{$DISK_ARRAY_CRIT_STATUS:"critical"}")=1HIGH ⛔{#CNTLR_NAME}: Disk array controller status
{#CNTLR_NAME}: Disk array controller is in unrecoverable state!Please check the device for faultscount(/Dell iDRAC SNMP/system.hw.diskarray.status[controllerComponentStatus.{#SNMPINDEX}],#1,"eq","{$DISK_ARRAY_FAIL_STATUS:"nonRecoverable"}")=1DISASTER 🔥{#CNTLR_NAME}: Disk array controller status
{#CNTLR_NAME}: Disk array controller is in warning statePlease check the device for faultscount(/Dell iDRAC SNMP/system.hw.diskarray.status[controllerComponentStatus.{#SNMPINDEX}],#1,"eq","{$DISK_ARRAY_WARN_STATUS:"nonCritical"}")=1AVERAGE ⚠{#CNTLR_NAME}: Disk array controller status

Discovery rule №4

NameDescriptionTypeIntervalKey and additional info
Physical Disk DiscoveryIDRAC-MIB-SMIv2::physicalDiskTableSNMP_AGENT1hphysicaldisk.discovery

Item prototypes

NameDescriptionTypeIntervalKey and additional info
{#DISK_NAME}: Physical disk media typeMIB: IDRAC-MIB-SMIv2 The media type of the physical disk. Possible Values: 1: The media type could not be determined. 2: Hard Disk Drive (HDD). 3: Solid State Drive (SSD).SNMP_AGENT1hsystem.hw.physicaldisk.media_type[physicalDiskMediaType.{#SNMPINDEX}]
{#DISK_NAME}: Physical disk model nameMIB: IDRAC-MIB-SMIv2 The model number of the physical disk.SNMP_AGENT1hsystem.hw.physicaldisk.model[physicalDiskProductID.{#SNMPINDEX}]
{#DISK_NAME}: Physical disk part numberMIB: IDRAC-MIB-SMIv2 The part number of the disk.SNMP_AGENT1hsystem.hw.physicaldisk.part_number[physicalDiskPartNumber.{#SNMPINDEX}]
{#DISK_NAME}: Physical disk serial numberMIB: IDRAC-MIB-SMIv2 The physical disk's unique identification number from the manufacturer.SNMP_AGENT1dsystem.hw.physicaldisk.serialnumber[physicalDiskSerialNo.{#SNMPINDEX}]
{#DISK_NAME}: Disk sizeMIB: IDRAC-MIB-SMIv2 The size of the physical disk in megabytes.SNMP_AGENT1hsystem.hw.physicaldisk.size[physicalDiskCapacityInMB.{#SNMPINDEX}]
{#DISK_NAME}: Physical disk S.M.A.R.T. statusMIB: IDRAC-MIB-SMIv2 Indicates whether the physical disk has received a predictive failure alert.SNMP_AGENT3msystem.hw.physicaldisk.smart_status[physicalDiskSmartAlertIndication.{#SNMPINDEX}]
{#DISK_NAME}: Physical disk statusMIB: IDRAC-MIB-SMIv2 The status of the physical disk itself without the propagation of any contained component status. Possible values: 1: Other 2: Unknown 3: OK 4: Non-critical 5: Critical 6: Non-recoverableSNMP_AGENT3msystem.hw.physicaldisk.status[physicalDiskComponentStatus.{#SNMPINDEX}]

Trigger prototypes

NameDescriptionExpressionPriorityDependencies
{#DISK_NAME}: Disk has been replacedDisk serial number has changed. Ack to closelast(/Dell iDRAC SNMP/system.hw.physicaldisk.serialnumber[physicalDiskSerialNo.{#SNMPINDEX}],#1)<>last(/Dell iDRAC SNMP/system.hw.physicaldisk.serialnumber[physicalDiskSerialNo.{#SNMPINDEX}],#2) and length(last(/Dell iDRAC SNMP/system.hw.physicaldisk.serialnumber[physicalDiskSerialNo.{#SNMPINDEX}]))>0INFO 🔔{#DISK_NAME}: Physical disk serial number
{#DISK_NAME}: Physical disk S.M.A.R.T. failedDisk probably requires replacement.count(/Dell iDRAC SNMP/system.hw.physicaldisk.smart_status[physicalDiskSmartAlertIndication.{#SNMPINDEX}],#1,"eq","{$DISK_SMART_FAIL_STATUS}")=1HIGH ⛔{#DISK_NAME}: Physical disk S.M.A.R.T. status
{#DISK_NAME}: Physical disk failedPlease check physical disk for warnings or errorscount(/Dell iDRAC SNMP/system.hw.physicaldisk.status[physicalDiskComponentStatus.{#SNMPINDEX}],#1,"eq","{$DISK_FAIL_STATUS:"critical"}")=1 or count(/Dell iDRAC SNMP/system.hw.physicaldisk.status[physicalDiskComponentStatus.{#SNMPINDEX}],#1,"eq","{$DISK_FAIL_STATUS:"nonRecoverable"}")=1HIGH ⛔{#DISK_NAME}: Physical disk status
{#DISK_NAME}: Physical disk is in warning statePlease check physical disk for warnings or errorscount(/Dell iDRAC SNMP/system.hw.physicaldisk.status[physicalDiskComponentStatus.{#SNMPINDEX}],#1,"eq","{$DISK_WARN_STATUS:"nonCritical"}")=1WARNING 📢{#DISK_NAME}: Physical disk status

Discovery rule №5

NameDescriptionTypeIntervalKey and additional info
PSU DiscoveryIDRAC-MIB-SMIv2::powerSupplyTableSNMP_AGENT1hpsu.discovery

Item prototypes

NameDescriptionTypeIntervalKey and additional info
{#PSU_DESCR}: Power supply statusMIB: IDRAC-MIB-SMIv2 0600.0012.0001.0005 This attribute defines the status of the power supply.SNMP_AGENT3msensor.psu.status[powerSupplyStatus.{#SNMPINDEX}]

Trigger prototypes

NameDescriptionExpressionPriorityDependencies
{#PSU_DESCR}: Power supply is in critical statePlease check the power supply unit for errorscount(/Dell iDRAC SNMP/sensor.psu.status[powerSupplyStatus.{#SNMPINDEX}],#1,"eq","{$PSU_CRIT_STATUS:"critical"}")=1 or count(/Dell iDRAC SNMP/sensor.psu.status[powerSupplyStatus.{#SNMPINDEX}],#1,"eq","{$PSU_CRIT_STATUS:"nonRecoverable"}")=1AVERAGE ⚠{#PSU_DESCR}: Power supply status
{#PSU_DESCR}: Power supply is in warning statePlease check the power supply unit for errorscount(/Dell iDRAC SNMP/sensor.psu.status[powerSupplyStatus.{#SNMPINDEX}],#1,"eq","{$PSU_WARN_STATUS:"nonCritical"}")=1WARNING 📢{#PSU_DESCR}: Power supply status

Discovery rule №6

NameDescriptionTypeIntervalKey and additional info
Temperature Ambient DiscoveryScanning table of Temperature Probe Table IDRAC-MIB-SMIv2::temperatureProbeTableSNMP_AGENT1htemp.ambient.discovery

Item prototypes

NameDescriptionTypeIntervalKey and additional info
{#SENSOR_LOCALE}: Temperature statusMIB: IDRAC-MIB-SMIv2 0700.0020.0001.0005 This attribute defines the probe status of the temperature probe.SNMP_AGENT3msensor.temp.status[temperatureProbeStatus.Ambient.{#SNMPINDEX}]
{#SENSOR_LOCALE}: TemperatureMIB: IDRAC-MIB-SMIv2 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 returned for this attribute is the temperature that the probeis reading in tenths of degrees Centigrade. When the value for temperatureProbeType is temperatureProbeTypeIsDiscrete, a value is not returned for this attribute.SNMP_AGENT3msensor.temp.value[temperatureProbeReading.Ambient.{#SNMPINDEX}]

Trigger prototypes

NameDescriptionExpressionPriorityDependencies
{#SENSOR_LOCALE}: Temperature is too low

-

avg(/Dell iDRAC SNMP/sensor.temp.value[temperatureProbeReading.Ambient.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"Ambient"}AVERAGE ⚠{#SENSOR_LOCALE}: Temperature

Discovery rule №7

NameDescriptionTypeIntervalKey and additional info
Temperature CPU DiscoveryScanning table of Temperature Probe Table IDRAC-MIB-SMIv2::temperatureProbeTableSNMP_AGENT1htemp.cpu.discovery

Item prototypes

NameDescriptionTypeIntervalKey and additional info
{#SENSOR_LOCALE}: Temperature statusMIB: IDRAC-MIB-SMIv2 0700.0020.0001.0005 This attribute defines the probe status of the temperature probe.SNMP_AGENT3msensor.temp.status[temperatureProbeStatus.CPU.{#SNMPINDEX}]
{#SENSOR_LOCALE}: TemperatureMIB: IDRAC-MIB-SMIv2 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 returned for this attribute is the temperature that the probeis reading in tenths of degrees Centigrade. When the value for temperatureProbeType is temperatureProbeTypeIsDiscrete, a value is not returned for this attribute.SNMP_AGENT3msensor.temp.value[temperatureProbeReading.CPU.{#SNMPINDEX}]

Trigger prototypes

NameDescriptionExpressionPriorityDependencies
{#SENSOR_LOCALE}: Temperature is too low

-

avg(/Dell iDRAC SNMP/sensor.temp.value[temperatureProbeReading.CPU.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"CPU"}AVERAGE ⚠{#SENSOR_LOCALE}: Temperature

Discovery rule №8

NameDescriptionTypeIntervalKey and additional info
Virtual Disk DiscoveryIDRAC-MIB-SMIv2::virtualDiskTableSNMP_AGENT1hvirtualdisk.discovery

Item prototypes

NameDescriptionTypeIntervalKey and additional info
Disk {#SNMPVALUE}({#DISK_NAME}): Layout typeMIB: IDRAC-MIB-SMIv2 The virtual disk's RAID type. Possible values: 1: Not one of the following 2: RAID-0 3: RAID-1 4: RAID-5 5: RAID-6 6: RAID-10 7: RAID-50 8: RAID-60 9: Concatenated RAID 1 10: Concatenated RAID 5SNMP_AGENT1hsystem.hw.virtualdisk.layout[virtualDiskLayout.{#SNMPINDEX}]
Disk {#SNMPVALUE}({#DISK_NAME}): Read policyMIB: IDRAC-MIB-SMIv2 The read policy used by the controller for read operations on this virtual disk. Possible values: 1: No Read Ahead. 2: Read Ahead. 3: Adaptive Read Ahead.SNMP_AGENT1hsystem.hw.virtualdisk.readpolicy[virtualDiskReadPolicy.{#SNMPINDEX}]
Disk {#SNMPVALUE}({#DISK_NAME}): Disk sizeMIB: IDRAC-MIB-SMIv2 The size of the virtual disk in megabytes.SNMP_AGENT1hsystem.hw.virtualdisk.size[virtualDiskSizeInMB.{#SNMPINDEX}]
Disk {#SNMPVALUE}({#DISK_NAME}): Current stateMIB: IDRAC-MIB-SMIv2 The state of the virtual disk when there are progressive operations ongoing. Possible values: 1: There is no active operation running. 2: The virtual disk configuration has changed. The physical disks included in the virtual disk are being modified to support the new configuration. 3: A Consistency Check (CC) is being performed on the virtual disk. 4: The virtual disk is being initialized. 5: BackGround Initialization (BGI) is being performed on the virtual disk.SNMP_AGENT3msystem.hw.virtualdisk.state[virtualDiskOperationalState.{#SNMPINDEX}]
Disk {#SNMPVALUE}({#DISK_NAME}): StatusMIB: IDRAC-MIB-SMIv2 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 virtual disk has encountered a failure. The data on disk is lost or is about to be lost. 4: The virtual disk encountered a failure with one or all of the constituent redundant physical disks. The data on the virtual disk might no longer be fault tolerant.SNMP_AGENT3msystem.hw.virtualdisk.status[virtualDiskState.{#SNMPINDEX}]
Disk {#SNMPVALUE}({#DISK_NAME}): Write policyMIB: IDRAC-MIB-SMIv2 The write policy used by the controller for write operations on this virtual disk. Possible values: 1: Write Through. 2: Write Back. 3: Force Write Back.SNMP_AGENT1hsystem.hw.virtualdisk.writepolicy[virtualDiskWritePolicy.{#SNMPINDEX}]

Trigger prototypes

NameDescriptionExpressionPriorityDependencies
Disk {#SNMPVALUE}({#DISK_NAME}): Virtual disk failedPlease check virtual disk for warnings or errorscount(/Dell iDRAC SNMP/system.hw.virtualdisk.status[virtualDiskState.{#SNMPINDEX}],#1,"eq","{$VDISK_CRIT_STATUS:"failed"}")=1HIGH ⛔Disk {#SNMPVALUE}({#DISK_NAME}): Status
Disk {#SNMPVALUE}({#DISK_NAME}): Virtual disk is in warning statePlease check virtual disk for warnings or errorscount(/Dell iDRAC SNMP/system.hw.virtualdisk.status[virtualDiskState.{#SNMPINDEX}],#1,"eq","{$VDISK_WARN_STATUS:"degraded"}")=1AVERAGE ⚠Disk {#SNMPVALUE}({#DISK_NAME}): Status