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 485d802152..0f89c4c17e 100755 --- a/src/im_mad/remotes/common.d/collectd-client_control.sh +++ b/src/im_mad/remotes/common.d/collectd-client_control.sh @@ -60,3 +60,9 @@ if ! check_running; then start_client write_pid $! fi + +# This script returns the run_probes execution +HYPERVISOR=$1 +set $HYPERVISOR-probes $@ + +$DIR/../run_probes $@