From: Brian Candler Date: 2007-04-15T01:35:28+09:00 Subject: Re: SNMP agent library? On Sat, Apr 14, 2007 at 11:08:33PM +0900, Francis Cianfrocca wrote: > agnt = Agent.new :verbose=>true > > agnt.add_object [1,3,6,1,2,1,1,1,0], "baloney" > agnt.add_object [1,3,6,1,2,1,1,3,0], proc {`cat > /proc/uptime`.split.first.to_i * 100} > > agnt.run ... > If you're interested, I can send the library to your private email. If > anyone else is interested, let me know here and I'll put a distro package on > the EventMachine rubyforge page. I'm interested. Regards, Brian.