~ubuntu-branches/ubuntu/lucid/rsyslog/lucid-updates

« back to all changes in this revision

Viewing changes to doc/rsyslog_reliable_forwarding.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-08-11 00:25:33 UTC
  • mfrom: (1.1.6 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080811002533-83ln3s7t1li0b73n
Tags: 3.18.2-1
* New upstream release.
* debian/rsyslog.init
  - Restore default SELinux security context when creating /dev/xconsole.
    Closes: #493171
  - Add "status" action.
* debian/control
  - Bump dependency on lsb-base to >= 3.2-14, which provides status_of_proc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
<p>A sample for forwarding to two hosts looks like this:
93
93
<p>
94
94
<textarea rows="20" cols="80">
95
 
$ModLoad imuxsock.so # local message reception
 
95
$ModLoad imuxsock             # local message reception
96
96
 
97
 
$WorkDirectory /rsyslog/work # default location for work (spool) files
 
97
$WorkDirectory /rsyslog/work  # default location for work (spool) files
98
98
 
99
99
# start forwarding rule 1
100
100
$ActionQueueType LinkedList   # use asynchronous processing