Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for multiple regex commands, useful for parsing multiple ↵ | Andre Lorbach | 2013-07-03 | 1 | -53/+79 |
| | | | | rsyslog formats | ||||
* | Added more command line options to customize the charts and their output | Andre Lorbach | 2013-07-03 | 2 | -4/+31 |
| | |||||
* | Finished statslog graph and splitter script. | Andre Lorbach | 2013-07-03 | 4 | -26/+9368 |
| | | | | | | | | | Also added needed javascript files, so they can be included into the svg files. This removes dependencies on external sources. The statslog-splitter can now automatically generated SVG or PNG charts together with an index.html in the output directory. This helps taking a quick view on all generated stats data. | ||||
* | Finsihed implementing chart gemerator script for impstats. | Andre Lorbach | 2013-07-03 | 2 | -40/+150 |
| | | | | | | | | | CSV Data generated by statslog-splitter is needed. To run the chart script, the following packages need to be installed: - python pip - python cairosvg With pip install these packages: - pip install CairoSVG tinycss cssselect pygal | ||||
* | Started implementing stats chart generator | Andre Lorbach | 2013-07-02 | 1 | -0/+107 |
| | |||||
* | Added script to split impstats logfiles into processable csv files | Andre Lorbach | 2013-07-02 | 1 | -0/+133 |
| | | | | Python 2.6 or higher is needed to run the script | ||||
* | omrelp: use transactional mode to make imrelp emit bulk sends | Rainer Gerhards | 2013-06-29 | 2 | -1/+27 |
| | |||||
* | cosmetic: remove compiler warning | Rainer Gerhards | 2013-06-29 | 1 | -1/+1 |
| | |||||
* | [io]mrelp: improve error reporting | Rainer Gerhards | 2013-06-28 | 4 | -1/+23 |
| | |||||
* | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-27 | 3 | -230/+167 |
|\ | | | | | | | | | Conflicts: doc/imfile.html | ||||
| * | bugfix: in RFC5425 TLS, multiple wildcards in auth could cause segfault | Rainer Gerhards | 2013-06-27 | 2 | -0/+2 |
| | | |||||
| * | added "required" parameters, fixed conf snippet, bolded defaults | Radu Gheorghe | 2013-06-25 | 1 | -230/+165 |
| | | |||||
* | | Added header in typedefs.h needed for building on ehel 5 | Andre Lorbach | 2013-06-27 | 1 | -0/+4 |
| | | |||||
* | | doc: add recent contribution to ChangeLog | Rainer Gerhards | 2013-06-27 | 1 | -0/+5 |
| | | |||||
* | | Spellcheck the html docs - doc/[a-n]*.html | Georgi Georgiev | 2013-06-27 | 26 | -105/+105 |
| | | | | | | | | Spotted a few typos, started fixing them... got tired around n | ||||
* | | doc: clarify omprog legacy parameters | Rainer Gerhards | 2013-06-27 | 1 | -2/+3 |
| | | |||||
* | | prepare for 7.5.1 releasev7.5.1 | Rainer Gerhards | 2013-06-26 | 2 | -2/+2 |
| | | |||||
* | | require new librelp version | Rainer Gerhards | 2013-06-26 | 2 | -2/+3 |
| | | |||||
* | | doc: typo fix | Rainer Gerhards | 2013-06-26 | 2 | -2/+2 |
| | | |||||
* | | bugfix: imptcp did not properly initialize compression status variable | Rainer Gerhards | 2013-06-26 | 2 | -0/+4 |
| | | | | | | | | could lead to segfault if stream:always compression mode was selected | ||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-25 | 1 | -0/+1 |
|\| | |||||
| * | bugfix: omrelp potential segfault at startup on invalid config parameters | Rainer Gerhards | 2013-06-25 | 2 | -1/+3 |
| | | | | | | | | | | Conflicts: ChangeLog | ||||
* | | bugfix: omrelp potential segfault at startup on invalid config parameters | Rainer Gerhards | 2013-06-25 | 2 | -1/+3 |
| | | |||||
* | | imrelp: properly initialize certifcate parameters | Rainer Gerhards | 2013-06-25 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-25 | 2 | -2/+11 |
|\| | |||||
| * | lmsig_gt: remove no longer needed error message | Rainer Gerhards | 2013-06-25 | 1 | -2/+0 |
| | | | | | | | | This is now properly handled inside rsyslog core. | ||||
| * | bugfix: lmsig_gt abort on invalid configuration parameters | Risto Laanoja | 2013-06-25 | 2 | -2/+13 |
| | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=448 | ||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-25 | 1 | -2/+0 |
|\| | |||||
| * | imfile: remove redundant error mesage | Rainer Gerhards | 2013-06-25 | 1 | -2/+0 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-25 | 2 | -0/+2 |
|\| | |||||
| * | testbench: "prevent" memleaks due to race | Rainer Gerhards | 2013-06-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | imdiag may not have enough time to properly terminate when the shutdown request is made. Thus we give it a little headroom. Note that this does not address a real issue inside the code - at most, it looks like a memory leak, but one where the whole process is immediately destructed. However, it is an annouance for the testbench. Note that the race may still occur based on circumstances, but now is much less likely. | ||||
| * | debug: add memleak info to "make distcheck" | Rainer Gerhards | 2013-06-25 | 1 | -0/+1 |
| | | | | | | | | | | do --enable-valgrind to get better diagnostics in case of memory leaks | ||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-25 | 13 | -15/+22 |
|\| | |||||
| * | build: fix issues on FreeBSD | Rainer Gerhards | 2013-06-25 | 3 | -3/+5 |
| | | | | | | | | | | The last fix was incomplete. Thanks to Christiano for testing and suggestions. | ||||
| * | doc: update ChangeLog | Rainer Gerhards | 2013-06-25 | 1 | -0/+2 |
| | | |||||
| * | typo fix ("listner" vs. "listener") | Michael Biebl | 2013-06-25 | 8 | -10/+10 |
| | | |||||
| * | imtcp: permit parameter name with typo for backward compatibility | Rainer Gerhards | 2013-06-25 | 1 | -1/+3 |
| | | |||||
| * | imtcp: fix typo in config parameter name | Michael Biebl | 2013-06-25 | 1 | -2/+2 |
| | | |||||
| * | bugfix: potential segfault on rsyslog termination in imudp | Rainer Gerhards | 2013-06-25 | 2 | -1/+2 |
| | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=456 | ||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-24 | 5 | -11/+15 |
|\| | |||||
| * | bugfix: RainerScript object required parameters were not properly checked | Rainer Gerhards | 2013-06-24 | 4 | -10/+14 |
| | | | | | | | | this clould result to segfaults on startup if parameters were missing. | ||||
| * | bugfix: omrelp "template" parameter is NOT required | Rainer Gerhards | 2013-06-24 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-24 | 4 | -5/+44 |
|\| | | | | | | | | | Conflicts: ChangeLog | ||||
| * | $uptime property: fix mem leak and build problems on FreeBSD | Rainer Gerhards | 2013-06-24 | 2 | -3/+29 |
| | | |||||
| * | solve build problem on FreeBSD | Rainer Gerhards | 2013-06-24 | 1 | -1/+5 |
| | | | | | | | | Thanks to Christiano for reporting this problem. | ||||
| * | impstats: solve build problem on FreeBSD | Rainer Gerhards | 2013-06-24 | 2 | -0/+9 |
| | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=458 | ||||
* | | mmfields: add "jsonRoot" parameter | Rainer Gerhards | 2013-06-24 | 3 | -7/+28 |
| | | |||||
* | | doc: link mmfields doc to rest of doc set | Rainer Gerhards | 2013-06-23 | 1 | -0/+2 |
| | | | | | | | | ...forgotten in last commit ;) | ||||
* | | doc: add mmfields module | Rainer Gerhards | 2013-06-23 | 1 | -0/+80 |
| | | |||||
* | | doc: document tls.authMode parameter | Rainer Gerhards | 2013-06-21 | 2 | -0/+26 |
| | |