Open C-Duv opened 2 years ago
You’re talking about RMON-like functionality, which will allow you to proxy metrics. SNMP traps are different objects in a MIB, and are like events. Do a Google search for RMON and that should be what you’re looking for.
Hello,
Is it possible (or planned) for Trapex to store the SNMP traps it receives and serve them when receiving an SNMP GetRequest?
My goal is to monitor a device (an SNMP agent) from an SNMP Manager that supports sending GetRequest but cannot reach the device directory (not on the same network, device behind NAT/firewall).
My idea would be the following setup:
It's a workaround for the NAT issue by transforming impossible GetRequest (pull) into traps (push) + GetResponse without modifying the Manager.
(Note: inspiration for this workflow is from the Prometheus Pushgateway)