From 4d3778998ef34a49b485f8f0d0a11daf1c06a1b7 Mon Sep 17 00:00:00 2001 From: Steffen Zieger Date: Mon, 12 Mar 2012 09:42:20 +0100 Subject: add definition for imfile configuration --- templates/imfile.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/imfile.erb (limited to 'templates') diff --git a/templates/imfile.erb b/templates/imfile.erb new file mode 100644 index 0000000..243b305 --- /dev/null +++ b/templates/imfile.erb @@ -0,0 +1,11 @@ +$ModLoad imfile + +$InputFileName <%= file_name %> +$InputFileTag <%= file_tag %> +$InputFileStateFile state-<%= name %> +$InputFileSeverity <%= file_severity %> +$InputFileFacility <%= file_facility %> +$InputFilePollingInterval <%= polling_interval %> +<% if run_file_monitor == true -%> +$InputRunFileMonitor +<% end -%> -- cgit v1.2.3