[Note: parts of this message were removed to make it a legal post.]
On Feb 10, 2008 1:54 PM, Matt Matson <> wrote:
> Francis Cianfrocca wrote:
> > On 4/13/07, Marcus Bristav <> wrote:
> >> > I put some of the necessary SNMP protocol support in the Net::LDAP
> >> /Marcus
> >>
> >>
> >
> > We're using it internally and it works quite well. Traps are not
> > difficult
> > to implement, but they do evil things to your network
. The agent
> > would
> > need some documentation before a public release. Are you willing to help
> > with that?
> >
> > Is there anyone else who would want to use such a thing?
>
> I'm very interested in using / contributing to your agent code!
> -m2matson
>
Take a look at the implementation in Ruby/EventMachine. The SNMP agent
skeleton is in a separate gem which you'll find on the Rubyforge
EventMachine project page. The test cases should show you how to use it.
It's pretty simple, actually.