Thank you all!
But why?
I will try.
I just want to make my snmpd as smaller as possiable! It's now about 800K.
I don't want snmpv3's functions.
Can I take a previous version of net-SNMP(UCD-SNMP) which has no V3
included?
Then which version?
2007/10/31, Magnus Fromreide <[EMAIL PROTECTED]>:
>
>
On tis, 2007-10-30 at 08:15 +0800, 唐仲基 wrote:
> Hi, Coders!
> Last time I forgot to thank somebody for disabling embeded perl.
> This time, I found my snmpd too big.(800K)
> I just want my snmpd to support v2c no v1 or v3 needed.
> Anybody tell me how?
As Tomas said you sadly can't disable
While I had no problem at all linking libsnmp with a C++ environment,
trying to add the libnetsnmptrapd module is giving me linking fits. It
seems to come down to name decoration, with snmptrapd_handlers.h having
no '#ifdef __cplusplus' guarding. Wrapping the whole file with a
conditional 'ex
All,
I'm having issues within my environment in some areas where net-snmp 5.4.1
isn't starting up correctly. Once in awhile it will start up correctly but
more often then not it dies within a minute of starting it up with a seg fault.
Seeing the following in the snmpd.log:
error on subconta
On 30/10/2007, Need Help <[EMAIL PROTECTED]> wrote:
> Perhaps some permissions got changed which no longer let the
> unix socket to be created?
Does the directory '/var/agentx' exist?
If not, then try creating it before starting the master agent.
> Will someone please explain to me what the unix
Perhaps some permissions got changed which no longer let the unix socket to be
created?
Will someone please explain to me what the unix socket "/var/agentx/master"
represents and whether certain permissions must be granted before this socket
can be set up?
Need Help <[EMAIL PROTECTED]> wrot
Hi All,
is it possible to set the multiple variables or
the whole table in net-snmp .
if possible can you please send me the logic to
implement the same .
Thanks In Advance !!!
Regards
Amit
___
Yahoo! Answers - Got a question
suertang wrote:
> This time, I found my snmpd too big.(800K)
> I just want my snmpd to support v2c no v1 or v3 needed.
You can disable SNMPv1 support (--disable-snmpv1), but not v3.
See http://www.net-snmp.org/wiki/index.php/FAQ:Compiling_04
and http://www.net-snmp.org/wiki/index.php/FAQ:Comp