summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* omhdfs: support for HUP addedRainer Gerhards2010-10-041-9/+33
|
* omhdfs: added docRainer Gerhards2010-10-011-1/+1
|
* omhdfs: made action suspend/resume workingRainer Gerhards2010-10-011-10/+26
|
* omhdfs: more improvementsRainer Gerhards2010-10-013-18/+36
| | | | | finally this looks almost production ready for files where no directory path needs to be created
* omhdfs: files now kept inside a hashtable for use by multiple actionsRainer Gerhards2010-10-011-11/+29
| | | | Note:compiles, but not yet tested
* omhdfs: fixed small bugRainer Gerhards2010-10-011-0/+1
| | | | | | | ... that I could only see on my execution environment (I right now have two envs, a local one where I can compile, but not run and a remote one where I can do both, but this is a bit less convenient to use).
* omhdfs: cleanup and lots of improvementRainer Gerhards2010-10-011-97/+150
| | | | | | now things look much better, also done some prep in order to support a file cache (we need this for multiple selectors writing to the same file).
* omhdfs: some cleanup of build systemRainer Gerhards2010-10-011-2/+3
| | | | but still pretty ugly. Any java folks out there to help clean it up?
* omhdfs: added "real" libhdfs code, now actually works on hdfsRainer Gerhards2010-09-302-17/+49
| | | | | | | very crude implementation, but probably good enough to gather some early performance data and experience with the module. No real error handling done, if something breaks, the whole thing will be blown up ;)
* omhdfs: first shot at this new module (very rough PoC code)Rainer Gerhards2010-09-302-0/+302
|
* imuxsock: indicate when rate limiting begins, include pid in rl messagesRainer Gerhards2010-09-291-3/+10
| | | | also improved test tool
* doc/imuxsock: added new options to docRainer Gerhards2010-09-281-1/+1
|
* imuxsock: added per-socket hash tables/rate limiters & severity filterRainer Gerhards2010-09-281-55/+104
| | | | | rate limiting now applies only to messages with a given severity or above. By default, emergency messages are NOT rate-limited.
* imuxsock: changed to per-pid ratelimitingRainer Gerhards2010-09-281-6/+77
|
* added some generic hashtable code by Christopher ClarkRainer Gerhards2010-09-282-1/+2
| | | | found at http://www.cl.cam.ac.uk/~cwc22/hashtable/
* first shot at imuxsock ratelimitingRainer Gerhards2010-09-271-3/+95
| | | | works, but at a global level, need to go down to pid or cgroup
* added support for SCM_CREDENTIALS to imuxsock (now fully working)Rainer Gerhards2010-09-271-105/+92
|
* changed imuxsock to have a somewhat better representation of listenersRainer Gerhards2010-09-271-61/+95
| | | | | still not great, but far better readable (and extendable) than what we had before.
* fixed nitRainer Gerhards2010-09-261-1/+1
|
* patching SCM_CREDENTIALS pid into TAG of imuxsock read messagesRainer Gerhards2010-09-261-38/+141
|
* first shot at SCM_CREDENTIALSRainer Gerhards2010-09-261-3/+64
|
* improved statistics-gathering subsystemRainer Gerhards2010-09-132-12/+45
| | | | | | | | ... well, actually this is a first real implementation of this subsystem. I have added a counter registry, a way to access the countres (as readable string) and a way to define and maintem them. Also, module impstats has been updated to utilize the new system. Finally, I added some counters. I hope that this sets the baseline for useful future enhancements.
* fixed small memory leak, corrected input nameRainer Gerhards2010-09-091-1/+3
|
* added module impstat to emit periodic statistics on rsyslog countersRainer Gerhards2010-09-092-0/+217
| | | | | | This is a *very first* and *very rough* and *very featureless* first shot at this functionality. It is assumed that we will enhance the stats system as a by-line while doing other development.
* Merge branch 'systemd' into v5-develRainer Gerhards2010-09-082-7/+47
|\
| * moved systemd interface to rsyslog convenience libRainer Gerhards2010-09-081-3/+3
| | | | | | | | | | | | | | Mostly a refresh of sd-daemon.[ch] from its source plus some make file changes. We now have systemd interfaces inside rsyslog, so that all plugins interested can call the interfaces. Seems not to be totally necessary right now, but will help in the long term.
| * acquire /dev/log socket optionally from systemdLennart Poettering2010-09-072-7/+47
| |
* | Merge branch 'v5-beta' into v5-develRainer Gerhards2010-08-111-4/+6
|\ \
| * | fixed some issueizotov2010-08-111-4/+6
| | |
* | | Merge branch 'v4-devel' into v5-develRainer Gerhards2010-08-111-10/+17
|\ \ \
| * \ \ Merge branch 'v4-stable-imptcp' into v4-develRainer Gerhards2010-08-111-10/+17
| |\ \ \
| | * | | imptcp: added $InputPTCPServerAddtlFrameDelimiter directiveRainer Gerhards2010-08-111-5/+8
| | | | | | | | | | | | | | | | | | | | also improved testbench
| | * | | fixed minor issue: imptcp did a close(-1) on each acceptRainer Gerhards2010-08-111-1/+2
| | | | |
| | * | | imptcp: added $InputPTCPServerNotifyOnConnectionClose directiveRainer Gerhards2010-08-111-5/+8
| | | | | | | | | | | | | | | | | | | | plus some minor cleanup
* | | | | fix required for new engineRainer Gerhards2010-08-111-1/+0
| | | | |
* | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-08-112-0/+1174
|\| | | | | |_|/ / |/| | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| * | | Merge branch 'v4-stable-imptcp' into tmpRainer Gerhards2010-08-112-0/+1174
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/rsyslog.h tests/Makefile.am
| | * | some cleanup and minor optimizationRainer Gerhards2010-08-101-33/+32
| | | |
| | * | added tests for imptcp and fixed some problems with itRainer Gerhards2010-08-101-18/+41
| | | | | | | | | | | | | | | | it now also works reliably in edge-triggered mode
| | * | added imptcpRainer Gerhards2010-08-102-0/+1152
| | | | | | | | | | | | | | | | | | | | imptcp is a simplified, Linux-specific and potentielly fast syslog plain tcp input plugin (NOT supporting TLS!)
* | | | Merge branch 'v4-devel'Rainer Gerhards2010-08-062-0/+323
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/rsyslog_conf_modules.html runtime/rsyslog.h tests/Makefile.am
| * | | added omuxsock, which permits to write message to local Unix socketsRainer Gerhards2010-08-062-0/+323
| | | | | | | | | | | | | | | | this is the counterpart to imuxsock, enabling fast local forwarding
* | | | changed omudpspoof default spoof address to simplify typical use caseRainer Gerhards2010-08-051-5/+4
| | | |
* | | | minor bug fixesRainer Gerhards2010-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | - doc for pmlastmsg and ruleset parsers were hard to read - pmrfc3164sd had wrong name
* | | | preparing for 5.5.6 releasev5.5.6Rainer Gerhards2010-07-211-1/+0
| |_|/ |/| |
* | | added new parser modulesRainer Gerhards2010-07-132-0/+184
| | | | | | | | | | | | | | | | | | | | | most importantly pmlastmsg, which handles the pathetic "last message repeated n times" messages that some syslogd's emit. Also some minor fixes, like wrong files names in make dist (for new files introduced after last release)
* | | fix: pmrfc3164 did not load because modInit was not specifiedRainer Gerhards2010-07-091-1/+1
| | | | | | | | | | | | ... in the proper way for a non.builtin module.
* | | added new pm3164sd parser moduleRainer Gerhards2010-07-072-0/+349
| | | | | | | | | | | | | | | | | | this permits to accept RFC5424 structured data from messages with RFC3164 header. This was compiled from existing modules by user izotov.
* | | made ompgsql identify its version on loadRainer Gerhards2010-05-071-0/+1
| | |
* | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-231-1/+1
|\| | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h runtime/wtp.c