summaryrefslogtreecommitdiff
path: root/templates/imfile.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/imfile.erb')
-rw-r--r--templates/imfile.erb12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/imfile.erb b/templates/imfile.erb
index 31d3ec2..0540158 100644
--- a/templates/imfile.erb
+++ b/templates/imfile.erb
@@ -1,11 +1,11 @@
$ModLoad imfile
-$InputFileName <%= file_name %>
-$InputFileTag <%= file_tag %>
-$InputFileStateFile state-<%= name %>
-$InputFileSeverity <%= file_severity %>
-$InputFileFacility <%= file_facility %>
-$InputFilePollInterval <%= polling_interval %>
+$InputFileName <%= @file_name %>
+$InputFileTag <%= @file_tag %>
+$InputFileStateFile state-<%= @name %>
+$InputFileSeverity <%= @file_severity %>
+$InputFileFacility <%= @file_facility %>
+$InputFilePollInterval <%= @polling_interval %>
<% if run_file_monitor == true -%>
$InputRunFileMonitor
<% end -%>