From 3e4b048299d05c13e765261286a56d5ffe44d235 Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Thu, 17 Oct 2013 16:38:32 +0200 Subject: [PATCH] feature-1678: take out the first parameter in collectd-client_control.sh A new parameter was added in clinet_control. This moved the parameters one possition and breaks monitor_ds probe. Now the parameter is substituted. --- src/im_mad/remotes/common.d/collectd-client_control.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/im_mad/remotes/common.d/collectd-client_control.sh b/src/im_mad/remotes/common.d/collectd-client_control.sh index 0f89c4c17e..bdb13f2463 100755 --- a/src/im_mad/remotes/common.d/collectd-client_control.sh +++ b/src/im_mad/remotes/common.d/collectd-client_control.sh @@ -63,6 +63,7 @@ fi # This script returns the run_probes execution HYPERVISOR=$1 +shift set $HYPERVISOR-probes $@ $DIR/../run_probes $@