Thu, 16 Sep 2010 11:28:17 +0200
> Von: "Sebastian Fabig"
> An: "Wes Hardaker" ,
> net-snmp-users@lists.sourceforge.net
> Betreff: Re: several sub agents on the same machine with lowest possible
> influence on the system
> Hi Wes,
>
> thank yo
Hi Wes,
thank you for your answer. Sorry, if I might not answer correctly, this is the
first time I'm using a mailinglist.
I integrated the following lines (I simplified it a bit) into my source code:
static const oid s_my_registration_oid[] = { 1, 3, 6, 1, 4, 1, 1454, 3, 6, 1};
static int s_ex
Thank you Wes
Yes, I found something there and I also tried to look at the snmpd source
code and to simplify it a bit. But right now it is not working, but I will
try it again tomorrow. Or does maybe anybody here having a working and
simple code example, how I can request values from my prog
> On Wed, 08 Sep 2010 13:35:55 +0200, "Sebastian Fabig"
> said:
SF> So my questions are: 1. Pretty cool would be, if I could compile the
SF> necessary functioniality (and not all the overhead) of snmpd directly
SF> in my application and execute it just for the first instance (so this
SF>
Hi there,
I want to create an application which has an snmp agent and can be instanciated
multiple times. It would also be a really nice feature if any 3rd party snmp
agent which runs on the same machine would still work.
I searched the internet for days and right now the best solution I found