1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

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.
This commit is contained in:
Javi Fontan 2013-10-17 16:38:32 +02:00
parent 2804bc4ad5
commit 3e4b048299

View File

@ -63,6 +63,7 @@ fi
# This script returns the run_probes execution
HYPERVISOR=$1
shift
set $HYPERVISOR-probes $@
$DIR/../run_probes $@