snmp: accept to use IpAddress for instances
authorVincent Bernat <vincent@bernat.im>
Wed, 2 Dec 2015 09:55:39 +0000 (10:55 +0100)
committerVincent Bernat <vincent@bernat.im>
Wed, 2 Dec 2015 11:03:53 +0000 (12:03 +0100)
commit8376bd27d4e094f62f54f046314b27a76d5af23d
tree289ac42e99f65abf58b9506df8f99c7004a9092e
parentce2fb80a17bf452d8b5bf4660453ffee510e0868
snmp: accept to use IpAddress for instances

Some interesting MIB are indexed with an IP address (for example,
BGP4-MIB). Make collectd able to use those indexes as instances. Format
the IP as string. IPv6 are usually encoded as Octet String, so, they
should be already supported.

Signed-off-by: Vincent Bernat <vincent@bernat.im>
src/snmp.c