Re: [libvirt] [libvirt-snmp][PATCH] New environment variable managing connection URI.

2011-02-10 Thread Daniel P. Berrange
On Thu, Feb 10, 2011 at 10:43:08AM +0800, Daniel Veillard wrote: > On Wed, Feb 09, 2011 at 04:43:25PM +0100, Michal Privoznik wrote: > > Add environment variable LIBVIRT_MIB_CONNECT_URI to control URI > > which snmp agent is connecting to. It is now possible to connect > > to all hypervisors (inclu

Re: [libvirt] [libvirt-snmp][PATCH] New environment variable managing connection URI.

2011-02-09 Thread Daniel Veillard
On Wed, Feb 09, 2011 at 04:43:25PM +0100, Michal Privoznik wrote: > Add environment variable LIBVIRT_MIB_CONNECT_URI to control URI > which snmp agent is connecting to. It is now possible to connect > to all hypervisors (including test:///) instead of hardcoded > qemu:///system, which is used now b

[libvirt] [libvirt-snmp][PATCH] New environment variable managing connection URI.

2011-02-09 Thread Michal Privoznik
Add environment variable LIBVIRT_MIB_CONNECT_URI to control URI which snmp agent is connecting to. It is now possible to connect to all hypervisors (including test:///) instead of hardcoded qemu:///system, which is used now by default when variable is not set. --- src/libvirtSnmp.c |5 - s