From f7575cb9a81ed80848e21ea0cb31b6657f908f5d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 13 Oct 2009 09:08:40 +0200 Subject: added multi-ruleset support to imudp also bumped version number and corrected ChangeLog, where I merged some post 5.3.1 changes into the 5.3.1 section. --- doc/rsyslog_conf_modules.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/rsyslog_conf_modules.html') diff --git a/doc/rsyslog_conf_modules.html b/doc/rsyslog_conf_modules.html index f9bdad4a..d408fc60 100644 --- a/doc/rsyslog_conf_modules.html +++ b/doc/rsyslog_conf_modules.html @@ -25,7 +25,7 @@ permits rsyslog to alert folks by mail if something important happens -  input module for text files
  • imrelp - RELP input module
  • -
  • imudp - udp syslog message input
  • +
  • imudp - udp syslog message input
  • imtcp - input plugin for plain tcp syslog
  • imgssapi - -- cgit v1.2.3 From 05d693123b175855174023874ce6f497f3642e61 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 2 Nov 2009 11:39:38 +0100 Subject: added omruleset output module, which provides great flexibility in action processing. THIS IS A VERY IMPORTANT ADDITION, see its doc for why. --- doc/rsyslog_conf_modules.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/rsyslog_conf_modules.html') diff --git a/doc/rsyslog_conf_modules.html b/doc/rsyslog_conf_modules.html index d408fc60..8ec9b84d 100644 --- a/doc/rsyslog_conf_modules.html +++ b/doc/rsyslog_conf_modules.html @@ -11,6 +11,7 @@ what they do (list is currently not complete)

  • omsnmp - SNMP trap output module
  • omtdout - stdout output module (mainly a test tool)
  • omrelp - RELP output module
  • +
  • omruleset - forward message to another ruleset
  • omgssapi - output module for GSS-enabled syslog
  • ommysql - output module for MySQL
  • ompgsql - output module for PostgreSQL
  • -- cgit v1.2.3 From 09708798a22b61851e24e97c3c4bcdef0316fa99 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 3 Nov 2009 09:55:23 +0100 Subject: improved omruleset doc --- doc/rsyslog_conf_modules.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/rsyslog_conf_modules.html') diff --git a/doc/rsyslog_conf_modules.html b/doc/rsyslog_conf_modules.html index 8ec9b84d..a4c8c423 100644 --- a/doc/rsyslog_conf_modules.html +++ b/doc/rsyslog_conf_modules.html @@ -11,7 +11,7 @@ what they do (list is currently not complete)

  • omsnmp - SNMP trap output module
  • omtdout - stdout output module (mainly a test tool)
  • omrelp - RELP output module
  • -
  • omruleset - forward message to another ruleset
  • +
  • omruleset - forward message to another ruleset
  • omgssapi - output module for GSS-enabled syslog
  • ommysql - output module for MySQL
  • ompgsql - output module for PostgreSQL
  • -- cgit v1.2.3