24 lines
883 B
Diff
24 lines
883 B
Diff
From eac983c14f4695f491fe430a78d8d18a1481c60c Mon Sep 17 00:00:00 2001
|
|
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
|
|
Date: Wed, 29 Oct 2025 15:15:54 +0100
|
|
Subject: [PATCH] oracle: improve monpassword description
|
|
|
|
---
|
|
heartbeat/oracle | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/heartbeat/oracle b/heartbeat/oracle
|
|
index 8cf4e3649c..c85e499833 100755
|
|
--- a/heartbeat/oracle
|
|
+++ b/heartbeat/oracle
|
|
@@ -132,8 +132,7 @@ that the password for this user does not expire.
|
|
<longdesc lang="en">
|
|
Password for the monitoring user. Make sure
|
|
that the password for this user does not expire.
|
|
-Need to explicitly set a password to a new monitor
|
|
-user for the security reason.
|
|
+Set to avoid using the agents default password for "monuser".
|
|
</longdesc>
|
|
<shortdesc lang="en">monpassword</shortdesc>
|
|
<content type="string" default="$OCF_RESKEY_monpassword_default" />
|