From 9d04986df41253a7ab7095f0d156c28498e0b445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20K=C3=A1cha?= <ph@cesnet.cz> Date: Wed, 8 Jan 2025 10:15:05 +0100 Subject: [PATCH] Add hotspare physical disk states as ok --- check_perccli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_perccli b/check_perccli index 7fc3c73..4344a74 100755 --- a/check_perccli +++ b/check_perccli @@ -16,7 +16,7 @@ hw_list = [ { "what": "Physical Drive", "key": ("Controllers", "Response Data", "PD LIST", "State"), - "ok_strings": ["Onln", "UGood"], + "ok_strings": ["Onln", "UGood", "DHS", "GHS"], "warn_strings": ["Rbld"] }, { -- GitLab