summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_conf_global.html
Commit message (Collapse)AuthorAgeFilesLines
* added multi-ruleset support to imudpRainer Gerhards2009-10-131-13/+0
| | | | | also bumped version number and corrected ChangeLog, where I merged some post 5.3.1 changes into the 5.3.1 section.
* added $AbortOnUncleanConfig directiveRainer Gerhards2009-09-171-0/+2
| | | | | permits to prevent startup when there are problems with the configuration file. See it's doc for details.
* Merge branch 'v4-devel'Rainer Gerhards2009-09-111-0/+1
|\
| * added new config directive $omfileForceChown to fix some broken system configs.Rainer Gerhards2009-09-111-0/+1
| | | | | | | | See ticket for details: http://bugzilla.adiscon.com/show_bug.cgi?id=150
* | doc: clarified availability of $LogRSyslogStatusMessages directiveRainer Gerhards2009-09-041-0/+1
| |
* | Merge branch 'v4-devel'Rainer Gerhards2009-09-041-5/+12
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_global.html tools/syslogd.c
| * Merge branch 'v4-beta' into v4-develRainer Gerhards2009-09-041-4/+7
| |\
| | * Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-09-041-4/+7
| | |\
| | | * Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-09-041-4/+7
| | | | | | | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf.html
| * | | added $LogRSyslogStatusMessages configuration directiveRainer Gerhards2009-09-041-0/+4
| |/ / | | | | | | | | | | | | ...permitting to turn off rsyslog start/stop/HUP messages. See Debian ticket http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463793
* | | bugfix: hostnames with dashes in them were incorrectly treated as malformedRainer Gerhards2009-08-201-1/+3
| | | | | | | | | | | | | | | | | | ... thus causing them to be treated as TAG (this was a regression introduced from the "rfc3164 strict" change in 4.5.0). Testbench has been updated to include a smaple message with a hostname containing a dash.
* | | added new config option $ActionWriteAllMarkMessagesRainer Gerhards2009-08-201-0/+6
| | | | | | | | | | | | | | | | | | this option permites to process mark messages under all circumstances, even if an action was recently called. This can be useful to use mark messages as a kind of heartbeat.
* | | Merge branch 'beta'Rainer Gerhards2009-07-151-4/+15
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-151-4/+8
| |\ \
| | * | CONFIG CHANGE: $HUPisRestart default is now "off".Rainer Gerhards2009-07-151-4/+8
| | | | | | | | | | | | | | | | | | | | We are doing this to support removal of restart-type HUP in v5. Elaborate doc added to explain reasoning and actions to be taken.
| * | | added ability for the TCP output action to "rebind" its send socketRainer Gerhards2009-07-141-0/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | ...after sending n messages (actually, it re-opens the connection, the name is used because this is a concept very similiar to $ActionUDPRebindInterval). New config directive $ActionSendTCPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered# useful for load balancers.
* | | Merge branch 'master' into v5-develRainer Gerhards2009-07-021-2/+4
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | completed ruleset documentationRainer Gerhards2009-07-021-2/+4
| | |
* | | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-2/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a complex manual merge, especially in action.c. So if there occur some problems, this would be a good point to start troubleshooting. I run a couple of tests before commiting and they all went well. Conflicts: action.c action.h runtime/queue.c runtime/queue.h runtime/wti.c runtime/wti.h
| * | switched default to keep in line with traditional syslogd behaviourRainer Gerhards2009-06-191-2/+5
| | |
* | | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-0/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this was NOT a trivial merge, and there may be some issues. This needs to be seen when we continue developing. Conflicts: runtime/msg.h runtime/obj.h runtime/queue.c runtime/srUtils.h runtime/stream.c runtime/stream.h runtime/wti.c tests/Makefile.am tools/omfile.c tools/syslogd.c
| * | completed multi-ruleset core supportRainer Gerhards2009-06-121-2/+8
| | | | | | | | | | | | ... as well as added multi-ruleset support for imtcp
| * | implemented $OMFileFlushOnTXEnd directiveRainer Gerhards2009-06-121-0/+7
| | | | | | | | | | | | plus some cleanup...
| * | added $Ruleset config commandRainer Gerhards2009-06-101-0/+2
| | | | | | | | | | | | | | | | | | so we now can define multiple rule sets, we just can not use them ;) That means we have the foundation to bind listeners to different rule sets.
| * | added $OMFileIOBufferSize config directive and plumbingRainer Gerhards2009-06-041-0/+1
| | |
| * | modified stream class and omfile to work with itRainer Gerhards2009-06-041-0/+3
| |/ | | | | | | now some basic operations are carried out via the stream class.
* | Merge branch 'master' into v5-develRainer Gerhards2009-06-041-0/+3
|\| | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * added ability for the UDP output action to rebind its send socket after ↵Rainer Gerhards2009-05-291-0/+3
| | | | | | | | | | | | | | | | sending n messages New config directive $ActionSendUDPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered useful for load balancers.
* | Merge branch 'master' into v5-develRainer Gerhards2009-05-281-1/+1
|\| | | | | | | | | Conflicts: tests/Makefile.am
| * doc: added info on when $OptimizeForUniprocessor was made availableRainer Gerhards2009-05-281-1/+1
| |
* | Merge branch 'master' into multi-dequeueRainer Gerhards2009-05-121-0/+3
|\| | | | | | | | | Conflicts: runtime/rsyslog.h
| * added capability to draw configuration graphsRainer Gerhards2009-05-111-0/+3
| | | | | | | | | | | | | | | | - added $GenerateConfigGraph configuration command which can be used to generate nice-looking (and very informative) rsyslog configuration graphs. - added $ActionName configuration directive (currently only used for graph generation, but may find other uses)
* | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize ↵Rainer Gerhards2009-04-231-0/+2
|/ | | | configuration directives
* added doc for $MaxOpenFiles directiveRainer Gerhards2009-04-141-9/+9
|
* omfile bugfixingRainer Gerhards2009-03-181-0/+1
| | | | | | | - fixed a bug that caused action retries not to work correctly situation was only cleared by a restart - bugfix: closed dynafile was potentially never written until another dynafile name was generated - potential loss of messages
* added new config directive $RepeatedMsgContainsOriginalMsgRainer Gerhards2009-02-021-1/+7
| | | | | | so that the "last message repeated n times" messages, if generated, may have an alternate format that contains the message that is being repeated. Note that this is on an action-by-action basis.
* added $PreserveFQDN config file directiveRainer Gerhards2008-12-081-0/+3
| | | | Enables to use FQDNs in sender names where the legacy default
* added ability to drop privilegesRainer Gerhards2008-11-261-0/+5
| | | | | | | Added $PrivDropToGroup, $PrivDropToUser, $PrivDropToGroupID, $PrivDropToUserID config directives to enable dropping privileges. This is an effort to provide a security enhancement. For the limits of this approach, see http://wiki.rsyslog.com/index.php/Security
* added forgotten filesRainer Gerhards2008-11-111-0/+227
they were new after restructuring the doc...