Hallo, Could anyone help me with the problem bellow?
I 'm using net-snmp trap deamon on a system with Redhat linux 8. (Dual Intel Xeon/2.40GHz and 1G Ram/2G Swap) This system is reseving a large number of traps each day. I am loading in the configuration file a number of MIBs (to support translation on snmptrapd level for a number of hardware) for every trap (default) I'm using an external script to pipe them in another application to handle action for traps. I have noticed that when snmptrapd works it uses allot of memory which is also increasing rapidly (in just 24 hours it uses the ~30% of memory). I can exactly locate the reason why this is hapenning. Is it a memory leackage from the MIB prsing and usage for trap OID translation or is it from the usage of the external script? PS: to compile it in my redhat I had to solve the following 2 problems with make: /usr/bin/ld: cannot find -lelf I had to do: $ ln -s libelf.so.0.8.2 libelf.so (in /usr/lib) and /usr/bin/ld: cannot find -lbz2 and i did: $ ln -s libbz2.so.1.0.2 libbz2.so (in /usr/lib) Please excuse my poor english. Thank you in advance. Antonis ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
