Dell iDRAC SNMP
Macros used
| Name | Value |
|---|---|
| {$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
| Name | Description | Type | Interval | Key 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 items | SNMP_TRAP | - | snmptrap.fallback |
| System contact details | MIB: 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_AGENT | 15m | system.contact[sysContact.0] |
| System description | MIB: 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_AGENT | 15m | system.descr[sysDescr.0] |
| Firmware version | MIB: IDRAC-MIB-SMIv2 This attribute defines the firmware version of a remote access card. | SNMP_AGENT | 1h | system.hw.firmware |
| Hardware model name | MIB: IDRAC-MIB-SMIv2 This attribute defines the model name of the system. | SNMP_AGENT | 1h | system.hw.model |
| Hardware serial number | MIB: IDRAC-MIB-SMIv2 This attribute defines the service tag of the system. | SNMP_AGENT | 1h | system.hw.serialnumber |
| System location | MIB: 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_AGENT | 15m | system.location[sysLocation.0] |
| System name | MIB: 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_AGENT | 15m | system.name |
| System object ID | MIB: 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_AGENT | 15m | system.objectid[sysObjectID.0] |
| Overall system health status | MIB: 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_AGENT | 30s | system.status[globalSystemStatus.0] |
| Operating system | MIB: IDRAC-MIB-SMIv2 This attribute defines the name of the operating system that the hostis running. | SNMP_AGENT | 1h | system.sw.os[systemOSName] |
| Uptime | MIB: SNMPv2-MIB The time (in hundredths of a second) since the network management portion of the system was last re-initialized. | SNMP_AGENT | 30s | system.uptime[sysUpTime.0] |
| SNMP agent availability | Availability 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 - unknown | INTERNAL | - | zabbix[host,snmp,available] |
Triggers
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| Unavailable by ICMP ping | Last three attempts returned timeout. Please check device connectivity. | max(/Dell iDRAC SNMP/icmpping,#3)=0 | HIGH ⛔ | ICMP ping |
| High ICMP ping loss | - | min(/Dell iDRAC SNMP/icmppingloss,5m)>{$ICMP_LOSS_WARN} and min(/Dell iDRAC SNMP/icmppingloss,5m)<100 | WARNING 📢 | ICMP loss |
| High ICMP ping response time | - | avg(/Dell iDRAC SNMP/icmppingsec,5m)>{$ICMP_RESPONSE_TIME_WARN} | WARNING 📢 | ICMP response time |
| Firmware has changed | Firmware version has changed. Ack to close | last(/Dell iDRAC SNMP/system.hw.firmware,#1)<>last(/Dell iDRAC SNMP/system.hw.firmware,#2) and length(last(/Dell iDRAC SNMP/system.hw.firmware))>0 | INFO 🔔 | Firmware version |
| Device has been replaced | Device serial number has changed. Ack to close | last(/Dell iDRAC SNMP/system.hw.serialnumber,#1)<>last(/Dell iDRAC SNMP/system.hw.serialnumber,#2) and length(last(/Dell iDRAC SNMP/system.hw.serialnumber))>0 | INFO 🔔 | Hardware serial number |
| System name has changed | System 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))>0 | INFO 🔔 | System name |
| System is in unrecoverable state! | Please check the device for faults | count(/Dell iDRAC SNMP/system.status[globalSystemStatus.0],#1,"eq","{$HEALTH_DISASTER_STATUS}")=1 | HIGH ⛔ | Overall system health status |
| System status is in critical state | Please check the device for errors | count(/Dell iDRAC SNMP/system.status[globalSystemStatus.0],#1,"eq","{$HEALTH_CRIT_STATUS}")=1 | HIGH ⛔ | Overall system health status |
| System status is in warning state | Please check the device for warnings | count(/Dell iDRAC SNMP/system.status[globalSystemStatus.0],#1,"eq","{$HEALTH_WARN_STATUS}")=1 | WARNING 📢 | Overall system health status |
| Operating system description has changed | Operating 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]))>0 | INFO 🔔 | Operating system |
| has been restarted | Uptime is less than 10 minutes. | last(/Dell iDRAC SNMP/system.uptime[sysUpTime.0])<10m | WARNING 📢 | Uptime |
| No SNMP data collection | SNMP is not available for polling. Please check device connectivity and SNMP settings. | max(/Dell iDRAC SNMP/zabbix[host,snmp,available],{$SNMP.TIMEOUT})=0 | WARNING 📢 | SNMP agent availability |
Discovery rule №1
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Array Controller Cache Discovery | IDRAC-MIB-SMIv2::batteryTable | SNMP_AGENT | 1h | array.cache.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Battery {#BATTERY_NUM}: Disk array cache controller battery status | MIB: 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
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| Battery {#BATTERY_NUM}: Disk array cache controller battery is in critical state! | Please check the device for faults | count(/Dell iDRAC SNMP/system.hw.diskarray.cache.battery.status[batteryState.{#SNMPINDEX}],#1,"eq","{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS}")=1 | AVERAGE ⚠ | Battery {#BATTERY_NUM}: Disk array cache controller battery status |
| Battery {#BATTERY_NUM}: Disk array cache controller battery is in warning state | Please check the device for faults | count(/Dell iDRAC SNMP/system.hw.diskarray.cache.battery.status[batteryState.{#SNMPINDEX}],#1,"eq","{$DISK_ARRAY_CACHE_BATTERY_WARN_STATUS}")=1 | WARNING 📢 | Battery {#BATTERY_NUM}: Disk array cache controller battery status |
| Battery {#BATTERY_NUM}: Disk array cache controller battery is not in optimal state | Please check the device for faults | count(/Dell iDRAC SNMP/system.hw.diskarray.cache.battery.status[batteryState.{#SNMPINDEX}],#1,"ne","{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS}")=1 | WARNING 📢 | Battery {#BATTERY_NUM}: Disk array cache controller battery status |
Discovery rule №2
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| FAN Discovery | IDRAC-MIB-SMIv2::coolingDeviceTable | SNMP_AGENT | 1h | fan.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| {#FAN_DESCR}: Fan speed | MIB: 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 status | MIB: IDRAC-MIB-SMIv2 0700.0012.0001.0005 This attribute defines the probe status of the cooling device. | SNMP_AGENT | 3m | sensor.fan.status[coolingDeviceStatus.{#SNMPINDEX}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| {#FAN_DESCR}: Fan is in critical state | Please check the fan unit | count(/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"}")=1 | AVERAGE ⚠ | {#FAN_DESCR}: Fan status |
| {#FAN_DESCR}: Fan is in warning state | Please check the fan unit | count(/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"}")=1 | WARNING 📢 | {#FAN_DESCR}: Fan status |
Discovery rule №3
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Array Controller Discovery | IDRAC-MIB-SMIv2::controllerTable | SNMP_AGENT | 1h | physicaldisk.arr.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| {#CNTLR_NAME}: Disk array controller model | MIB: IDRAC-MIB-SMIv2 The controller's name as represented in Storage Management. | SNMP_AGENT | 1d | system.hw.diskarray.model[controllerName.{#SNMPINDEX}] |
| {#CNTLR_NAME}: Disk array controller status | MIB: 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-recoverable | SNMP_AGENT | - | system.hw.diskarray.status[controllerComponentStatus.{#SNMPINDEX}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| {#CNTLR_NAME}: Disk array controller is in critical state | Please check the device for faults | count(/Dell iDRAC SNMP/system.hw.diskarray.status[controllerComponentStatus.{#SNMPINDEX}],#1,"eq","{$DISK_ARRAY_CRIT_STATUS:"critical"}")=1 | HIGH ⛔ | {#CNTLR_NAME}: Disk array controller status |
| {#CNTLR_NAME}: Disk array controller is in unrecoverable state! | Please check the device for faults | count(/Dell iDRAC SNMP/system.hw.diskarray.status[controllerComponentStatus.{#SNMPINDEX}],#1,"eq","{$DISK_ARRAY_FAIL_STATUS:"nonRecoverable"}")=1 | DISASTER 🔥 | {#CNTLR_NAME}: Disk array controller status |
| {#CNTLR_NAME}: Disk array controller is in warning state | Please check the device for faults | count(/Dell iDRAC SNMP/system.hw.diskarray.status[controllerComponentStatus.{#SNMPINDEX}],#1,"eq","{$DISK_ARRAY_WARN_STATUS:"nonCritical"}")=1 | AVERAGE ⚠ | {#CNTLR_NAME}: Disk array controller status |
Discovery rule №4
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Physical Disk Discovery | IDRAC-MIB-SMIv2::physicalDiskTable | SNMP_AGENT | 1h | physicaldisk.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| {#DISK_NAME}: Physical disk media type | MIB: 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_AGENT | 1h | system.hw.physicaldisk.media_type[physicalDiskMediaType.{#SNMPINDEX}] |
| {#DISK_NAME}: Physical disk model name | MIB: IDRAC-MIB-SMIv2 The model number of the physical disk. | SNMP_AGENT | 1h | system.hw.physicaldisk.model[physicalDiskProductID.{#SNMPINDEX}] |
| {#DISK_NAME}: Physical disk part number | MIB: IDRAC-MIB-SMIv2 The part number of the disk. | SNMP_AGENT | 1h | system.hw.physicaldisk.part_number[physicalDiskPartNumber.{#SNMPINDEX}] |
| {#DISK_NAME}: Physical disk serial number | MIB: IDRAC-MIB-SMIv2 The physical disk's unique identification number from the manufacturer. | SNMP_AGENT | 1d | system.hw.physicaldisk.serialnumber[physicalDiskSerialNo.{#SNMPINDEX}] |
| {#DISK_NAME}: Disk size | MIB: IDRAC-MIB-SMIv2 The size of the physical disk in megabytes. | SNMP_AGENT | 1h | system.hw.physicaldisk.size[physicalDiskCapacityInMB.{#SNMPINDEX}] |
| {#DISK_NAME}: Physical disk S.M.A.R.T. status | MIB: IDRAC-MIB-SMIv2 Indicates whether the physical disk has received a predictive failure alert. | SNMP_AGENT | 3m | system.hw.physicaldisk.smart_status[physicalDiskSmartAlertIndication.{#SNMPINDEX}] |
| {#DISK_NAME}: Physical disk status | MIB: 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-recoverable | SNMP_AGENT | 3m | system.hw.physicaldisk.status[physicalDiskComponentStatus.{#SNMPINDEX}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| {#DISK_NAME}: Disk has been replaced | Disk serial number has changed. Ack to close | last(/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}]))>0 | INFO 🔔 | {#DISK_NAME}: Physical disk serial number |
| {#DISK_NAME}: Physical disk S.M.A.R.T. failed | Disk probably requires replacement. | count(/Dell iDRAC SNMP/system.hw.physicaldisk.smart_status[physicalDiskSmartAlertIndication.{#SNMPINDEX}],#1,"eq","{$DISK_SMART_FAIL_STATUS}")=1 | HIGH ⛔ | {#DISK_NAME}: Physical disk S.M.A.R.T. status |
| {#DISK_NAME}: Physical disk failed | Please check physical disk for warnings or errors | count(/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"}")=1 | HIGH ⛔ | {#DISK_NAME}: Physical disk status |
| {#DISK_NAME}: Physical disk is in warning state | Please check physical disk for warnings or errors | count(/Dell iDRAC SNMP/system.hw.physicaldisk.status[physicalDiskComponentStatus.{#SNMPINDEX}],#1,"eq","{$DISK_WARN_STATUS:"nonCritical"}")=1 | WARNING 📢 | {#DISK_NAME}: Physical disk status |
Discovery rule №5
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| PSU Discovery | IDRAC-MIB-SMIv2::powerSupplyTable | SNMP_AGENT | 1h | psu.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| {#PSU_DESCR}: Power supply status | MIB: IDRAC-MIB-SMIv2 0600.0012.0001.0005 This attribute defines the status of the power supply. | SNMP_AGENT | 3m | sensor.psu.status[powerSupplyStatus.{#SNMPINDEX}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| {#PSU_DESCR}: Power supply is in critical state | Please check the power supply unit for errors | count(/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"}")=1 | AVERAGE ⚠ | {#PSU_DESCR}: Power supply status |
| {#PSU_DESCR}: Power supply is in warning state | Please check the power supply unit for errors | count(/Dell iDRAC SNMP/sensor.psu.status[powerSupplyStatus.{#SNMPINDEX}],#1,"eq","{$PSU_WARN_STATUS:"nonCritical"}")=1 | WARNING 📢 | {#PSU_DESCR}: Power supply status |
Discovery rule №6
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Temperature Ambient Discovery | Scanning table of Temperature Probe Table IDRAC-MIB-SMIv2::temperatureProbeTable | SNMP_AGENT | 1h | temp.ambient.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| {#SENSOR_LOCALE}: Temperature status | MIB: IDRAC-MIB-SMIv2 0700.0020.0001.0005 This attribute defines the probe status of the temperature probe. | SNMP_AGENT | 3m | sensor.temp.status[temperatureProbeStatus.Ambient.{#SNMPINDEX}] |
| {#SENSOR_LOCALE}: Temperature | MIB: 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_AGENT | 3m | sensor.temp.value[temperatureProbeReading.Ambient.{#SNMPINDEX}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| {#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
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Temperature CPU Discovery | Scanning table of Temperature Probe Table IDRAC-MIB-SMIv2::temperatureProbeTable | SNMP_AGENT | 1h | temp.cpu.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| {#SENSOR_LOCALE}: Temperature status | MIB: IDRAC-MIB-SMIv2 0700.0020.0001.0005 This attribute defines the probe status of the temperature probe. | SNMP_AGENT | 3m | sensor.temp.status[temperatureProbeStatus.CPU.{#SNMPINDEX}] |
| {#SENSOR_LOCALE}: Temperature | MIB: 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_AGENT | 3m | sensor.temp.value[temperatureProbeReading.CPU.{#SNMPINDEX}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| {#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
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Virtual Disk Discovery | IDRAC-MIB-SMIv2::virtualDiskTable | SNMP_AGENT | 1h | virtualdisk.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Disk {#SNMPVALUE}({#DISK_NAME}): Layout type | MIB: 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 5 | SNMP_AGENT | 1h | system.hw.virtualdisk.layout[virtualDiskLayout.{#SNMPINDEX}] |
| Disk {#SNMPVALUE}({#DISK_NAME}): Read policy | MIB: 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_AGENT | 1h | system.hw.virtualdisk.readpolicy[virtualDiskReadPolicy.{#SNMPINDEX}] |
| Disk {#SNMPVALUE}({#DISK_NAME}): Disk size | MIB: IDRAC-MIB-SMIv2 The size of the virtual disk in megabytes. | SNMP_AGENT | 1h | system.hw.virtualdisk.size[virtualDiskSizeInMB.{#SNMPINDEX}] |
| Disk {#SNMPVALUE}({#DISK_NAME}): Current state | MIB: 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_AGENT | 3m | system.hw.virtualdisk.state[virtualDiskOperationalState.{#SNMPINDEX}] |
| Disk {#SNMPVALUE}({#DISK_NAME}): Status | MIB: 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_AGENT | 3m | system.hw.virtualdisk.status[virtualDiskState.{#SNMPINDEX}] |
| Disk {#SNMPVALUE}({#DISK_NAME}): Write policy | MIB: 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_AGENT | 1h | system.hw.virtualdisk.writepolicy[virtualDiskWritePolicy.{#SNMPINDEX}] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| Disk {#SNMPVALUE}({#DISK_NAME}): Virtual disk failed | Please check virtual disk for warnings or errors | count(/Dell iDRAC SNMP/system.hw.virtualdisk.status[virtualDiskState.{#SNMPINDEX}],#1,"eq","{$VDISK_CRIT_STATUS:"failed"}")=1 | HIGH ⛔ | Disk {#SNMPVALUE}({#DISK_NAME}): Status |
| Disk {#SNMPVALUE}({#DISK_NAME}): Virtual disk is in warning state | Please check virtual disk for warnings or errors | count(/Dell iDRAC SNMP/system.hw.virtualdisk.status[virtualDiskState.{#SNMPINDEX}],#1,"eq","{$VDISK_WARN_STATUS:"degraded"}")=1 | AVERAGE ⚠ | Disk {#SNMPVALUE}({#DISK_NAME}): Status |