hallidave / ruby-snmp

A Ruby implementation of SNMP (the Simple Network Management Protocol).
MIT License
146 stars 63 forks source link

Allow load_modules to be called after initialization #19

Closed rasputnik closed 11 years ago

rasputnik commented 11 years ago

This lets you load additional external MIB directories on top of the one you passed the constructor.

Fixes https://github.com/hallidave/ruby-snmp/issues/18

rasputnik commented 11 years ago

Fab, thanks - how often do you push to rubygems, out of interest? Got a commit into logstash ready and if this patch is available in the gem I can do that cleanly.

hallidave commented 11 years ago

Just published version 1.1.1 with your change and a few other small ones. Enjoy.

rasputnik commented 11 years ago

I'm an idiot Dave, patched the wrong class. Could you maybe get this one out too?

https://github.com/hallidave/ruby-snmp/pull/20

Sorry again. Have actually tested it this time....

On 13 March 2013 02:08, Dave Halliday notifications@github.com wrote:

Just published version 1.1.1 with your change and a few other small ones. Enjoy.

— Reply to this email directly or view it on GitHub.