<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> &lt;Plugin &quot;libvirt&quot;&gt;<br>  Connection &quot;xen:///&quot;<br>  RefreshInterval 60<br>  Domain &quot;dom0&quot;<br>  BlockDevice &quot;name:device&quot;<br>  InterfaceDevice &quot;name:interface&quot;<br>
  IgnoreSelected true<br>  HostnameFormat &quot;name&quot;<br>&lt;/Plugin&gt;</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">&#39;Unable to load plugin Libvirt&#39;</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>