Re: about agent extentions

2010-06-22 Thread Robert Story
On Tue, 22 Jun 2010 18:13:31 +0300 makkalot wrote: M> - Should i use mib2c ?is that the easiest way to go when creating new M> modules ? yes. M> - How can i know which configuration(template) to use when using mib2c , M> is it documented somewhere ? Run mib2c without specifying a c

Re: about agent extentions

2010-06-22 Thread Dave Shield
On 22 June 2010 16:13, makkalot wrote: >        - Should i use mib2c ? > is that the easiest way to go when creating new modules ? It's probably the easiest way to get started, yes. >        - How can i know which configuration(template) to use when using mib2c > , > is it documented somewhere

Re: about agent extentions

2010-06-22 Thread makkalot
On Tuesday, June 22, 2010 05:29:23 pm Wes Hardaker wrote: > > On Tue, 22 Jun 2010 11:47:25 +0300, makkalot said: >> Hi i'm trying to extend the agent with shared library technique >> (dlmod). I looked at the examples that are on wiki and understood >> them (init methods and etc). Now i need t

Re: about agent extentions

2010-06-22 Thread Wes Hardaker
> On Tue, 22 Jun 2010 11:47:25 +0300, makkalot said: m> Hi i'm trying to extend the agent with shared library technique m> (dlmod). I looked at the examples that are on wiki and understood m> them (init methods and etc). Now i need to do more advanced stuff m> like handling the incoming reque

about agent extentions

2010-06-22 Thread makkalot
Hi i'm trying to extend the agent with shared library technique (dlmod). I looked at the examples that are on wiki and understood them (init methods and etc). Now i need to do more advanced stuff like handling the incoming requests and acting according to them. Is there some documentation that e