Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed minor bug finalize_it, pdu only needs to be cleaned if snmp_send | Andre Lorbach | 2008-02-11 | 2 | -8/+113 |
| | | | | 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 | 2 | -36/+30 |
| | | | | developments | ||||
* | some doc enhancements, including a template for module descriptions | Rainer Gerhards | 2008-02-11 | 4 | -2/+66 |
| | |||||
* | doc fixes thanks to Peter Vrabec | Rainer Gerhards | 2008-02-11 | 3 | -8/+3 |
| | |||||
* | 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 |
| | |||||
* | some cleanup on logerrorVar() | Rainer Gerhards | 2008-02-11 | 2 | -0/+3 |
| | |||||
* | Added debug function logerrorVar, which can have variable number of | Andre Lorbach | 2008-02-11 | 2 | -6/+32 |
| | | | | | 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 |
| | |||||
* | bugfix: trailing ":" of tag was lost while parsing legacy syslog messages | Rainer Gerhards | 2008-02-11 | 2 | -1/+5 |
| | | | | without timestamp - thanks to Anders Blomdell for providing a patch! | ||||
* | removed debug message | Rainer Gerhards | 2008-02-11 | 1 | -1/+0 |
| | |||||
* | added x-info field to rsyslogd startup/shutdown message. Hopefully points | Rainer Gerhards | 2008-02-11 | 2 | -2/+5 |
| | | | | | users to right location for further info (many don't even know they run rsyslog ;)) | ||||
* | 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. | ||||
* | very quickly hacked a rought outline of the file monitor (without any | Rainer Gerhards | 2008-02-01 | 4 | -0/+665 |
| | | | | guarantees) | ||||
* | bugfix: immark did not have MARK flags set... | Rainer Gerhards | 2008-02-01 | 1 | -0/+3 |
| | |||||
* | fixed issue left over from debuging :( | Rainer Gerhards | 2008-02-01 | 1 | -2/+1 |
| | |||||
* | 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. | ||||
* | added some more comments on how to create messages and submit them to the | Rainer Gerhards | 2008-02-01 | 1 | -2/+52 |
| | | | | main message queue | ||||
* | added sample config file to distribution tarball | Rainer Gerhards | 2008-02-01 | 1 | -0/+1 |
| | |||||
* | cleaned up some no longer needed files, thanks to Michael Biebl for | Rainer Gerhards | 2008-02-01 | 8 | -427/+0 |
| | | | | pointing this out | ||||
* | added input-plugin interface specification in form of a (copy) template | Rainer Gerhards | 2008-02-01 | 6 | -4/+473 |
| | | | | input module | ||||
* | applied doc fix by Michael Biebl -- thanks! | Rainer Gerhards | 2008-02-01 | 3 | -56/+63 |
| | |||||
* | on the wire message compression added | Rainer Gerhards | 2008-01-31 | 1 | -3/+3 |
| | |||||
* | preparing for 3.11.0v3-11-0 | Rainer Gerhards | 2008-01-31 | 3 | -10/+25 |
| | |||||
* | added information on disk chunks | Rainer Gerhards | 2008-01-31 | 1 | -1/+22 |
| | |||||
* | some more 32 bit fun ;) | Rainer Gerhards | 2008-01-31 | 2 | -2/+2 |
| | |||||
* | typos fixed | Rainer Gerhards | 2008-01-31 | 1 | -38/+48 |
| | |||||
* | bugfix: having fun with 32/64 bit portability - after 15 years, I finally | Rainer Gerhards | 2008-01-31 | 8 | -32/+37 |
| | | | | | was trapped again ;) -- now fixed, sizes > 2GB supported on 32bit platforms | ||||
* | bugfix: dbgoprint mutex - was too simple once I wrote the tracker item ;) | Rainer Gerhards | 2008-01-31 | 1 | -7/+4 |
| | |||||
* | - fixed bug in sample rsyslog.conf | Rainer Gerhards | 2008-01-31 | 3 | -9/+14 |
| | | | | | | | - fixed wrong action suspend/resume handling - we have some issue with the mutx in dbgoprint, but that is acceptable for the time being, I just removed the deadlock codition (debug system only) | ||||
* | some more queue details | Rainer Gerhards | 2008-01-31 | 1 | -2/+17 |
| | |||||
* | preparing doc set for 3.11.0 release | Rainer Gerhards | 2008-01-31 | 1 | -7/+243 |
| | |||||
* | - rename $<obj>TimoutWorkerThreadShutdown to | Rainer Gerhards | 2008-01-31 | 3 | -10/+13 |
| | | | | | | | $<obj>WorkerTimoutThreadShutdown for consistency reasons - changed default for action queue size to 1000 elements (more reasonable here) - fixed bug in sample rsyslog.conf | ||||
* | updated to new 3.11.0 features | Rainer Gerhards | 2008-01-31 | 1 | -4/+46 |
| | |||||
* | worked on syslog-ng comparison | Rainer Gerhards | 2008-01-31 | 1 | -3/+63 |
| | |||||
* | added some advanced features usually in demand to sample rsyslog.conf, but | Rainer Gerhards | 2008-01-31 | 1 | -2/+24 |
| | | | | left it commented out | ||||
* | - implemented limiting disk space allocated to queues | Rainer Gerhards | 2008-01-30 | 6 | -5/+108 |
| | | | | | - addded $MainMsgQueueMaxDiskSpace config directive - addded $ActionQueueMaxDiskSpace config directive | ||||
* | fixed bug during cancel processing | Rainer Gerhards | 2008-01-30 | 1 | -0/+1 |
| | |||||
* | - implemented simple output rate limiting | Rainer Gerhards | 2008-01-30 | 1 | -0/+3 |
| | | | | | - addded $ActionQueueDequeueSlowdown config directive - addded $MainMsgQueueDequeueSlowdown config directive | ||||
* | - implemented simple output rate limiting | Rainer Gerhards | 2008-01-30 | 6 | -6/+37 |
| | | | | | | - addded $ActionQueueDequeueSlowdown config directive - addded $MainMsgQueueDequeueSlowdown config directive - bugfix: MsgDup() did not work with new base object data structure | ||||
* | new action parameters added | Rainer Gerhards | 2008-01-30 | 1 | -1/+19 |
| | |||||
* | fixed a bug that caused a potential hang in file and fwd output module | Rainer Gerhards | 2008-01-30 | 3 | -2/+7 |
| | | | | varmojfekoj provided the patch - many thanks! | ||||
* | removed unnecessary include | Rainer Gerhards | 2008-01-30 | 1 | -1/+0 |
| | |||||
* | added bullet points to rsyslog vs. syslog-ng comparison | Rainer Gerhards | 2008-01-30 | 1 | -0/+10 |
| | |||||
* | - fixed a bug that could cause invalid string handling via strerror_r | Rainer Gerhards | 2008-01-30 | 9 | -20/+43 |
| | | | | | varmojfekoj provided the patch - many thanks! - adopted varmojfekoj's patch to v3, some more sterror_r's ;) | ||||
* | fixed a bug that could cause invalid string handling via strerror_r | Rainer Gerhards | 2008-01-30 | 7 | -10/+26 |
| | | | | varmojfekoj provided the patch - many thanks! |