Mantis - Resin
Viewing Issue Advanced Details
3718 minor always 10-19-09 09:02 09-08-14 17:18
nam  
ferg  
normal  
closed 4.0.1  
won't fix  
none    
none  
0003718: UDP support for SNMP
(req by D Devota)

> I am trying to setup the snmp monitor for resin application. I have
> setup the snmp parameter on resin.xml and I can able to see the port
> listening properly.
>
> Then I try to get the oid info from resin via snmpwalk and it?s giving
> me a timeout errors nor no response from resin application.
>
> Here is the config setup.
> <protocol class="com.caucho.server.snmp.SnmpProtocol" port="1024">
> <init community="public"/>
> </protocol>

Notes
(0004316)
mgupta   
11-30-09 13:45   
snmpget -v 1 -c public TCP:localhost:10161 1.3.6.1.4.1.30350.2.2

Seems like Resin only supports SNMP v1
(0006491)
ferg   
09-08-14 17:18   
Resin 4.0 will not upgrade SNMP support.