| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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).
|
| | | | |
| | | | |
| | | | |
| | | | | |
but still pretty ugly. Any java folks out there to help clean it up?
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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 ;)
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
I left a testing setting in, resulting in /dev/log never being deleted...
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=200
Note that this may not be the ultimate fix. I could not definitely
identify the root cause of the problem and so I did some changes
that I *think* (but could not verify) that resolved the issue.
|
| | | |
| | | |
| | | |
| | | | |
also improved test tool
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
rate limiting now applies only to messages with a given severity or above. By
default, emergency messages are NOT rate-limited.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
found at http://www.cl.cam.ac.uk/~cwc22/hashtable/
|
| | | |
| | | |
| | | |
| | | | |
works, but at a global level, need to go down to pid or cgroup
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
still not great, but far better readable (and extendable) than what we had
before.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
... 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.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | | |
|
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| | | | | |
|
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
also improved testbench
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
plus some minor cleanup
|
| | | | | | |
|
|\| | | | |
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
Makefile.am
tests/tcpflood.c
|
| |\| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
Makefile.am
configure.ac
runtime/rsyslog.h
tests/Makefile.am
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
it now also works reliably in edge-triggered mode
|
| | | |/
| | |/|
| | | |
| | | |
| | | | |
imptcp is a simplified, Linux-specific and potentielly fast
syslog plain tcp input plugin (NOT supporting TLS!)
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
ChangeLog
Makefile.am
configure.ac
doc/rsyslog_conf_modules.html
runtime/rsyslog.h
tests/Makefile.am
|
| | | |
| | | |
| | | |
| | | | |
this is the counterpart to imuxsock, enabling fast local forwarding
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- doc for pmlastmsg and ruleset parsers were hard to read
- pmrfc3164sd had wrong name
|
| |_|/
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | |
| | |
| | |
| | | |
... in the proper way for a non.builtin module.
|
| | |
| | |
| | |
| | |
| | |
| | | |
this permits to accept RFC5424 structured data from messages
with RFC3164 header. This was compiled from existing modules by
user izotov.
|
| | | |
|
|\| |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
runtime/rsyslog.h
runtime/wtp.c
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
It now supports the new cancel-free termination mode. This
is important to get a really reliable solution in all cases.
This concludes the initial implementation of imsolaris for v5.
|
| | | |
|
|\| |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
plugins/imsolaris/imsolaris.c
tests/Makefile.am
|