Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #2531
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news.stack.nl!talisker.lacave.net!lacave.net!not-for-mail |
|---|---|
| From | Brian Candler <b.candler@pobox.com> |
| Newsgroups | comp.lang.ruby |
| Subject | Re: Help decoding UDPSocket trap data |
| Date | Fri, 8 Apr 2011 08:30:16 -0500 |
| Organization | Service de news de lacave.net |
| Lines | 18 |
| Message-ID | <40e0762c2b07b5411e0ebd9f8c40b66b@ruby-forum.com> (permalink) |
| References | <e1e24ab89dc7d789649f7d413eb166ac@ruby-forum.com> <5154874387e452bac584ca90c8da7eb9@ruby-forum.com> |
| NNTP-Posting-Host | bristol.highgroove.com |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | talisker.lacave.net 1302269438 1640 65.111.164.187 (8 Apr 2011 13:30:38 GMT) |
| X-Complaints-To | abuse@lacave.net |
| NNTP-Posting-Date | Fri, 8 Apr 2011 13:30:38 +0000 (UTC) |
| In-Reply-To | <5154874387e452bac584ca90c8da7eb9@ruby-forum.com> |
| X-Received-From | This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway |
| X-Mail-Count | 381197 |
| X-Ml-Name | ruby-talk |
| X-Rubymirror | Yes |
| X-Ruby-Talk | <40e0762c2b07b5411e0ebd9f8c40b66b@ruby-forum.com> |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.ruby:2531 |
Show key headers only | View raw
Chandra Sekhar wrote in post #991736: > I am new to ruby. > With above example, tried Trap Listener on windows machine. However I > didn' see the traps. (1) Are the trap packets arriving? Run Wireshark to look for them. (2) You probably need to set up your TrapListener with a community string, and your trap sender to use that same community string (for SNMP v2c anyway). The example in the source code at http://snmplib.rubyforge.org/svn/trunk/lib/snmp/manager.rb suggests you need to add something like :Community=>"public" -- Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Help decoding UDPSocket trap data Chandra Sekhar <chandu.ch29@gmail.com> - 2011-04-08 07:10 -0500 Re: Help decoding UDPSocket trap data Brian Candler <b.candler@pobox.com> - 2011-04-08 08:30 -0500
csiph-web