<div>Hi ,</div>
<div> </div>
<div>I have installed collectd and libvirt in a ubuntu box.</div>
<div> </div>
<div>Here is the way I have installed collectd:</div>
<div><pre> cd /tmp/
# wget <a href="http://collectd.org/files/collectd-x.y.z.tar.bz2">http://collectd.org/files/collectd-x.y.z.tar.bz2</a>
# tar jxf collectd-x.y.z.tar.bz2
# cd collectd-x.y.z
<pre># ./configure
<pre># make all install
# cd /opt/collectd/
</pre></pre></pre></div>
<div> </div>
<div>I have enabled libvirt plugin.</div>
<div> </div>
<div>This is my collectd.conf:</div>
<div><br> LoadPlugin libvirt</div>
<div><br> <Plugin "libvirt"><br> Connection "xen:///"<br> RefreshInterval 60<br> Domain "dom0"<br> BlockDevice "name:device"<br> InterfaceDevice "name:interface"<br>
IgnoreSelected true<br> HostnameFormat "name"<br></Plugin></div>
<div> </div>
<div> </div>
<div>I have executed the following command: <pre># /opt/collectd/sbin/collectd </pre><pre><font face="arial,helvetica,sans-serif">Received the following error: <font color="#ff0000">'Unable to load plugin Libvirt'</font></font></pre>
<pre><font face="Arial" color="#000000">Please help me to resolve the issue.</font></pre><pre><font face="arial,helvetica,sans-serif">Regards,</font></pre><pre><font face="arial,helvetica,sans-serif">Arpita
</font></pre></div>