summaryrefslogtreecommitdiff
path: root/templates/imfile.erb
blob: 4e5b71f5d69c2f63f98bf001baa221563e77457e (plain)
1
2
3
4
5
6
7
8
9
10
11
$ModLoad imfile

$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 -%>