26 lines
1001 B
Diff
26 lines
1001 B
Diff
From d40544c0a1d50645b171f366ccae8b2a1090cf6a Mon Sep 17 00:00:00 2001
|
|
From: bixiaoyan1 <bixiaoyan@kylinos.cn>
|
|
Date: Wed, 20 Mar 2024 10:12:56 +0800
|
|
Subject: [PATCH] Doc: HealthSMART:fix the description of temp_lower_limit
|
|
|
|
---
|
|
agents/ocf/HealthSMART.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/agents/ocf/HealthSMART.in b/agents/ocf/HealthSMART.in
|
|
index 0871ab91a..f688f7381 100755
|
|
--- a/agents/ocf/HealthSMART.in
|
|
+++ b/agents/ocf/HealthSMART.in
|
|
@@ -80,7 +80,7 @@ The device type(s) to assume for the drive(s) being tested as a SPACE separated
|
|
|
|
<parameter name="temp_lower_limit" reloadable="1">
|
|
<longdesc lang="en">
|
|
-Lower limit of the temperature in deg C of the drive(s). Below this limit the status will be red.
|
|
+Lower limit of the temperature in deg C of the drive(s). Below this limit the status of #health-smart will be red.
|
|
</longdesc>
|
|
<shortdesc lang="en">Lower limit for the red smart attribute</shortdesc>
|
|
<content type="string" default="0"/>
|
|
--
|
|
2.25.1
|
|
|