Huawei OceanStor 5300 V5 SNMP
Macros used
| Name | Value |
|---|---|
| {$CPU.UTIL.CRIT} | 90 |
| {$HUAWEI.5300.DISK.TEMP.MAX.TIME} | 5m |
| {$HUAWEI.5300.DISK.TEMP.MAX.WARN} | 45 |
| {$HUAWEI.5300.LUN.IO.TIME.MAX.TIME} | 5m |
| {$HUAWEI.5300.LUN.IO.TIME.MAX.WARN} | 100 |
| {$HUAWEI.5300.MEM.MAX.TIME} | 5m |
| {$HUAWEI.5300.MEM.MAX.WARN} | 90 |
| {$HUAWEI.5300.NODE.IO.DELAY.MAX.TIME} | 5m |
| {$HUAWEI.5300.NODE.IO.DELAY.MAX.WARN} | 20 |
| {$HUAWEI.5300.POOL.CAPACITY.THRESH.TIME} | 5m |
| {$HUAWEI.5300.TEMP.MAX.TIME} | 3m |
| {$HUAWEI.5300.TEMP.MAX.WARN} | 35 |
| {$ICMP_LOSS_WARN} | 20 |
| {$ICMP_RESPONSE_TIME_WARN} | 0.15 |
| {$SNMP.TIMEOUT} | 5m |
Items collected
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| OceanStor 5300 V5: Status | System running status. | SNMP_AGENT | - | huawei.5300.v5[status] |
| OceanStor 5300 V5: Capacity total | Total capacity of a device. | SNMP_AGENT | - | huawei.5300.v5[totalCapacity] |
| OceanStor 5300 V5: Capacity used | Used capacity of a device. | SNMP_AGENT | - | huawei.5300.v5[usedCapacity] |
| OceanStor 5300 V5: Version | The device version. | SNMP_AGENT | - | huawei.5300.v5[version] |
| 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] |
| 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] |
| 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 |
|---|---|---|---|---|
| OceanStor 5300 V5: Storage version has been changed | OceanStor 5300 V5 version has changed. Ack to close. | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[version],#1)<>last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[version],#2) and length(last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[version]))>0 | INFO 🔔 | OceanStor 5300 V5: Version |
| Unavailable by ICMP ping | Last three attempts returned timeout. Please check device connectivity. | max(/Huawei OceanStor 5300 V5 SNMP/icmpping,#3)=0 | HIGH ⛔ | ICMP ping |
| High ICMP ping loss | - | min(/Huawei OceanStor 5300 V5 SNMP/icmppingloss,5m)>{$ICMP_LOSS_WARN} and min(/Huawei OceanStor 5300 V5 SNMP/icmppingloss,5m)<100 | WARNING 📢 | ICMP loss |
| High ICMP ping response time | - | avg(/Huawei OceanStor 5300 V5 SNMP/icmppingsec,5m)>{$ICMP_RESPONSE_TIME_WARN} | WARNING 📢 | ICMP response time |
| System name has changed | System name has changed. Ack to close. | last(/Huawei OceanStor 5300 V5 SNMP/system.name,#1)<>last(/Huawei OceanStor 5300 V5 SNMP/system.name,#2) and length(last(/Huawei OceanStor 5300 V5 SNMP/system.name))>0 | INFO 🔔 | System name |
| has been restarted | Uptime is less than 10 minutes. | last(/Huawei OceanStor 5300 V5 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(/Huawei OceanStor 5300 V5 SNMP/zabbix[host,snmp,available],{$SNMP.TIMEOUT})=0 | WARNING 📢 | SNMP agent availability |
Discovery rule №1
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| BBU discovery | Discovery of BBU | SNMP_AGENT | 1h | huawei.5300.bbu.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| BBU {#ID} on {#LOCATION}: Health status | Health status of a BBU. For details, see definition of Enum Values (HEALTH_STATUS_E). https://support.huawei.com/enterprise/en/centralized-storage/oceanstor-5300-v5-pid-22462029?category=reference-guides&subcategory=mib-reference | SNMP_AGENT | - | huawei.5300.v5[hwInfoBBUHealthStatus, "{#ID}:{#LOCATION}"] |
| BBU {#ID} on {#LOCATION}: Running status | Running status of a BBU. For details, see definition of Enum Values (RUNNING_STATUS_E). https://support.huawei.com/enterprise/en/centralized-storage/oceanstor-5300-v5-pid-22462029?category=reference-guides&subcategory=mib-reference | SNMP_AGENT | - | huawei.5300.v5[hwInfoBBURunningStatus, "{#ID}:{#LOCATION}"] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| BBU {#ID} on {#LOCATION}: Health status is not Normal | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoBBUHealthStatus, "{#ID}:{#LOCATION}"])<>1 | HIGH ⛔ | BBU {#ID} on {#LOCATION}: Health status |
| BBU {#ID} on {#LOCATION}: Running status is not Online | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoBBURunningStatus, "{#ID}:{#LOCATION}"])<>2 | AVERAGE ⚠ | BBU {#ID} on {#LOCATION}: Running status |
Discovery rule №2
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Controllers discovery | Discovery of controllers | SNMP_AGENT | 1h | huawei.5300.controllers.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Controller {#ID}: CPU utilization | CPU usage of a controller {#ID}. | SNMP_AGENT | - | huawei.5300.v5[hwInfoControllerCPUUsage, "{#ID}"] |
| Controller {#ID}: Health status | Controller health status. For details, see definition of Enum Values (HEALTH_STATUS_E). https://support.huawei.com/enterprise/en/centralized-storage/oceanstor-5300-v5-pid-22462029?category=reference-guides&subcategory=mib-reference | SNMP_AGENT | - | huawei.5300.v5[hwInfoControllerHealthStatus, "{#ID}"] |
| Controller {#ID}: Memory utilization | Memory usage of a controller {#ID}. | SNMP_AGENT | - | huawei.5300.v5[hwInfoControllerMemoryUsage, "{#ID}"] |
| Controller {#ID}: Role | Controller role.. | SNMP_AGENT | - | huawei.5300.v5[hwInfoControllerRole, "{#ID}"] |
| Controller {#ID}: Running status | Controller running status. For details, see definition of Enum Values (RUNNING_STATUS_E). https://support.huawei.com/enterprise/en/centralized-storage/oceanstor-5300-v5-pid-22462029?category=reference-guides&subcategory=mib-reference | SNMP_AGENT | - | huawei.5300.v5[hwInfoControllerRunningStatus, "{#ID}"] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| Controller {#ID}: High CPU utilization | CPU utilization is too high. The system might be slow to respond. | min(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoControllerCPUUsage, "{#ID}"],5m)>{$CPU.UTIL.CRIT} | WARNING 📢 | Controller {#ID}: CPU utilization |
| Controller {#ID}: Health status is not Normal | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoControllerHealthStatus, "{#ID}"])<>1 | HIGH ⛔ | Controller {#ID}: Health status |
| Controller {#ID}: Memory usage is too high | - | min(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoControllerMemoryUsage, "{#ID}"],{$HUAWEI.5300.MEM.MAX.TIME})>{$HUAWEI.5300.MEM.MAX.WARN} | AVERAGE ⚠ | Controller {#ID}: Memory utilization |
| Controller {#ID}: Role has been changed | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoControllerRole, "{#ID}"],#1)<>last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoControllerRole, "{#ID}"],#2) | WARNING 📢 | Controller {#ID}: Role |
| Controller {#ID}: Running status is not Online | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoControllerRunningStatus, "{#ID}"])<>27 | AVERAGE ⚠ | Controller {#ID}: Running status |
Discovery rule №3
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Disks discovery | Discovery of disks | SNMP_AGENT | 1h | huawei.5300.disks.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Disk {#MODEL} on {#LOCATION}: Health score | Health score of a disk. If the value is 255, indicating invalid. | SNMP_AGENT | - | huawei.5300.v5[hwInfoDiskHealthMark, "{#ID}"] |
| Disk {#MODEL} on {#LOCATION}: Health status | Disk health status. For details, see definition of Enum Values (HEALTH_STATUS_E). https://support.huawei.com/enterprise/en/centralized-storage/oceanstor-5300-v5-pid-22462029?category=reference-guides&subcategory=mib-reference | SNMP_AGENT | - | huawei.5300.v5[hwInfoDiskHealthStatus, "{#ID}"] |
| Disk {#MODEL} on {#LOCATION}: Running status | Disk running status. For details, see definition of Enum Values (RUNNING_STATUS_E). https://support.huawei.com/enterprise/en/centralized-storage/oceanstor-5300-v5-pid-22462029?category=reference-guides&subcategory=mib-reference | SNMP_AGENT | - | huawei.5300.v5[hwInfoDiskRunningStatus, "{#ID}"] |
| Disk {#MODEL} on {#LOCATION}: Temperature | Disk temperature. | SNMP_AGENT | - | huawei.5300.v5[hwInfoDiskTemperature, "{#ID}"] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| Disk {#MODEL} on {#LOCATION}: Health status is not Normal | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoDiskHealthStatus, "{#ID}"])<>1 | HIGH ⛔ | Disk {#MODEL} on {#LOCATION}: Health status |
| Disk {#MODEL} on {#LOCATION}: Running status is not Online | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoDiskRunningStatus, "{#ID}"])<>27 | AVERAGE ⚠ | Disk {#MODEL} on {#LOCATION}: Running status |
| Disk {#MODEL} on {#LOCATION}: Temperature is too high | - | min(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoDiskTemperature, "{#ID}"],{$HUAWEI.5300.DISK.TEMP.MAX.TIME})>{$HUAWEI.5300.DISK.TEMP.MAX.WARN:"{#MODEL}"} | HIGH ⛔ | Disk {#MODEL} on {#LOCATION}: Temperature |
Discovery rule №4
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Enclosure discovery | Discovery of enclosures | SNMP_AGENT | 1h | huawei.5300.enclosure.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Enclosure {#NAME}: Health status | Enclosure health status. For details, see definition of Enum Values (HEALTH_STATUS_E). https://support.huawei.com/enterprise/en/centralized-storage/oceanstor-5300-v5-pid-22462029?category=reference-guides&subcategory=mib-reference | SNMP_AGENT | - | huawei.5300.v5[hwInfoEnclosureHealthStatus, "{#NAME}"] |
| Enclosure {#NAME}: Running status | Enclosure running status. For details, see definition of Enum Values (RUNNING_STATUS_E). https://support.huawei.com/enterprise/en/centralized-storage/oceanstor-5300-v5-pid-22462029?category=reference-guides&subcategory=mib-reference | SNMP_AGENT | - | huawei.5300.v5[hwInfoEnclosureRunningStatus, "{#NAME}"] |
| Enclosure {#NAME}: Temperature | Enclosure temperature. | SNMP_AGENT | - | huawei.5300.v5[hwInfoEnclosureTemperature, "{#NAME}"] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| Enclosure {#NAME}: Health status is not Normal | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoEnclosureHealthStatus, "{#NAME}"])<>1 | HIGH ⛔ | Enclosure {#NAME}: Health status |
| Enclosure {#NAME}: Running status is not Online | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoEnclosureRunningStatus, "{#NAME}"])<>27 | AVERAGE ⚠ | Enclosure {#NAME}: Running status |
| Enclosure {#NAME}: Temperature is too high | - | min(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoEnclosureTemperature, "{#NAME}"],{$HUAWEI.5300.TEMP.MAX.TIME})>{$HUAWEI.5300.TEMP.MAX.WARN} | HIGH ⛔ | Enclosure {#NAME}: Temperature |
Discovery rule №5
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| FANs discovery | Discovery of FANs | SNMP_AGENT | 1h | huawei.5300.fan.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| FAN {#ID} on {#LOCATION}: Health status | Health status of a fan. For details, see definition of Enum Values (HEALTH_STATUS_E). https://support.huawei.com/enterprise/en/centralized-storage/oceanstor-5300-v5-pid-22462029?category=reference-guides&subcategory=mib-reference | SNMP_AGENT | - | huawei.5300.v5[hwInfoFanHealthStatus, "{#ID}:{#LOCATION}"] |
| FAN {#ID} on {#LOCATION}: Running status | Operating status of a fan. For details, see definition of Enum Values (RUNNING_STATUS_E). https://support.huawei.com/enterprise/en/centralized-storage/oceanstor-5300-v5-pid-22462029?category=reference-guides&subcategory=mib-reference | SNMP_AGENT | - | huawei.5300.v5[hwInfoFanRunningStatus, "{#ID}:{#LOCATION}"] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| FAN {#ID} on {#LOCATION}: Health status is not Normal | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoFanHealthStatus, "{#ID}:{#LOCATION}"])<>1 | HIGH ⛔ | FAN {#ID} on {#LOCATION}: Health status |
| FAN {#ID} on {#LOCATION}: Running status is not Running | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoFanRunningStatus, "{#ID}:{#LOCATION}"])<>2 | AVERAGE ⚠ | FAN {#ID} on {#LOCATION}: Running status |
Discovery rule №6
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| LUNs discovery | Discovery of LUNs | SNMP_AGENT | 1h | huawei.5300.lun.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| LUN {#NAME}: Average total I/O latency | Average I/O latency of the node in milliseconds. | SNMP_AGENT | - | huawei.5300.v5[hwPerfLunAverageIOResponseTime, "{#NAME}"] |
| LUN {#NAME}: Average read I/O latency | Average read I/O response time in milliseconds. | SNMP_AGENT | - | huawei.5300.v5[hwPerfLunAverageReadIOLatency, "{#NAME}"] |
| LUN {#NAME}: Average write I/O latency | Average write I/O response time in milliseconds. | SNMP_AGENT | - | huawei.5300.v5[hwPerfLunAverageWriteIOLatency, "{#NAME}"] |
| LUN {#NAME}: Read operations per second | Read IOPS of the node. | SNMP_AGENT | - | huawei.5300.v5[hwPerfLunReadIOPS, "{#NAME}"] |
| LUN {#NAME}: Read traffic per second | Current read bandwidth for the LUN. | SNMP_AGENT | - | huawei.5300.v5[hwPerfLunReadTraffic, "{#NAME}"] |
| LUN {#NAME}: Total I/O per second | Current IOPS of the LUN. | SNMP_AGENT | - | huawei.5300.v5[hwPerfLunTotalIOPS, "{#NAME}"] |
| LUN {#NAME}: Total traffic per second | Current total bandwidth for the LUN. | SNMP_AGENT | - | huawei.5300.v5[hwPerfLunTotalTraffic, "{#NAME}"] |
| LUN {#NAME}: Write operations per second | Write IOPS of the node. | SNMP_AGENT | - | huawei.5300.v5[hwPerfLunWriteIOPS, "{#NAME}"] |
| LUN {#NAME}: Write traffic per second | Current write bandwidth for the LUN. | SNMP_AGENT | - | huawei.5300.v5[hwPerfLunWriteTraffic, "{#NAME}"] |
| LUN {#NAME}: Capacity | Capacity of the LUN. | SNMP_AGENT | - | huawei.5300.v5[hwStorageLunCapacity, "{#NAME}"] |
| LUN {#NAME}: Status | Status of the LUN. | SNMP_AGENT | - | huawei.5300.v5[hwStorageLunStatus, "{#NAME}"] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| LUN {#NAME}: Average I/O response time is too high | - | min(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwPerfLunAverageIOResponseTime, "{#NAME}"],{$HUAWEI.5300.LUN.IO.TIME.MAX.TIME})>{$HUAWEI.5300.LUN.IO.TIME.MAX.WARN} | WARNING 📢 | LUN {#NAME}: Average total I/O latency |
| LUN {#NAME}: Status is not Normal | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwStorageLunStatus, "{#NAME}"])<>1 | AVERAGE ⚠ | LUN {#NAME}: Status |
Discovery rule №7
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Nodes performance discovery | Discovery of nodes performance counters | SNMP_AGENT | 1h | huawei.5300.nodes.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Node {#NODE}: CPU utilization | CPU usage of the node {#NODE}. | SNMP_AGENT | - | huawei.5300.v5[hwPerfNodeCPUUsage, "{#NODE}"] |
| Node {#NODE}: Average I/O latency | Average I/O latency of the node. | SNMP_AGENT | - | huawei.5300.v5[hwPerfNodeDelay, "{#NODE}"] |
| Node {#NODE}: Read operations per second | Read IOPS of the node. | SNMP_AGENT | - | huawei.5300.v5[hwPerfNodeReadIOPS, "{#NODE}"] |
| Node {#NODE}: Read traffic per second | Read bandwidth for the node. | SNMP_AGENT | - | huawei.5300.v5[hwPerfNodeReadTraffic, "{#NODE}"] |
| Node {#NODE}: Total I/O per second | Total IOPS of the node. | SNMP_AGENT | - | huawei.5300.v5[hwPerfNodeTotalIOPS, "{#NODE}"] |
| Node {#NODE}: Total traffic per second | Total bandwidth for the node. | SNMP_AGENT | - | huawei.5300.v5[hwPerfNodeTotalTraffic, "{#NODE}"] |
| Node {#NODE}: Write operations per second | Write IOPS of the node. | SNMP_AGENT | - | huawei.5300.v5[hwPerfNodeWriteIOPS, "{#NODE}"] |
| Node {#NODE}: Write traffic per second | Write bandwidth for the node. | SNMP_AGENT | - | huawei.5300.v5[hwPerfNodeWriteTraffic, "{#NODE}"] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| Node {#NODE}: High CPU utilization | CPU utilization is too high. The system might be slow to respond. | min(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwPerfNodeCPUUsage, "{#NODE}"],5m)>{$CPU.UTIL.CRIT} | WARNING 📢 | Node {#NODE}: CPU utilization |
| Node {#NODE}: Average I/O latency is too high | - | min(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwPerfNodeDelay, "{#NODE}"],{$HUAWEI.5300.NODE.IO.DELAY.MAX.TIME})>{$HUAWEI.5300.NODE.IO.DELAY.MAX.WARN} | WARNING 📢 | Node {#NODE}: Average I/O latency |
Discovery rule №8
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Storage pools discovery | Discovery of storage pools | SNMP_AGENT | 1h | huawei.5300.pool.discovery |
Item prototypes
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| Pool {#NAME}: Capacity free | Available capacity of a storage pool. | SNMP_AGENT | - | huawei.5300.v5[hwInfoStoragePoolFreeCapacity, "{#NAME}"] |
| Pool {#NAME}: Capacity used percentage | Used capacity of a storage pool in percents. | CALCULATED | - | huawei.5300.v5[hwInfoStoragePoolFreeCapacityPct, "{#NAME}"] |
| Pool {#NAME}: Health status | Health status of a storage pool. For details, see definition of Enum Values (HEALTH_STATUS_E). https://support.huawei.com/enterprise/en/centralized-storage/oceanstor-5300-v5-pid-22462029?category=reference-guides&subcategory=mib-reference | SNMP_AGENT | - | huawei.5300.v5[hwInfoStoragePoolHealthStatus, "{#NAME}"] |
| Pool {#NAME}: Running status | Operating status of a storage pool. For details, see definition of Enum Values (RUNNING_STATUS_E). https://support.huawei.com/enterprise/en/centralized-storage/oceanstor-5300-v5-pid-22462029?category=reference-guides&subcategory=mib-reference | SNMP_AGENT | - | huawei.5300.v5[hwInfoStoragePoolRunningStatus, "{#NAME}"] |
| Pool {#NAME}: Capacity used | Used capacity of a storage pool. | SNMP_AGENT | - | huawei.5300.v5[hwInfoStoragePoolSubscribedCapacity, "{#NAME}"] |
| Pool {#NAME}: Capacity total | Total capacity of a storage pool. | SNMP_AGENT | - | huawei.5300.v5[hwInfoStoragePoolTotalCapacity, "{#NAME}"] |
Trigger prototypes
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| Pool {#NAME}: Used capacity is too high | - | min(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoStoragePoolFreeCapacityPct, "{#NAME}"],{$HUAWEI.5300.POOL.CAPACITY.THRESH.TIME})>{#THRESHOLD} | AVERAGE ⚠ | Pool {#NAME}: Capacity used percentage |
| Pool {#NAME}: Health status is not Normal | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoStoragePoolHealthStatus, "{#NAME}"])<>1 | HIGH ⛔ | Pool {#NAME}: Health status |
| Pool {#NAME}: Running status is not Online | - | last(/Huawei OceanStor 5300 V5 SNMP/huawei.5300.v5[hwInfoStoragePoolRunningStatus, "{#NAME}"])<>27 | AVERAGE ⚠ | Pool {#NAME}: Running status |