summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* [io]mrelp: improve error reportingRainer Gerhards2013-06-281-1/+1
|
* prepare for 7.5.1 releasev7.5.1Rainer Gerhards2013-06-261-1/+1
|
* require new librelp versionRainer Gerhards2013-06-261-1/+1
|
* Merge branch 'v7-stable'Rainer Gerhards2013-06-201-1/+1
|\
| * Add missing testMichael Biebl2013-06-201-1/+1
| | | | | | | | | | Fixes ./configure: line 18474: xno: command not found
| * prepare for 7.4.1 releasev7.4.1Rainer Gerhards2013-06-171-1/+1
| |
* | imrelp: new parameter "compression.dhbits"Rainer Gerhards2013-06-121-1/+1
| | | | | | | | | | which controls the number of bits being used for Diffie-Hellman key generation
* | Merge branch 'master-mmfields'Rainer Gerhards2013-06-111-0/+15
|\ \ | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac
| * | mmfields: created skeleton for new module; build system integrationRainer Gerhards2013-06-071-0/+15
| | |
* | | prepare 7.5.0 releasev7.5.0Rainer Gerhards2013-06-111-1/+1
| | |
* | | mmcount: message modification plugin which counts messagesBala.FA2013-06-091-0/+15
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module provides the capability to count log messages by severity or json property of given app-name. The count value is added into the log message as json property named 'mmcount' Example usage of the module in the configuration file module(load="mmcount") # count each severity of appname gluster action(type="mmcount" appname="gluster") # count each value of gf_code of appname gluster action(type="mmcount" appname="glusterd" key="!gf_code") # count value 9999 of gf_code of appname gluster action(type="mmcount" appname="glusterfsd" key="!gf_code" value="9999") # send email for every 50th mmcount if $app-name == 'glusterfsd' and $!mmcount <> 0 and $!mmcount % 50 == 0 then { $ActionMailSMTPServer smtp.example.com $ActionMailFrom rsyslog@example.com $ActionMailTo glusteradmin@example.com $template mailSubject,"50th message of gf_code=9999 on %hostname%" $template mailBody,"RSYSLOG Alert\r\nmsg='%msg%'" $ActionMailSubject mailSubject $ActionExecOnlyOnceEveryInterval 30 :ommail:;RSYSLOG_SyslogProtocol23Format } Signed-off-by: Bala.FA <barumuga@redhat.com>
* | [io]mrelp: add TLS compression supportRainer Gerhards2013-06-071-1/+1
| |
* | Merge branch 'nextmaster'Rainer Gerhards2013-06-061-1/+1
|\ \ | |/ |/| | | | | Conflicts: ChangeLog
| * omrelp: add support for TLSRainer Gerhards2013-05-141-1/+1
| |
* | prepare for 7.4.0 releasev7.4.0Rainer Gerhards2013-06-051-1/+1
| |
* | build: don't check for libs that are not neededTomas Heinrich2013-06-031-7/+1
| |
* | add --enable-cached-man-pages ./configure optionRainer Gerhards2013-05-261-1/+16
| | | | | | | | | | | | | | permits to build rsyslog on a system where rst2man is not installed. In that case, cached versions of the man pages are used (they were built during "make dist", so they should be current for the version in question.
* | Revert "bugfix: problem in build system (especially when cross-compiling)"Tomas Heinrich2013-05-201-2/+2
| | | | | | | | | | | | | | This reverts commit 813c9c7f524976ef598864afbb729bca31557c32. Removing references to libee.h in the previous commit solves the build issue so the cflag shoudn't be needed after all.
* | prepare for 7.3.15 releasev7.3.15Rainer Gerhards2013-05-141-1/+1
| |
* | bugfix: problem in build system (especially when cross-compiling)Winfried2013-05-141-2/+2
| | | | | | | | | | Thanks to Tomas Heinrich and winfried_mb2@xmsnet.nl for the patch. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=445
* | Add a check for the rst2man binaryTomas Heinrich2013-05-141-1/+11
|/ | | | Called when either libgcrypt or GuardTime is enabled.
* prepare for 7.3.14 releasev7.3.14Rainer Gerhards2013-05-061-1/+1
|
* prepare for 7.3.13 releaseRainer Gerhards2013-04-291-1/+1
|
* add omrabbitmqvtomec2013-04-291-0/+22
|
* build: fix build if libgcrypt support is disabledMichael Biebl2013-04-261-0/+2
| | | | | | We don't want to hard-code `libgcrypt-config --libs` at various. Also, make sure LIBGCRYPT_CFLAGS and LIBGCRYPT_LIBS are correctly substituted.
* typo fixJohn Lyman2013-04-261-1/+1
|
* prepare for 7.3.12 releasev7.3.12Rainer Gerhards2013-04-261-1/+1
|
* typo fixRainer Gerhards2013-04-251-1/+1
| | | | Thanks to Michael Biebl for spotting it.
* rewording ./configure output for more clarityRainer Gerhards2013-04-241-4/+4
| | | | thanks to Michael Biebl for suggesting
* Merge branch 'master' into master-imjournalRainer Gerhards2013-04-171-4/+70
|\
| * Merge branch 'v7-stable'Rainer Gerhards2013-04-171-1/+1
| |\ | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| | * prepare for 7.2.7 releasev7.2.7Rainer Gerhards2013-04-171-1/+1
| | |
| * | Merge branch 'master-crypto'Rainer Gerhards2013-04-171-0/+33
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | log encryption: initial PoC implementationRainer Gerhards2013-04-051-1/+1
| | | | | | | | | | | | | | | | rough baseline, needs to be extended for actual use.
| | * | add configure check for libgcryptRainer Gerhards2013-04-021-0/+33
| | | |
| * | | prepare for 7.3.10 releasev7.3.10Rainer Gerhards2013-04-101-1/+1
| | | |
| * | | Merge branch 'v7-stable'Rainer Gerhards2013-04-101-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | Set pkgconfig variables for libuuid on SolarisMartin Carpenter2013-04-091-0/+4
| | | |
| * | | Merge branch 'c7' into tmpRainer Gerhards2013-04-091-1/+1
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac runtime/queue.c
| | * | omrelp: add ability to specify session timeoutRainer Gerhards2013-04-081-1/+1
| | |/
| * | logsig: minimal end-user docv7.3.9Rainer Gerhards2013-03-261-1/+1
| | |
| * | Check libsocket for getifaddrs()Martin Carpenter2013-03-261-1/+4
| | |
| * | doc: add doc for rsgtutilRainer Gerhards2013-03-221-0/+1
| | |
| * | Merge branch 'master' into master-gtRainer Gerhards2013-03-221-7/+47
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac runtime/rsyslog.h
| | * | Merge branch 'v7-stable'Rainer Gerhards2013-03-221-0/+2
| | |\|
| | | * Merge branch 'v6-stable' into v7-stableRainer Gerhards2013-03-221-0/+2
| | | |\
| | | | * Merge branch 'v5-stable' into v6-stableRainer Gerhards2013-03-221-0/+2
| | | | |\
| | | | | * Fix linking for recent sd-daemon.c updateMartin Pitt2013-03-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The recent update of sd-daemon.c introduced the usage of mq_getattr(), which is shipped in -lrt (but clock_gettime isn't any more in glibc 2.17). Also check for mq_getattr() in the rt library to fix linking with glibc 2.17. http://bugzilla.adiscon.com/show_bug.cgi?id=428
| | | | | * preparing for 5.10.1v5.10.1Rainer Gerhards2012-10-171-1/+1
| | | | | |
| | | | * | preparing for 6.6.0v6.6.0Rainer Gerhards2012-10-221-1/+1
| | | | | |