summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* added ability to execute actions only after the n-th call of the actionRainer Gerhards2008-08-073-6/+20
| | | | | | | | | This also lead to the addition of two new config directives: $ActionExecOnlyEveryNthTime and $ActionExecOnlyEveryNthTimeTimeout This feature is useful, for example, for alerting: it permits you to send an alert only after at least n occurences of a specific message have been seen by rsyslogd. This protectes against false positives due to waiting for additional confirmation.
* Merge branch 'beta'Rainer Gerhards2008-08-071-1/+1
|\ | | | | | | | | | | Conflicts: doc/rsyslog_conf.html
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-08-071-0/+9
| |\ | | | | | | | | | | | | | | | Conflicts: omfwd.c
| | * Merge branch 'v2-stable' into v3-stableRainer Gerhards2008-08-071-0/+9
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html doc/rsyslog_conf.html omfwd.c
| | | * bugfix: IPv6 addresses could not be specified in forwarding actionv2.0.6Rainer Gerhards2008-08-072-1/+10
| | | | | | | | | | | | | | | | | | | | New syntax @[addr]:port introduced to enable that. Root problem was IPv6 addresses contain colons. (backport from 3.21.3)
* | | | doc: added clarification on private support mailsRainer Gerhards2008-08-052-12/+64
| | | |
* | | | bugfix: IPv6 addresses could not be specified in forwarding actionsRainer Gerhards2008-08-051-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | New syntax @[addr]:port introduced to enable that. Root problem was IPv6 addresses contain colons. Also somewhat enhanced debugging messages.
* | | | preparing for 3.21.2v3.21.2Rainer Gerhards2008-08-041-4/+4
| | | |
* | | | enhanced troubleshooting documentationRainer Gerhards2008-08-041-0/+59
| | | |
* | | | enhanced ommail to support multiple email recipients.Rainer Gerhards2008-08-041-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done by specifying $ActionMailTo multiple times. Note that this introduces a small incompatibility to previous config file syntax: the recipient list is now reset for each action (we honestly believe that will not cause any problem - apologies if it does).
* | | | added $InputUnixListenSocketHostName config directiveRainer Gerhards2008-08-012-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | It permits to override the hostname being used on a local unix socket. This is useful for differentiating "hosts" running in several jails. Feature was suggested by David Darville, thanks for the suggestion.
* | | | preparing for 3.21.1Rainer Gerhards2008-07-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I disabled some make check checks for make distcheck. I need to add some addtl support for make distcheck environment to rsyslogd and I don't like to hold 3.21.1 just for that any longer.
* | | | fixed some minor nits in preperation for 3.21.1Rainer Gerhards2008-07-292-7/+7
| | | |
* | | | enhanced configuration file error reporting and verificationRainer Gerhards2008-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - enhanced config file checking - no active actions are detected - added -N rsyslogd command line option for a config validation run (which does not execute actual syslogd code and does not interfere with a running instance) - somewhat improved emergency configuration. It is now also selected if the config contains no active actions - rsyslogd error messages are now reported to stderr by default. can be turned off by the new "$ErrorMessagesToStderr off" directive Thanks to HKS for suggesting these new features.
* | | | Merge branch 'beta'Rainer Gerhards2008-07-2514-39/+41
|\| | |
| * | | Merge branch 'v3-stable' into betaRainer Gerhards2008-07-2514-39/+41
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | use the $ModLoad syntax consistently.Michael Biebl2008-07-2214-41/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the documentation to use the new, preferred $ModLoad syntax: - no more MySQL - name of the in/output plugin without the trailing .so Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | preparing for 3.18.1v3.18.1Rainer Gerhards2008-07-211-1/+1
| | | |
* | | | preparing for 3.21.0 releasev3.21.0Rainer Gerhards2008-07-181-6/+4
| | | |
* | | | Merge branch 'beta'Rainer Gerhards2008-07-181-3/+37
|\| | |
| * | | Merge branch 'v3-stable' into betaRainer Gerhards2008-07-181-3/+37
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/property_replacer.html tools/syslogd.c
| | * | added new poperty replacer option, added missing documentationRainer Gerhards2008-07-181-4/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added a new property replacer option "sp-if-no-1st-sp" to cover a problem with RFC 3164 based interpreation of tag separation. While it is a generic approach, it fixes a format problem introduced in 3.18.0, where kernel messages no longer had a space after the tag. This is done by a modifcation of the default templates. Please note that this may affect some messages where there intentionally is no space between the tag and the first character of the message content. If so, this needs to be worked around via a specific template. However, we consider this scenario to be quite remote and, even if it exists, it is not expected that it will actually cause problems with log parsers (instead, we assume the new default template behaviour may fix previous problems with log parsers due to the missing space). - doc bugfix: property replacer options secpath-replace and secpath-drop were not documented
* | | | some doc cleanupRainer Gerhards2008-07-161-2/+2
| | | | | | | | | | | | | | | | | | | | among others, download links on status page were messed up. Thanks to HKS for reporting this.
* | | | preparing for new devel branch (3.21)Rainer Gerhards2008-07-151-1/+1
|/ / /
* | | bumped version numberRainer Gerhards2008-07-151-1/+1
| | |
* | | preparing for 3.19.10, starting a new beta branchv3.19.10Rainer Gerhards2008-07-152-7/+7
| | |
* | | Merge branch 'beta' - important mutex bugfixRainer Gerhards2008-07-141-0/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/Makefile.am doc/manual.html
| * | prepared for 3.18.0 releasev3.18.0Rainer Gerhards2008-07-112-1/+7
| | |
* | | update project status after 3.18.0 releaseRainer Gerhards2008-07-111-3/+5
| | |
* | | some html files were not included in distribution tarballRainer Gerhards2008-07-111-0/+5
| | | | | | | | | | | | thanks to Michael Biebll for pointing out the problem
* | | Merge branch 'beta'Rainer Gerhards2008-07-114-31/+95
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac rsyslog.conf runtime/queue.c
| * | Merge branch 'v3-stable' into betaRainer Gerhards2008-07-111-27/+56
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | streamlined ubuntu package descriptionRainer Gerhards2008-07-111-2/+1
| | | | | | | | | | | | | | | | Thanks to Michael Biebl for the information.
| | * | prepared for 3.16.3 releaseRainer Gerhards2008-07-111-1/+1
| | | |
| | * | bugfix & doc improvementRainer Gerhards2008-07-111-27/+57
| | | | | | | | | | | | | | | | | | | | | | | | bugfix for mem leak in disk-based queue modes (backport from devel) plus an update to the list of distributions where rsyslog packages are available.
| | * | preparing for 3.16.2 releasev3.16.2Rainer Gerhards2008-06-251-1/+1
| | | |
| * | | added some troubleshooting aid documentationRainer Gerhards2008-07-093-4/+39
| | | |
* | | | bumped version numberRainer Gerhards2008-07-071-1/+1
| | | |
* | | | preparing for 3.19.9v3.19.9Rainer Gerhards2008-07-071-3/+3
| | | |
* | | | Merge branch 'beta'Rainer Gerhards2008-07-071-3/+3
|\| | |
| * | | doc-update: used default RELP port in sampleRainer Gerhards2008-07-021-3/+3
| | | |
* | | | finalized tutorial for creating a TLS-secured syslog infrastructureRainer Gerhards2008-07-036-3/+287
| | | |
* | | | bumped version numberRainer Gerhards2008-07-011-1/+1
| | | |
* | | | finalized 3.19.8v3.19.8Rainer Gerhards2008-07-011-4/+4
| | | |
* | | | Merge branch 'beta'Rainer Gerhards2008-07-014-9/+160
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog conf.c doc/Makefile.am doc/manual.html omfwd.c plugins/omgssapi/omgssapi.c This was a bit hard to merge; if there are problems, they may be in the area of the new "comment in action line" code that came from the beta.
| * | | doc: added info on which version ommail was first available withRainer Gerhards2008-07-011-0/+1
| | | |
| * | | added forgotten html file to distribution tarballv3.17.5Rainer Gerhards2008-06-271-0/+1
| | | |
| * | | added doc: howto set up a reliable connection to remote serverRainer Gerhards2008-06-272-9/+158
| | | | | | | | | | | | | | | | via queued mode (and plain tcp protocol)
| * | | bumped version numberRainer Gerhards2008-06-161-1/+1
| | | |
* | | | "worked around" structure misalignment problem in test suiteRainer Gerhards2008-07-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I disabled a check below, because I can not find the cause of the misalignment. The problem is that pToken structure has a different member alignment inside the runtime library then inside of this program. I checked compiler options, but could not find the cause. Should anyone have any insight, I'd really appreciate if you drop me a line.