From ee2afbb49ba881561176a597eb73783056e581cf Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Wed, 29 Oct 2025 16:44:49 +0100 Subject: [PATCH] - MailTo: add s-nail support for multiple recipients - oracle: improve monpassword description Resolves: RHEL-92707, RHEL-124881 --- ...acle-improve-monpassword-description.patch | 23 ++++++++++++ ...nail-support-for-multiple-recipients.patch | 36 +++++++++++++++++++ resource-agents.spec | 12 ++++++- 3 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 RHEL-124881-oracle-improve-monpassword-description.patch create mode 100644 RHEL-92707-MailTo-add-s-nail-support-for-multiple-recipients.patch diff --git a/RHEL-124881-oracle-improve-monpassword-description.patch b/RHEL-124881-oracle-improve-monpassword-description.patch new file mode 100644 index 0000000..c6d6827 --- /dev/null +++ b/RHEL-124881-oracle-improve-monpassword-description.patch @@ -0,0 +1,23 @@ +From eac983c14f4695f491fe430a78d8d18a1481c60c Mon Sep 17 00:00:00 2001 +From: Oyvind Albrigtsen +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. + + 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". + + monpassword + diff --git a/RHEL-92707-MailTo-add-s-nail-support-for-multiple-recipients.patch b/RHEL-92707-MailTo-add-s-nail-support-for-multiple-recipients.patch new file mode 100644 index 0000000..69a636a --- /dev/null +++ b/RHEL-92707-MailTo-add-s-nail-support-for-multiple-recipients.patch @@ -0,0 +1,36 @@ +From 1e546b85010e5fdbf7a0f31207dce144c14c50ec Mon Sep 17 00:00:00 2001 +From: Oyvind Albrigtsen +Date: Wed, 29 Oct 2025 15:17:30 +0100 +Subject: [PATCH] MailTo: add s-nail support for multiple recipients + +--- + heartbeat/MailTo | 16 ++++++++++------ + 1 file changed, 10 insertions(+), 6 deletions(-) + +diff --git a/heartbeat/MailTo b/heartbeat/MailTo +index 56940bafaa..a3ee6a04c8 100755 +--- a/heartbeat/MailTo ++++ b/heartbeat/MailTo +@@ -92,12 +92,16 @@ END + } + + MailProgram() { +- $MAILCMD -s "$1" "$email" < - 4.16.0-35 +- MailTo: add s-nail support for multiple recipients +- oracle: improve monpassword description + + Resolves: RHEL-92707, RHEL-124881 + * Wed Oct 29 2025 Oyvind Albrigtsen - 4.16.0-34 - db2: add "skip_basic_sql_health_check" parameter to avoid failing on systems with high load