I am having issues with configuring multiple KVM hosts to be monitored by the 
virt plugin on collectd. I have tried the following configs below

NB: if I configure just one connection URL of just one server ,im able to see 
traffic for the different VMs but when I add more servers ,then the last 
connection URL  will work

<Plugin virt>
        Connection "qemu+ssh://[email protected]/system"
  Connection "qemu+ssh://[email protected]/system"
        Connection "qemu+ssh://[email protected]/system"
        RefreshInterval 60
#       Domain "name"
#       BlockDevice "name:device"
#       InterfaceDevice "name:device"
#       IgnoreSelected false
#       HostnameFormat name
#       InterfaceFormat name
#       PluginInstanceFormat name
</Plugin>

And this one

<Plugin virt>
        Connection "qemu+ssh://[email protected]/system"
         RefreshInterval 60
#       Domain "name"
#       BlockDevice "name:device"
#       InterfaceDevice "name:device"
#       IgnoreSelected false
#       HostnameFormat name
#       InterfaceFormat name
#       PluginInstanceFormat name
</Plugin>


<Plugin virt>
        Connection "qemu+ssh://[email protected]/system"
         RefreshInterval 60
#       Domain "name"
#       BlockDevice "name:device"
#       InterfaceDevice "name:device"
#       IgnoreSelected false
#       HostnameFormat name
#       InterfaceFormat name
#       PluginInstanceFormat name
</Plugin>

Both methods are not working



_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to