~ubuntu-branches/ubuntu/karmic/rsyslog/karmic-200908151517

« back to all changes in this revision

Viewing changes to rsyslog.conf

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-07-23 02:22:32 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723022232-496osxty0v9vvw9g
Tags: 3.18.1-1
* New upstream release. Closes: #490445
  - List Debian in doc/rsyslog_packages.html. Closes: #488870
  - Fix compilation of imklog module on GNU/kFreeBSD. Closes: #491193
* debian/rsyslog-doc.install
  - Install the example config file. Closes: #488860
* debian/rules
  - Enable mail output plugin.
  - Make sure all directories are created by calling dh_installdirs for both
    binary-arch and binary-indep. Closes: #491459
* debian/rsyslog.install
  - Install mail output plugin (ommail.so).
* debian/control
  - Add Suggests www-browser to rsyslog-doc as the package contains mostly
    html documents.
  - Update feature list.
  - Adjust priorities, set rsyslog priority to important.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# if you experience problems, check
 
2
# http://www.rsyslog.com/troubleshoot for assistance
 
3
 
1
4
# rsyslog v3: load input modules
2
5
# If you do not load inputs, nothing happens!
3
6
# You may need to set the module load path if modules are not found.
41
44
#$ActionQueueMaxDiskSpace 1g   # 1gb space limit (use as much as possible)
42
45
#$ActionQueueSaveOnShutdown on # save messages to disk on shutdown
43
46
#$ActionQueueType LinkedList   # run asynchronously
44
 
#$ActionResumeRetryCount -1    # infinety retries if host is down
 
47
#$ActionResumeRetryCount -1    # infinite retries if host is down
45
48
# remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional
46
49
#*.* @@remote-host
47
50