Re: typo in documentation

2011-01-19 Thread Dave Shield
On 19 January 2011 11:48, Jacek Poplawski wrote: > On the http://www.net-snmp.org/wiki/index.php/TUT:Configuring_snmptrapd > there is a sentence: > "When the specific type is 6, the trap is an enterprise specific trap." > I believe it should be: > "When the generic type is 6, the trap is an enterp

typo in documentation

2011-01-19 Thread Jacek Poplawski
On the http://www.net-snmp.org/wiki/index.php/TUT:Configuring_snmptrapd there is a sentence: "When the specific type is 6, the trap is an enterprise specific trap." I believe it should be: "When the generic type is 6, the trap is an enterprise specific trap." --

Re: Documentation

2010-08-13 Thread Steve Friedl
On Fri, Aug 13, 2010 at 04:52:19PM +0200, rene.meu...@ing.be wrote: > > I have downloaded net-snmp for Solaris. I would like to find a > documentation, programming guide and/or reference guide, about the c api. > I'm mainly interested in the way to process incoming s

Documentation

2010-08-13 Thread rene.meuree
Hello, I have downloaded net-snmp for Solaris. I would like to find a documentation, programming guide and/or reference guide, about the c api. I'm mainly interested in the way to process incoming snmpv1, snmpv2 and snmpv3 traps. Could you help me, please? Thanks in advance for your

Re: Is there documentation on the tkmib configuration file?

2008-05-19 Thread Dave Shield
2008/5/19 Jeff Silverman <[EMAIL PROTECTED]>: > I have just discovered tkmib and I love it. One question: what goes in > the configuration file ~/.snmp/tkmibrc ? This file is used for saving the state of the browser configuration. Try setting the options you are interested in, and then select "S

Is there documentation on the tkmib configuration file?

2008-05-19 Thread Jeff Silverman
People, I have just discovered tkmib and I love it. One question: what goes in the configuration file ~/.snmp/tkmibrc ? Many thanks, Jeff -- Jeff Silverman Linux sysadmin To get my addresses: perl -wlpe 'y/a-zA-Z/n-za-mN-ZA-M/' << EOF 924 20gu NIR R Frnggyr, JN, 98112 [EMAIL PROTECTED] E

Re: code architecture documentation

2007-11-28 Thread Dave Shield
On 28/11/2007, MEHMET ALI EKICI <[EMAIL PROTECTED]> wrote: > I am trying to understand how do snmptranslate, snmpget .. set > and snmpd work. I suggest you start with snmpget. It's probably the simplest of the command-line tools. snmptranslate is something of a special case, in that it doesn't ac

RE: code architecture documentation

2007-11-28 Thread MEHMET ALI EKICI
: Wednesday, November 28, 2007 3:21 PM To: MEHMET ALI EKICI Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: code architecture documentation On 28/11/2007, MEHMET ALI EKICI <[EMAIL PROTECTED]> wrote: > Do you know any document or guide describes architectural working of > net-SNM

Re: code architecture documentation

2007-11-28 Thread Dave Shield
On 28/11/2007, MEHMET ALI EKICI <[EMAIL PROTECTED]> wrote: > Do you know any document or guide describes architectural working of > net-SNMP ? Nothing comprehensive, no. Have a look at the file AGENT.txt, and the documentation on the website (and Wiki site). It might be a bit easi

code architecture documentation

2007-11-27 Thread MEHMET ALI EKICI
Hi All, I started looking at net-SNMP codes. It looks to me a little complex may be because I am not familiar to the architecture of the code. Do you know any document or guide describes architectural working of net-SNMP ? Thanks, Mehmet, Confidentiality Notice: This e-mail transmis

Re: Documentation on netsnmp_mib_handler.

2006-02-06 Thread Wes Hardaker
>>>>> On Mon, 6 Feb 2006 15:04:50 +0200, "Makavy, Erez (Erez)" <[EMAIL >>>>> PROTECTED]> said: Erez> Is there some documentation of the semantics of the netsnmp_mib_handler Erez> interface? There is some stuff in the tutorial, and some example

Documentation on netsnmp_mib_handler.

2006-02-06 Thread Makavy, Erez (Erez)
Hey,   Is there some documentation of the semantics of the netsnmp_mib_handler interface?   (e.g.       1) what do the parameters represent: netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo

Re: website Agent API documentation needs work

2006-01-30 Thread Thomas Anders
[EMAIL PROTECTED] wrote: P.S. The suggested PATH for using the FORTE compiler in README.solaris has a typo (/:opt --> :/opt). This one is the easiest. :-) Now fixed in CVS. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) --- Thi

website Agent API documentation needs work

2006-01-30 Thread Kris . Kelley
Title: website Agent API documentation needs work Hi, I'm trying to develop a MIB module (to extend the agent) and am rather daunted and confounded by the documentation for the various APIs.  The API documentation itself is not helpful (and quite overwhelming).  The CODING section i

Re: Documentation: SNMP Programmers Guide

2005-03-04 Thread Dave Shield
On Sat, 2005-02-19 at 10:17, Ben Rockwood wrote: > I've long been frustrated by the poor documentation available for > Net-SNMP so I wrote my own manual a while back > I hope it can be useful. Thank you for that. I've had a look through it, and there's a

Documentation: SNMP Programmers Guide

2005-02-19 Thread Ben Rockwood
Hello All. I've long been frustrated by the poor documentation avalible for Net-SNMP so I wrote my own manual awhile back. It's not intended to be all encompassing but its an easy and simple introduction that gets users on the right track and allows them then to better leverage the

Re: Handler Architecture Documentation

2004-06-24 Thread Coders
remember the value at that time, for the subsequent GP> call. Maybe there is a role for a cache handler here. I am not sure. Actually, simply adding a static variable to you handler should work ok. GP> The lack of questions suggests that there is in fact some clear GP> documentation somewhe

Handler Architecture Documentation

2004-06-24 Thread Gary Price
is to use the 'handler' callback functions. The problem I am finding with doing this is that there is apparently no high-level roadmap that defines the terms, outlines the sequence of steps and so on. It is true that there is some documentation based on doxygen analysis of the code, but it