mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
im-collectd: collectd-client_control returns the output of a regular run_probes
This commit is contained in:
parent
48b1e1ce9f
commit
4dedcda455
@ -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 $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user