The capability has been added for module to specify that they do not
like being unloaded.
related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
support for enhancing probability of memory addressing failure by
using non-NULL default value for malloced memory (optional, only if
requested by configure option). This helps to track down some
otherwise undetected issues within the testbench and is expected
to be very useful in the future.
... by moving code to stream.c. Thanks to the new design, new cases are
not really needed, resulting in cleaner code.
I also did a cleanup of header file usage as a side-activity.
adiscon monitorware and will be used by default from now on. The mibs
can be found in the mibs folder of the omsnmp directory. For more
details please see the documentation. Also added a new configuration
variable $actionsnmptrapoid which defines the trap-type or
notification-type that is used.
instance data. So this means we open and close the session only once
per session. If sending fails, we reinit the snmp session, so suspend
and resume is now fully and correctly supported. May need some more
testing against tcp based snmp receivers.
and compiler warnings. Added support to define the transport type where
udp is the default. This also enables ipv6 support if you have compiled
net-snmp with it.
of debug informations and additional stuff which is commented out. I
will do some cleanup very soon.
What is implemented yet:
- SNMPv1 is supported (SNMPv2 will follow)
- SNMP Target, Port, Community, EnterpriseOID, TrapType and SpecificType
can be configured. Sample will follow soon. A SyslogMessageOID can be
configured as well, this OID will be used for a variable which will
then contain the original syslogmessage.