From: Harald Klein <hkl...@redhat.com> Note: This patch is not suitable for mainline resource-agents/heartbeat/SAPInstance, alterations must be made separately.
Resolves: rhbz#746992 Signed-off-by: Lon Hohberger <l...@redhat.com> --- rgmanager/src/resources/SAPInstance | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rgmanager/src/resources/SAPInstance b/rgmanager/src/resources/SAPInstance index fc0cb9e..802d3c0 100644 --- a/rgmanager/src/resources/SAPInstance +++ b/rgmanager/src/resources/SAPInstance @@ -394,7 +394,7 @@ sapinstance_monitor() { esac case $SERVICE in - disp+work|msg_server|enserver|enrepserver|jcontrol|jstart) + disp+work|msg_server|enserver|enrepserver|jcontrol|jstart|TREXDaemon.x|sapwebdisp) if [ $STATE -eq $OCF_NOT_RUNNING ] then if [ "$MONLOG" != "NOLOG" ] -- 1.7.3.4