diff --git a/share/etc/oned.conf b/share/etc/oned.conf index fa84211f08..7245129382 100644 --- a/share/etc/oned.conf +++ b/share/etc/oned.conf @@ -188,9 +188,10 @@ IM_MAD = [ # KVM Virtualization Driver Manager Configuration # -r number of retries when monitoring a host # -t number of threads, i.e. number of hosts monitored at the same time -# -l actions executed locally. +# -l actions executed locally, command can be +# overridden for each action. # Valid actions: deploy, shutdown, cancel, save, restore, migrate, poll -# An example: "-l migrate,poll,save" +# An example: "-l migrate,poll=poll_ganglia,save" #------------------------------------------------------------------------------- VM_MAD = [ name = "vmm_kvm", @@ -204,9 +205,10 @@ VM_MAD = [ # XEN Virtualization Driver Manager Configuration # -r number of retries when monitoring a host # -t number of threads, i.e. number of hosts monitored at the same time -# -l actions executed locally. +# -l actions executed locally, command can be +# overridden for each action. # Valid actions: deploy, shutdown, cancel, save, restore, migrate, poll -# An example: "-l migrate,poll,save" +# An example: "-l migrate,poll=poll_ganglia,save" #------------------------------------------------------------------------------- #VM_MAD = [ # name = "vmm_xen",