# Cisco UCS by SNMP ## Overview Template for Cisco UCS monitoring via Integrated Management Controller ## Requirements Zabbix version: 7.0 and higher. ## Tested versions This template has been tested on: - Cisco UCS C240 M4SX ## Configuration > Zabbix should be configured according to the instructions in the [Templates out of the box](https://www.zabbix.com/documentation/7.0/manual/config/templates_out_of_the_box) section. ## Setup Refer to the vendor documentation. ### Macros used |Name|Description|Default| |----|-----------|-------| |{$PSU_CRIT_STATUS:"inoperable"}||`2`| |{$PSU_WARN_STATUS:"degraded"}||`3`| |{$FAN_CRIT_STATUS:"inoperable"}||`2`| |{$FAN_WARN_STATUS:"degraded"}||`3`| |{$TEMP_CRIT:"Ambient"}||`35`| |{$TEMP_WARN:"Ambient"}||`30`| |{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS}||`1`| |{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS}||`2`| |{$DISK_ARRAY_CRIT_STATUS:"inoperable"}||`2`| |{$DISK_ARRAY_WARN_STATUS:"degraded"}||`3`| |{$DISK_ARRAY_OK_STATUS:"operable"}||`1`| |{$DISK_FAIL_STATUS:"failed"}||`9`| |{$DISK_CRIT_STATUS:"predictiveFailure"}||`11`| |{$DISK_CRIT_STATUS:"bad"}||`16`| |{$VDISK_OK_STATUS:"equipped"}||`10`| |{$HEALTH_CRIT_STATUS:"computeFailed"}||`30`| |{$HEALTH_CRIT_STATUS:"configFailure"}||`33`| |{$HEALTH_CRIT_STATUS:"unconfigFailure"}||`34`| |{$HEALTH_CRIT_STATUS:"inoperable"}||`60`| |{$HEALTH_WARN_STATUS:"testFailed"}||`35`| |{$HEALTH_WARN_STATUS:"thermalProblem"}||`60`| |{$HEALTH_WARN_STATUS:"powerProblem"}||`62`| |{$HEALTH_WARN_STATUS:"voltageProblem"}||`62`| |{$HEALTH_WARN_STATUS:"diagnosticsFailed"}||`204`| |{$TEMP_CRIT}||`60`| |{$TEMP_CRIT_LOW}||`5`| |{$TEMP_WARN}||`50`| |{$SNMP.TIMEOUT}||`5m`| |{$ICMP_LOSS_WARN}||`20`| |{$ICMP_RESPONSE_TIME_WARN}||`0.15`| ### Items |Name|Description|Type|Key and additional info| |----|-----------|----|-----------------------| |Cisco UCS: Uptime (network)|
MIB: SNMPv2-MIB
The time (in hundredths of a second) since the network management portion of the system was last re-initialized.
|SNMP agent|system.net.uptime[sysUpTime.0]**Preprocessing**
Custom multiplier: `0.01`
MIB: HOST-RESOURCES-MIB
The amount of time since this host was last initialized. Note that this is different from sysUpTime in the SNMPv2-MIB [RFC1907] because sysUpTime is the uptime of the network management portion of the system.
|SNMP agent|system.hw.uptime[hrSystemUptime.0]**Preprocessing**
Check for not supported value
⛔️Custom on fail: Set value to: `0`
Custom multiplier: `0.01`
The item is used to collect all SNMP traps unmatched by other snmptrap items
|SNMP trap|snmptrap.fallback| |Cisco UCS: 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|system.location[sysLocation.0]**Preprocessing**
Discard unchanged with heartbeat: `12h`
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|system.contact[sysContact.0]**Preprocessing**
Discard unchanged with heartbeat: `12h`
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 determining`what kind of box' is being managed. For example, if vendor`Flintstones, 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|system.objectid[sysObjectID.0]**Preprocessing**
Discard unchanged with heartbeat: `12h`
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|system.name**Preprocessing**
Discard unchanged with heartbeat: `12h`
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|system.descr[sysDescr.0]**Preprocessing**
Discard unchanged with heartbeat: `12h`
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
|Zabbix internal|zabbix[host,snmp,available]| |Cisco UCS: ICMP ping||Simple check|icmpping| |Cisco UCS: ICMP loss||Simple check|icmppingloss| |Cisco UCS: ICMP response time||Simple check|icmppingsec| ### Triggers |Name|Description|Expression|Severity|Dependencies and additional info| |----|-----------|----------|--------|--------------------------------| |Cisco UCS: Host has been restarted|Uptime is less than 10 minutes.
|`(last(/Cisco UCS by SNMP/system.hw.uptime[hrSystemUptime.0])>0 and last(/Cisco UCS by SNMP/system.hw.uptime[hrSystemUptime.0])<10m) or (last(/Cisco UCS by SNMP/system.hw.uptime[hrSystemUptime.0])=0 and last(/Cisco UCS by SNMP/system.net.uptime[sysUpTime.0])<10m)`|Warning|**Manual close**: YesThe name of the system has changed. Acknowledge to close the problem manually.
|`last(/Cisco UCS by SNMP/system.name,#1)<>last(/Cisco UCS by SNMP/system.name,#2) and length(last(/Cisco UCS by SNMP/system.name))>0`|Info|**Manual close**: Yes| |Cisco UCS: No SNMP data collection|SNMP is not available for polling. Please check device connectivity and SNMP settings.
|`max(/Cisco UCS by SNMP/zabbix[host,snmp,available],{$SNMP.TIMEOUT})=0`|Warning|**Depends on**:Last three attempts returned timeout. Please check device connectivity.
|`max(/Cisco UCS by SNMP/icmpping,#3)=0`|High|| |Cisco UCS: High ICMP ping loss||`min(/Cisco UCS by SNMP/icmppingloss,5m)>{$ICMP_LOSS_WARN} and min(/Cisco UCS by SNMP/icmppingloss,5m)<100`|Warning|**Depends on**:MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB
Temperature readings of testpoint: {#SENSOR_LOCATION}.Ambient
|SNMP agent|sensor.temp.value[cucsComputeRackUnitMbTempStatsAmbientTemp.{#SNMPINDEX}]| |{#SENSOR_LOCATION}.Front: Temperature|MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB
Cisco UCS compute:RackUnitMbTempStats:frontTemp managed object property
|SNMP agent|sensor.temp.value[cucsComputeRackUnitMbTempStatsFrontTemp.{#SNMPINDEX}]| |{#SENSOR_LOCATION}.Rear: Temperature|MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB
Cisco UCS compute:RackUnitMbTempStats:rearTemp managed object property
|SNMP agent|sensor.temp.value[cucsComputeRackUnitMbTempStatsRearTemp.{#SNMPINDEX}]| |{#SENSOR_LOCATION}.IOH: Temperature|MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB
Cisco UCS compute:RackUnitMbTempStats:ioh1Temp managed object property
|SNMP agent|sensor.temp.value[cucsComputeRackUnitMbTempSltatsIoh1Temp.{#SNMPINDEX}]| ### Trigger prototypes for Temperature Discovery |Name|Description|Expression|Severity|Dependencies and additional info| |----|-----------|----------|--------|--------------------------------| |{#SENSOR_LOCATION}.Ambient: Temperature is above warning threshold|This trigger uses temperature sensor values as well as temperature sensor status if available
|`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsComputeRackUnitMbTempStatsAmbientTemp.{#SNMPINDEX}],5m)>{$TEMP_WARN:"Ambient"}`|Warning|**Depends on**:This trigger uses temperature sensor values as well as temperature sensor status if available
|`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsComputeRackUnitMbTempStatsAmbientTemp.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"Ambient"}`|High|| |{#SENSOR_LOCATION}.Ambient: Temperature is too low||`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsComputeRackUnitMbTempStatsAmbientTemp.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"Ambient"}`|Average|| |{#SENSOR_LOCATION}.Front: Temperature is above warning threshold|This trigger uses temperature sensor values as well as temperature sensor status if available
|`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsComputeRackUnitMbTempStatsFrontTemp.{#SNMPINDEX}],5m)>{$TEMP_WARN:"Ambient"}`|Warning|**Depends on**:This trigger uses temperature sensor values as well as temperature sensor status if available
|`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsComputeRackUnitMbTempStatsFrontTemp.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"Ambient"}`|High|| |{#SENSOR_LOCATION}.Front: Temperature is too low||`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsComputeRackUnitMbTempStatsFrontTemp.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"Ambient"}`|Average|| |{#SENSOR_LOCATION}.Rear: Temperature is above warning threshold|This trigger uses temperature sensor values as well as temperature sensor status if available
|`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsComputeRackUnitMbTempStatsRearTemp.{#SNMPINDEX}],5m)>{$TEMP_WARN:"Ambient"}`|Warning|**Depends on**:This trigger uses temperature sensor values as well as temperature sensor status if available
|`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsComputeRackUnitMbTempStatsRearTemp.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"Ambient"}`|High|| |{#SENSOR_LOCATION}.Rear: Temperature is too low||`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsComputeRackUnitMbTempStatsRearTemp.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"Ambient"}`|Average|| |{#SENSOR_LOCATION}.IOH: Temperature is above warning threshold|This trigger uses temperature sensor values as well as temperature sensor status if available
|`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsComputeRackUnitMbTempSltatsIoh1Temp.{#SNMPINDEX}],5m)>{$TEMP_WARN:"Ambient"}`|Warning|**Depends on**:This trigger uses temperature sensor values as well as temperature sensor status if available
|`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsComputeRackUnitMbTempSltatsIoh1Temp.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"Ambient"}`|High|| |{#SENSOR_LOCATION}.IOH: Temperature is too low||`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsComputeRackUnitMbTempSltatsIoh1Temp.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"Ambient"}`|Average|| ### LLD rule Temperature CPU Discovery |Name|Description|Type|Key and additional info| |----|-----------|----|-----------------------| |Temperature CPU Discovery||SNMP agent|temp.cpu.discovery| ### Item prototypes for Temperature CPU Discovery |Name|Description|Type|Key and additional info| |----|-----------|----|-----------------------| |{#SENSOR_LOCATION}: Temperature|MIB: CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB
Cisco UCS processor:EnvStats:temperature managed object property
|SNMP agent|sensor.temp.value[cucsProcessorEnvStatsTemperature.{#SNMPINDEX}]| ### Trigger prototypes for Temperature CPU Discovery |Name|Description|Expression|Severity|Dependencies and additional info| |----|-----------|----------|--------|--------------------------------| |{#SENSOR_LOCATION}: Temperature is above warning threshold|This trigger uses temperature sensor values as well as temperature sensor status if available
|`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsProcessorEnvStatsTemperature.{#SNMPINDEX}],5m)>{$TEMP_WARN:"CPU"}`|Warning|**Depends on**:This trigger uses temperature sensor values as well as temperature sensor status if available
|`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsProcessorEnvStatsTemperature.{#SNMPINDEX}],5m)>{$TEMP_CRIT:"CPU"}`|High|| |{#SENSOR_LOCATION}: Temperature is too low||`avg(/Cisco UCS by SNMP/sensor.temp.value[cucsProcessorEnvStatsTemperature.{#SNMPINDEX}],5m)<{$TEMP_CRIT_LOW:"CPU"}`|Average|| ### LLD rule PSU Discovery |Name|Description|Type|Key and additional info| |----|-----------|----|-----------------------| |PSU Discovery||SNMP agent|psu.discovery| ### Item prototypes for PSU Discovery |Name|Description|Type|Key and additional info| |----|-----------|----|-----------------------| |{#PSU_LOCATION}: Power supply status|MIB: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB
Cisco UCS equipment:Psu:operState managed object property
|SNMP agent|sensor.psu.status[cucsEquipmentPsuOperState.{#SNMPINDEX}]| ### Trigger prototypes for PSU Discovery |Name|Description|Expression|Severity|Dependencies and additional info| |----|-----------|----------|--------|--------------------------------| |{#PSU_LOCATION}: Power supply is in critical state|Please check the power supply unit for errors
|`count(/Cisco UCS by SNMP/sensor.psu.status[cucsEquipmentPsuOperState.{#SNMPINDEX}],#1,"eq","{$PSU_CRIT_STATUS:\"inoperable\"}")=1`|Average|| |{#PSU_LOCATION}: Power supply is in warning state|Please check the power supply unit for errors
|`count(/Cisco UCS by SNMP/sensor.psu.status[cucsEquipmentPsuOperState.{#SNMPINDEX}],#1,"eq","{$PSU_WARN_STATUS:\"degraded\"}")=1`|Warning|**Depends on**:MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB
Cisco UCS compute:RackUnit:operState managed object property
|SNMP agent|system.status[cucsComputeRackUnitOperState.{#SNMPINDEX}]| |{#UNIT_LOCATION}: Hardware model name|MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB
Cisco UCS compute:RackUnit:model managed object property
|SNMP agent|system.hw.model[cucsComputeRackUnitModel.{#SNMPINDEX}]**Preprocessing**
Discard unchanged with heartbeat: `1d`
MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB
Cisco UCS compute:RackUnit:serial managed object property
|SNMP agent|system.hw.serialnumber[cucsComputeRackUnitSerial.{#SNMPINDEX}]**Preprocessing**
Discard unchanged with heartbeat: `1d`
Please check the device for errors
|`count(/Cisco UCS by SNMP/system.status[cucsComputeRackUnitOperState.{#SNMPINDEX}],#1,"eq","{$HEALTH_CRIT_STATUS:\"computeFailed\"}")=1 or count(/Cisco UCS by SNMP/system.status[cucsComputeRackUnitOperState.{#SNMPINDEX}],#1,"eq","{$HEALTH_CRIT_STATUS:\"configFailure\"}")=1 or count(/Cisco UCS by SNMP/system.status[cucsComputeRackUnitOperState.{#SNMPINDEX}],#1,"eq","{$HEALTH_CRIT_STATUS:\"unconfigFailure\"}")=1 or count(/Cisco UCS by SNMP/system.status[cucsComputeRackUnitOperState.{#SNMPINDEX}],#1,"eq","{$HEALTH_CRIT_STATUS:\"inoperable\"}")=1`|High|| |{#UNIT_LOCATION}: System status is in warning state|Please check the device for warnings
|`count(/Cisco UCS by SNMP/system.status[cucsComputeRackUnitOperState.{#SNMPINDEX}],#1,"eq","{$HEALTH_WARN_STATUS:\"testFailed\"}")=1 or count(/Cisco UCS by SNMP/system.status[cucsComputeRackUnitOperState.{#SNMPINDEX}],#1,"eq","{$HEALTH_WARN_STATUS:\"thermalProblem\"}")=1 or count(/Cisco UCS by SNMP/system.status[cucsComputeRackUnitOperState.{#SNMPINDEX}],#1,"eq","{$HEALTH_WARN_STATUS:\"powerProblem\"}")=1 or count(/Cisco UCS by SNMP/system.status[cucsComputeRackUnitOperState.{#SNMPINDEX}],#1,"eq","{$HEALTH_WARN_STATUS:\"voltageProblem\"}")=1 or count(/Cisco UCS by SNMP/system.status[cucsComputeRackUnitOperState.{#SNMPINDEX}],#1,"eq","{$HEALTH_WARN_STATUS:\"diagnosticsFailed\"}")=1`|Warning|**Depends on**:Device serial number has changed. Acknowledge to close the problem manually.
|`last(/Cisco UCS by SNMP/system.hw.serialnumber[cucsComputeRackUnitSerial.{#SNMPINDEX}],#1)<>last(/Cisco UCS by SNMP/system.hw.serialnumber[cucsComputeRackUnitSerial.{#SNMPINDEX}],#2) and length(last(/Cisco UCS by SNMP/system.hw.serialnumber[cucsComputeRackUnitSerial.{#SNMPINDEX}]))>0`|Info|**Manual close**: Yes| ### LLD rule FAN Discovery |Name|Description|Type|Key and additional info| |----|-----------|----|-----------------------| |FAN Discovery||SNMP agent|fan.discovery| ### Item prototypes for FAN Discovery |Name|Description|Type|Key and additional info| |----|-----------|----|-----------------------| |{#FAN_LOCATION}: Fan status|MIB: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB
Cisco UCS equipment:Fan:operState managed object property
|SNMP agent|sensor.fan.status[cucsEquipmentFanOperState.{#SNMPINDEX}]| ### Trigger prototypes for FAN Discovery |Name|Description|Expression|Severity|Dependencies and additional info| |----|-----------|----------|--------|--------------------------------| |{#FAN_LOCATION}: Fan is in warning state|Please check the fan unit
|`count(/Cisco UCS by SNMP/sensor.fan.status[cucsEquipmentFanOperState.{#SNMPINDEX}],#1,"eq","{$FAN_WARN_STATUS:\"degraded\"}")=1`|Warning|**Depends on**:Please check the fan unit
|`count(/Cisco UCS by SNMP/sensor.fan.status[cucsEquipmentFanOperState.{#SNMPINDEX}],#1,"eq","{$FAN_CRIT_STATUS:\"inoperable\"}")=1`|Average|| ### LLD rule Physical Disk Discovery |Name|Description|Type|Key and additional info| |----|-----------|----|-----------------------| |Physical Disk Discovery|Scanning table of physical drive entries CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageLocalDiskTable.
|SNMP agent|physicalDisk.discovery| ### Item prototypes for Physical Disk Discovery |Name|Description|Type|Key and additional info| |----|-----------|----|-----------------------| |{#DISK_LOCATION}: Physical disk status|MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB
Cisco UCS storage:LocalDisk:diskState managed object property.
|SNMP agent|system.hw.physicaldisk.status[cucsStorageLocalDiskDiskState.{#SNMPINDEX}]| |{#DISK_LOCATION}: Physical disk model name|MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB
Cisco UCS storage:LocalDisk:serial managed object property. Actually returns part number code
|SNMP agent|system.hw.physicaldisk.model[cucsStorageLocalDiskSerial.{#SNMPINDEX}]| |{#DISK_LOCATION}: Physical disk media type|MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB
Cisco UCS storage:LocalDisk:model managed object property. Actually returns 'HDD' or 'SSD'
|SNMP agent|system.hw.physicaldisk.media_type[cucsStorageLocalDiskModel.{#SNMPINDEX}]| |{#DISK_LOCATION}: Disk size|MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB
Cisco UCS storage:LocalDisk:size managed object property. In MB.
|SNMP agent|system.hw.physicaldisk.size[cucsStorageLocalDiskSize.{#SNMPINDEX}]**Preprocessing**
Custom multiplier: `1048576`
Please check physical disk for warnings or errors
|`count(/Cisco UCS by SNMP/system.hw.physicaldisk.status[cucsStorageLocalDiskDiskState.{#SNMPINDEX}],#1,"eq","{$DISK_FAIL_STATUS:\"failed\"}")=1`|High|| |{#DISK_LOCATION}: Physical disk error|Please check physical disk for warnings or errors
|`count(/Cisco UCS by SNMP/system.hw.physicaldisk.status[cucsStorageLocalDiskDiskState.{#SNMPINDEX}],#1,"eq","{$DISK_CRIT_STATUS:\"bad\"}")=1 or count(/Cisco UCS by SNMP/system.hw.physicaldisk.status[cucsStorageLocalDiskDiskState.{#SNMPINDEX}],#1,"eq","{$DISK_CRIT_STATUS:\"predictiveFailure\"}")=1`|Average|**Depends on**:CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageLocalLunTable
|SNMP agent|virtualdisk.discovery| ### Item prototypes for Virtual Disk Discovery |Name|Description|Type|Key and additional info| |----|-----------|----|-----------------------| |{#VDISK_LOCATION}: Status|MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB
Cisco UCS storage:LocalLun:presence managed object property
|SNMP agent|system.hw.virtualdisk.status[cucsStorageLocalLunPresence.{#SNMPINDEX}]| |{#VDISK_LOCATION}: Layout type|MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB
Cisco UCS storage:LocalLun:type managed object property
|SNMP agent|system.hw.virtualdisk.layout[cucsStorageLocalLunType.{#SNMPINDEX}]| |{#VDISK_LOCATION}: Disk size|MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB
Cisco UCS storage:LocalLun:size managed object property in MB.
|SNMP agent|system.hw.virtualdisk.size[cucsStorageLocalLunSize.{#SNMPINDEX}]**Preprocessing**
Custom multiplier: `1048576`
Please check virtual disk for warnings or errors
|`count(/Cisco UCS by SNMP/system.hw.virtualdisk.status[cucsStorageLocalLunPresence.{#SNMPINDEX}],#1,"ne","{$VDISK_OK_STATUS:\"equipped\"}")=1`|Warning|| ### LLD rule Array Controller Discovery |Name|Description|Type|Key and additional info| |----|-----------|----|-----------------------| |Array Controller Discovery|Scanning table of Array controllers: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageControllerTable.
|SNMP agent|array.discovery| ### Item prototypes for Array Controller Discovery |Name|Description|Type|Key and additional info| |----|-----------|----|-----------------------| |{#DISKARRAY_LOCATION}: Disk array controller status|MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB
|SNMP agent|system.hw.diskarray.status[cucsStorageControllerOperState.{#SNMPINDEX}]| |{#DISKARRAY_LOCATION}: Disk array controller model|MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB
|SNMP agent|system.hw.diskarray.model[cucsStorageControllerModel.{#SNMPINDEX}]| ### Trigger prototypes for Array Controller Discovery |Name|Description|Expression|Severity|Dependencies and additional info| |----|-----------|----------|--------|--------------------------------| |{#DISKARRAY_LOCATION}: Disk array controller is in critical state|Please check the device for faults
|`count(/Cisco UCS by SNMP/system.hw.diskarray.status[cucsStorageControllerOperState.{#SNMPINDEX}],#1,"eq","{$DISK_ARRAY_CRIT_STATUS:\"inoperable\"}")=1`|High|| |{#DISKARRAY_LOCATION}: Disk array controller is in warning state|Please check the device for faults
|`count(/Cisco UCS by SNMP/system.hw.diskarray.status[cucsStorageControllerOperState.{#SNMPINDEX}],#1,"eq","{$DISK_ARRAY_WARN_STATUS:\"degraded\"}")=1`|Average|**Depends on**:Please check the device for faults
|`count(/Cisco UCS by SNMP/system.hw.diskarray.status[cucsStorageControllerOperState.{#SNMPINDEX}],#1,"ne","{$DISK_ARRAY_OK_STATUS:\"operable\"}")=1`|Warning|**Depends on**:Scanning table of Array controllers: CISCO-UNIFIED-COMPUTING-STORAGE-MIB::cucsStorageControllerTable.
|SNMP agent|array.cache.discovery| ### Item prototypes for Array Controller Cache Discovery |Name|Description|Type|Key and additional info| |----|-----------|----|-----------------------| |{#DISKARRAY_CACHE_LOCATION}: Disk array cache controller battery status|MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB
|SNMP agent|system.hw.diskarray.cache.battery.status[cucsStorageRaidBatteryOperability.{#SNMPINDEX}]| ### Trigger prototypes for Array Controller Cache Discovery |Name|Description|Expression|Severity|Dependencies and additional info| |----|-----------|----------|--------|--------------------------------| |{#DISKARRAY_CACHE_LOCATION}: Disk array cache controller battery is in critical state!|Please check the device for faults
|`count(/Cisco UCS by SNMP/system.hw.diskarray.cache.battery.status[cucsStorageRaidBatteryOperability.{#SNMPINDEX}],#1,"eq","{$DISK_ARRAY_CACHE_BATTERY_CRIT_STATUS}")=1`|Average|| |{#DISKARRAY_CACHE_LOCATION}: Disk array cache controller battery is not in optimal state|Please check the device for faults
|`count(/Cisco UCS by SNMP/system.hw.diskarray.cache.battery.status[cucsStorageRaidBatteryOperability.{#SNMPINDEX}],#1,"ne","{$DISK_ARRAY_CACHE_BATTERY_OK_STATUS}")=1`|Warning|**Depends on**: