So we have some internal applications that provide metrics via a RESTful api. We would like to expose this data via SNMP. What I am thinking is that at the host level an SNMP wrapper would receive a SNMPGET and then perform a HTTP request for the necessary data, translate to SNMP and reply.
Has anyone done something similar or ever heard of anyone doing something similar. Any existing programs or libraries available?