From e34b8338759a56a3f0c03156aaa5b94377c679ed Mon Sep 17 00:00:00 2001 From: Ramesh Nachimuthu Date: Mon, 28 Apr 2014 18:05:25 +0530 Subject: autoconf: Configure the nodes in auto-config using NRPE Addning an NRPE command to configure all the newly added nodes to used passive check results using NSCA. It is done using the NRPE command 'configure_gluster_node'. Change-Id: I75d0214c8c52afdedd13dac3f38d52abc4ca5a93 Signed-off-by: Ramesh Nachimuthu Reviewed-on: http://review.gluster.org/7593 Reviewed-by: Sahina Bose --- config/gluster-commands.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/gluster-commands.cfg b/config/gluster-commands.cfg index 8c5594f..196ca08 100644 --- a/config/gluster-commands.cfg +++ b/config/gluster-commands.cfg @@ -73,7 +73,7 @@ define command{ define command{ command_name gluster_auto_discovery - command_line sudo $USER1$/gluster/discovery.py -H $ARG1$ -c $HOSTNAME$ -m auto + command_line sudo $USER1$/gluster/discovery.py -H $ARG1$ -c $HOSTNAME$ -m auto -n $ARG2$ } define command{ -- cgit