Skip to content

Commit 03a7226

Browse files
hp_proliant_da_phydrv: add missing code to mapping
This code is for the HPE Raid Controller with hot spare disk. Co-authored-by: Logan Connolly <[email protected]> Change-Id: I41469893106023a21a51151f6ace1ec62787ed05
1 parent 2bd34f2 commit 03a7226

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.werks/17592.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[//]: # (werk v2)
2+
# Support HPE Raid Controller with hot spare disk
3+
4+
key | value
5+
---------- | ---
6+
date | 2025-02-05T10:21:25+00:00
7+
version | 2.3.0p27
8+
class | fix
9+
edition | cre
10+
component | checks
11+
level | 1
12+
compatible | yes
13+
14+
Add missing mapping for HPE Raid Controller with hot spare disk.
15+
16+
Manual page: https://checkmk.com/integrations/hp_proliant_da_phydrv

cmk/base/plugins/agent_based/hp_proliant_da_phydrv.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"7": "erase queued",
3535
"8": "SSD wear out",
3636
"9": "not authenticated",
37+
"10": "spare",
3738
}
3839

3940
_MAP_SMART_STATUS = {

0 commit comments

Comments
 (0)