Re: Agent development

2008-07-24 Thread Dave Shield
2008/7/22 deka aditia <[EMAIL PROTECTED]>: > ... I didn't find any configuration file named mib2c.scalar_group.conf > where should i find this ?? My apologies - it seems that there isn't a mib2c template for this. You're probably best off using mib2c.scalar.conf to generate the initial code file,

Re: Agent development

2008-07-21 Thread deka aditia
I'm sorry i didn't find any configuration file named mib2c.scalar_group.conf ... where should i find this ?? (i allready build my agent, thanx for your help dave) On Mon, Jul 7, 2008 at 6:18 PM, Dave Shield <[EMAIL PROTECTED]> wrote: > 2008/7/7 deka aditia <[EMAIL PROTECTED]>: > > if it is, then

Re: Agent development

2008-07-12 Thread Magnus Fromreide
On Tue, Jul 08, 2008 at 11:47:09AM +0700, deka aditia wrote: > On 7/7/08, Dave Shield <[EMAIL PROTECTED]> wrote: > > > > 2008/7/7 deka aditia <[EMAIL PROTECTED]>: > > > > > if it is, then what should i do when i have some scallar object (up to 1) > > > > > > should i make an exutable for each of th

Re: Agent development

2008-07-07 Thread deka aditia
On 7/7/08, Dave Shield <[EMAIL PROTECTED]> wrote: > > 2008/7/7 deka aditia <[EMAIL PROTECTED]>: > > > if it is, then what should i do when i have some scallar object (up to 1) > > > > should i make an exutable for each of them and link to main agent ?? > > > See http://www.net-snmp.org/wiki/index

Re: Agent development

2008-07-07 Thread Dave Shield
2008/7/7 deka aditia <[EMAIL PROTECTED]>: > if it is, then what should i do when i have some scallar object (up to 1) > > should i make an exutable for each of them and link to main agent ?? See http://www.net-snmp.org/wiki/index.php/FAQ:Coding_11 > is there any way that more comfortable which

Re: Agent development

2008-07-07 Thread deka aditia
This is the valid link > > > - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source

Re: Agent development

2008-07-07 Thread deka aditia
{ I'm sorry, i've made this mistake again } On 7/7/08, Dave Shield <[EMAIL PROTECTED]> wrote: > > 2008/7/7 deka aditia <[EMAIL PROTECTED]>: > > > Anyone know how to write mib module for a scalar object ? > > just by using mib2c -c mib2c.scalar.conf $name just producing 2 file .. > > (object.c an

Re: Agent development

2008-07-07 Thread Dave Shield
2008/7/7 deka aditia <[EMAIL PROTECTED]>: > Anyone know how to write mib module for a scalar object ? > just by using mib2c -c mib2c.scalar.conf $name just producing 2 file .. > (object.c and object.h) That's a good start, yes. > i dont know what should i do ..., it's completely different when

Re: Agent development

2008-07-07 Thread deka aditia
On 7/2/08, Dave Shield <[EMAIL PROTECTED]> wrote: > > 2008/7/2 deka aditia <[EMAIL PROTECTED]>: >> I would suggest that you concentrate on developing a MIB > >> module for your particular needs, and use this within the > >> existing Net-SNMP agent framework. > > > > Now i got what you want, > >

Re: Agent development

2008-07-02 Thread Dave Shield
2008/7/2 deka aditia <[EMAIL PROTECTED]>: >> I would suggest that you concentrate on developing a MIB >> module for your particular needs, and use this within the >> existing Net-SNMP agent framework. > Now i got what you want, > you suggest me to develop a sub agent in existing agent, right ? Th

Re: Agent development

2008-07-01 Thread deka aditia
On Tue, Jul 1, 2008 at 6:28 PM, Dave Shield <[EMAIL PROTECTED]> wrote: >[ First - *please* don't mail me privately, without copying > any responses to the mailing list. I don't have the time > or inclination to offer private, unpaid, SNMP consultancy. > Keep discussions to the lis

Re: Agent development

2008-07-01 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] 2008/6

Re: Agent development

2008-06-30 Thread Dave Shield
2008/6/30 deka aditia <[EMAIL PROTECTED]>: > currently i'm developing an application that will listen to SNMP Port, > when there is snmp packet incoming then my application will translate > the request and send it back to user . That sounds suspiciously like an "SNMP agent". We provide exactly suc