summaryrefslogtreecommitdiff
path: root/templates/imfile.erb
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2012-03-12 09:42:20 +0100
committerSteffen Zieger <me@saz.sh>2012-03-12 09:42:20 +0100
commit4d3778998ef34a49b485f8f0d0a11daf1c06a1b7 (patch)
tree7387dae78bfc2366822ba52de20bebecd4679256 /templates/imfile.erb
parent05eb7a937b1eae714b1b8ed2003156422a995a8e (diff)
add definition for imfile configuration
Diffstat (limited to 'templates/imfile.erb')
-rw-r--r--templates/imfile.erb11
1 files changed, 11 insertions, 0 deletions
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 -%>