From e3fd56fe778ee067d4bba78b4cda88058f8aee1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Font=C3=A1n=20Mui=C3=B1os?= Date: Tue, 5 May 2009 17:09:01 +0000 Subject: [PATCH] Added information to change remote im probes directory git-svn-id: http://svn.opennebula.org/one/trunk@501 3034c82b-c49b-4eb3-8279-a7acafdc01c0 --- src/im_mad/kvm/im_kvmrc | 6 ++++++ src/im_mad/xen/im_xenrc | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/src/im_mad/kvm/im_kvmrc b/src/im_mad/kvm/im_kvmrc index 919c811fa7..799dec5871 100644 --- a/src/im_mad/kvm/im_kvmrc +++ b/src/im_mad/kvm/im_kvmrc @@ -14,3 +14,9 @@ # See the License for the specific language governing permissions and # # limitations under the License. # #--------------------------------------------------------------------------- # + +# To change the directory where the IM probes are copied on the remote node +# uncomment and change the path of IM_REMOTE_DIR +# +#IM_REMOTE_DIR=/tmp/ne_im_scripts + diff --git a/src/im_mad/xen/im_xenrc b/src/im_mad/xen/im_xenrc index 919c811fa7..46e727b171 100644 --- a/src/im_mad/xen/im_xenrc +++ b/src/im_mad/xen/im_xenrc @@ -14,3 +14,10 @@ # See the License for the specific language governing permissions and # # limitations under the License. # #--------------------------------------------------------------------------- # + +# To change the directory where the IM probes are copied on the remote node +# uncomment and change the path of IM_REMOTE_DIR +# +#IM_REMOTE_DIR=/tmp/ne_im_scripts + +