Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed potential segfault due to invalid call to cfsysline | varmojfekoj | 2008-05-14 | 1 | -4/+4 |
| | | | | | | thanks to varmojfekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | some more cleanup | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear | ||||
* | made everything compile with the new runtime subdirectory | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | |||||
* | bugfix: omsnmp had a too-small sized buffer for hostname+port. | Rainer Gerhards | 2008-04-10 | 1 | -22/+31 |
| | | | | | This could not lead to a segfault, as snprintf() was used, but could cause some trouble with extensively long hostnames. | ||||
* | bugfix: omsnmp did not deref errmsg object on exit (no bad effects caused) | Rainer Gerhards | 2008-04-08 | 1 | -0/+3 |
| | |||||
* | - added support for high-precision timestamps when receiving legacy syslog | Rainer Gerhards | 2008-03-28 | 1 | -1/+1 |
| | | | | | | messages - added new $ActionForwardDefaultTemplate directive - added new $ActionGSSForwardDefaultTemplate directive | ||||
* | removed a now-longer needed callback from the output module interface. | Rainer Gerhards | 2008-03-22 | 1 | -4/+0 |
| | | | | Results in reducing code complexity. | ||||
* | applied patch from Michael Biebl to clean up build system | Rainer Gerhards | 2008-03-06 | 1 | -2/+2 |
| | |||||
* | Updated the Adiscon MIBs, they contain a few more definitions for variables | Andre Lorbach | 2008-03-05 | 2 | -7/+247 |
| | | | | | and traps now. The default syslogmessage oid had to change again, as I had to reorganize the snmp variables. | ||||
* | - extracted logerror*() family of functions from syslogd, made them their | Rainer Gerhards | 2008-03-05 | 1 | -6/+9 |
| | | | | | | own class and converted to new object calling conventions (interface-based) - converted gss-misc into a loadable library module | ||||
* | Added custom mibs for the OMSNMP output module. These mibs are derived from | Andre Lorbach | 2008-03-04 | 3 | -7/+185 |
| | | | | | | | | 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. | ||||
* | Changed default SyslogMessageOID to 1.3.6.1.4.1.9.9.41.2.0.1 which means | Andre Lorbach | 2008-03-04 | 1 | -2/+7 |
| | | | | | CISCO-SYSLOG-MIB::clogMessageGenerated. This is a better choice as default OID for now. We will add our own MIB in a later step. | ||||
* | - changed module interface to support querying obj interface (stage work) | Rainer Gerhards | 2008-03-04 | 1 | -1/+1 |
| | | | | - changed module interface version, as the interface change is quite large | ||||
* | created an initial version of omlibdbi (does not yet work) | Rainer Gerhards | 2008-02-14 | 1 | -3/+0 |
| | |||||
* | applied patch from Michael Biebl that fixed my doc change from yesterday | Rainer Gerhards | 2008-02-12 | 1 | -1/+1 |
| | | | | which was somewhat incomplete | ||||
* | done a bit more cleanup on the "rsyslog way of doing things" | Rainer Gerhards | 2008-02-12 | 1 | -17/+7 |
| | |||||
* | Some major changes in the code. The SNMP Session is now stored in the | Andre Lorbach | 2008-02-11 | 1 | -51/+96 |
| | | | | | | | 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. | ||||
* | a bit more rsyslog-like | Rainer Gerhards | 2008-02-11 | 1 | -11/+4 |
| | |||||
* | Fixed minor bug finalize_it, pdu only needs to be cleaned if snmp_send | Andre Lorbach | 2008-02-11 | 1 | -0/+3 |
| | | | | failed. Also added documentation to the omsnmp module. | ||||
* | done some more work on omsnmp to bring it fully in line with recent rsyslog | Rainer Gerhards | 2008-02-11 | 1 | -34/+28 |
| | | | | developments | ||||
* | fixed typo | Rainer Gerhards | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | adapted omsnmp to the rsyslog way of handling "exceptions" | Rainer Gerhards | 2008-02-11 | 1 | -26/+13 |
| | |||||
* | replaced sprintf with more secure snprintf calls | Andre Lorbach | 2008-02-11 | 1 | -13/+2 |
| | |||||
* | some cosmetic cleanup | Rainer Gerhards | 2008-02-11 | 1 | -23/+12 |
| | |||||
* | Added debug function logerrorVar, which can have variable number of | Andre Lorbach | 2008-02-11 | 1 | -6/+6 |
| | | | | | parameters. Replaced debug prints in omsnmp with logerrorVar where needed. | ||||
* | Added missing variable checks in modExit and CODESTARTmodExit | Andre Lorbach | 2008-02-11 | 1 | -0/+22 |
| | |||||
* | did some warning cleanup on snmp output module | Rainer Gerhards | 2008-02-11 | 1 | -5/+5 |
| | |||||
* | Did some code cleanup. Removed unused functions and variables. | Andre Lorbach | 2008-02-11 | 1 | -40/+9 |
| | |||||
* | Added support for SNMPv2, which is also default. Removed some debug code | Andre Lorbach | 2008-02-08 | 2 | -77/+100 |
| | | | | | | 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. | ||||
* | Initially implemented snmp into this output module. The code contains a lot | Andre Lorbach | 2008-02-01 | 2 | -15/+437 |
| | | | | | | | | | | | 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. | ||||
* | provided sample for integer config variable | Rainer Gerhards | 2008-01-28 | 1 | -0/+6 |
| | |||||
* | add Michael Biebl's autoconf patch for netsnmp - thks! | Rainer Gerhards | 2008-01-28 | 1 | -1/+1 |
| | |||||
* | created a work-around for plugin interface issue | Rainer Gerhards | 2008-01-25 | 1 | -8/+8 |
| | |||||
* | Module OMSNMP intially added, not completed yet. | Andre Lorbach | 2008-01-22 | 3 | -0/+188 |