Hi all I'm working in a MIB to manage virtual machines using SNMP regardless of VMM manufacturer. To demonstrate this MIB, I plan to insert libvirt functions inside an SNMP agent (NET-SNMP agent). Does anyone know if there is some work using net-snmp and libvirt together, or can give advice about this ? Thanks Hillbrecht -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120320/b3026051/attachment.htm>
On 03/20/2012 09:34 AM, Ricardo Hillbrecht wrote:> Hi all > > I'm working in a MIB to manage virtual machines using SNMP regardless of > VMM manufacturer. > > To demonstrate this MIB, I plan to insert libvirt functions inside an SNMP > agent (NET-SNMP agent). > > Does anyone know if there is some work using net-snmp and libvirt together, > or can give advice about this ?Have you checked out the libvirt-snmp project? http://wiki.libvirt.org/page/Libvirt-snmp -- Eric Blake eblake at redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 620 bytes Desc: OpenPGP digital signature URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120320/6a2e84e6/attachment.sig>
On 20.03.2012 16:34, Ricardo Hillbrecht wrote:> Hi all > > I'm working in a MIB to manage virtual machines using SNMP regardless of > VMM manufacturer. > > To demonstrate this MIB, I plan to insert libvirt functions inside an > SNMP agent (NET-SNMP agent). > > Does anyone know if there is some work using net-snmp and libvirt > together, or can give advice about this ? > > Thanks > > Hillbrecht >Hi Ricardo, there is this project libvirt-snmp which Eric just pointed out. However, it is still in its infancy. All it can do for now is some basic domain status reporting, starting and destroying domains. However, the MIB - which is what you are interested in - is accessible here: http://libvirt.org/git/?p=libvirt-snmp.git;a=blob;f=src/LIBVIRT-MIB.txt;hb=HEAD Michal