From 355e925c9272a86ddca4a2e3d566880e0a537b29 Mon Sep 17 00:00:00 2001 From: Ramesh Nachimuthu Date: Fri, 21 Mar 2014 23:40:53 +0530 Subject: config: fix for event handler path All event handlers are moved to gluster folder under plugins folder. Hence command has to be changed accordingly. Change-Id: I0b094cf05246b622b1c58277105e855a21350e2e Signed-off-by: Ramesh Nachimuthu Reviewed-on: https://cuckoo.blr.redhat.com:8443/59 Reviewed-by: Sahina Bose Tested-by: Sahina Bose --- config/gluster-commands.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/gluster-commands.cfg b/config/gluster-commands.cfg index ef0e430..803cc58 100644 --- a/config/gluster-commands.cfg +++ b/config/gluster-commands.cfg @@ -26,12 +26,12 @@ define command { define command { command_name check_remote_host - command_line $USER1$/check_remote_host.py -H $HOSTADDRESS$ + command_line $USER1$/gluster/check_remote_host.py -H $HOSTADDRESS$ } define command { command_name host_service_handler - command_line $USER1$/gluster_host_service_handler.py -s $SERVICESTATE$ -t $SERVICESTATETYPE$ -a $SERVICEATTEMPT$ -l $HOSTADDRESS$ -n "$SERVICEDESC$" + command_line $USER1$/gluster/gluster_host_service_handler.py -s $SERVICESTATE$ -t $SERVICESTATETYPE$ -a $SERVICEATTEMPT$ -l $HOSTADDRESS$ -n "$SERVICEDESC$" } define command { -- cgit