mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Merge branch 'feature-199' of dsa-research.org:one into feature-199
This commit is contained in:
commit
2efc13e6fb
@ -17,7 +17,7 @@
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
#Setup driver variables
|
||||
DRIVER_NAME=`basename $1 | cut -d. -f1`
|
||||
DRIVER_NAME=`basename $0 | cut -d. -f1`
|
||||
|
||||
if [ -z "${ONE_LOCATION}" ]; then
|
||||
DRIVERRC=/etc/one/${DRIVER_NAME}/${DRIVER_NAME}rc
|
||||
|
@ -49,7 +49,7 @@ class InformationManager < OpenNebulaDriver
|
||||
@config = read_configuration
|
||||
@hypervisor = hypervisor
|
||||
|
||||
@cmd_path = "#{ENV['ONE_LOCATION']}/lib/remotes/im/#{hypervisor}.d"
|
||||
@cmd_path = "#{ENV['ONE_LOCATION']}/lib/remotes/im"
|
||||
|
||||
# register actions
|
||||
register_action(:MONITOR, method("action_monitor"))
|
||||
@ -63,7 +63,7 @@ class InformationManager < OpenNebulaDriver
|
||||
log(number, message)
|
||||
end
|
||||
|
||||
cmd_string = "#{@remote_dir}/im/run_probes #{@hypervisor} #{host}"
|
||||
cmd_string = "#{@cmd_path}/run_probes #{@hypervisor} #{host}"
|
||||
monitor_exe = LocalCommand.run(cmd_string, host, log_method(id))
|
||||
|
||||
if monitor_exe.code == 0
|
||||
|
@ -26,7 +26,7 @@ done
|
||||
shift $(($OPTIND - 1))
|
||||
|
||||
#Setup driver variables
|
||||
DRIVER_NAME=`basename $1 | cut -d. -f1`
|
||||
DRIVER_NAME=`basename $0 | cut -d. -f1`
|
||||
|
||||
if [ -z "${ONE_LOCATION}" ]; then
|
||||
DRIVERRC=/etc/one/${DRIVER_NAME}/${DRIVER_NAME}rc
|
||||
|
Loading…
x
Reference in New Issue
Block a user