Changes between Version 21 and Version 22 of adherelinux/KVM_DRBL_ONE


Ignore:
Timestamp:
Sep 10, 2011, 4:30:02 PM (13 years ago)
Author:
adherelinux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adherelinux/KVM_DRBL_ONE

    v21 v22  
    211211/home/nchc/one
    212212}}}
     213
     214設定oned.conf檔案
     215#!sh
     21621 HOST_MONITORING_INTERVAL = 5
     21723 VM_POLLING_INTERVAL      = 10
     218
     21962 #IM_MAD = [
     22063 #    name       = "im_xen",
     22164 #    executable = "one_im_ssh",
     22265 #    arguments  = "im_xen/im_xen.conf" ]
     223
     22470 IM_MAD = [
     22571       name       = "im_kvm",
     22672       executable = "one_im_ssh",
     22773       arguments  = "im_kvm/im_kvm.conf" ]
     228
     229106 #VM_MAD = [
     230107 #    name       = "vmm_xen",
     231108 #    executable = "one_vmm_xen",
     232109 #    default    = "vmm_xen/vmm_xen.conf",
     233110 #    type       = "xen" ]
     234
     235115 VM_MAD = [
     236116     name       = "vmm_kvm",
     237117     executable = "one_vmm_kvm",
     238118     default    = "vmm_kvm/vmm_kvm.conf",
     239119     type       = "kvm" ]
     240
     241151 #    TM_MAD = [               
     242152 #    name       = "tm_ssh",
     243153 #    executable = "one_tm",
     244154 #    arguments  = "tm_ssh/tm_ssh.conf" ]
     245
     246159      TM_MAD = [               
     247160      name       = "tm_nfs",                                               
     248161      executable = "one_tm",
     249162      arguments  = "tm_nfs/tm_nfs.conf" ]
     250}}}
     251----