From 2804bc4ad504664fe56afe50e0354fc9a23b4f7e Mon Sep 17 00:00:00 2001
From: Javi Fontan <jfontan@opennebula.org>
Date: Thu, 17 Oct 2013 16:37:59 +0200
Subject: [PATCH] feature #1678: bug in install.sh

---
 install.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/install.sh b/install.sh
index 0d9b991323..0752948a5d 100755
--- a/install.sh
+++ b/install.sh
@@ -891,7 +891,7 @@ IM_PROBES_KVM_PROBES_FILES="src/im_mad/remotes/kvm-probes.d/kvm.rb \
                      src/im_mad/remotes/kvm-probes.d/cpu.sh \
                      src/im_mad/remotes/kvm-probes.d/poll.sh \
                      src/im_mad/remotes/kvm-probes.d/name.sh \
-                     src/im_mad/remotes/kvm-probes.d/monitor_ds.sh"
+                     src/im_mad/remotes/common.d/monitor_ds.sh"
 
 IM_PROBES_XEN3_FILES="src/im_mad/remotes/xen.d/collectd-client_control.sh \
                       src/im_mad/remotes/xen.d/collectd-client.rb"
@@ -901,7 +901,7 @@ IM_PROBES_XEN3_PROBES_FILES="src/im_mad/remotes/xen-probes.d/xen.rb \
                       src/im_mad/remotes/xen-probes.d/cpu.sh \
                       src/im_mad/remotes/xen-probes.d/poll3.sh \
                       src/im_mad/remotes/xen-probes.d/name.sh
-                      src/im_mad/remotes/kvm-probes.d/monitor_ds.sh"
+                      src/im_mad/remotes/common.d/monitor_ds.sh"
 
 IM_PROBES_XEN4_FILES="src/im_mad/remotes/xen.d/collectd-client_control.sh \
                       src/im_mad/remotes/xen.d/collectd-client.rb"
@@ -911,7 +911,7 @@ IM_PROBES_XEN4_PROBES_FILES="src/im_mad/remotes/xen-probes.d/xen.rb \
                       src/im_mad/remotes/xen-probes.d/cpu.sh \
                       src/im_mad/remotes/xen-probes.d/poll4.sh \
                       src/im_mad/remotes/xen-probes.d/name.sh \
-                      src/im_mad/remotes/kvm-probes.d/monitor_ds.sh"
+                      src/im_mad/remotes/common.d/monitor_ds.sh"
 
 IM_PROBES_VMWARE_FILES="src/im_mad/remotes/vmware.d/vmware.rb"