summaryrefslogtreecommitdiff
path: root/templates/imfile.erb
blob: 4a11c728380f53c8ab5e14f0372c9c5753cbe771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<% if @extra_modules.empty?() or !@extra_modules.include?('imfile') -%>
$ModLoad imfile
<% end -%>


$InputFileName <%= @file_name %>
$InputFileTag <%= @file_tag %>
$InputFileStateFile state-<%= @name %>
$InputFileSeverity <%= @file_severity %>
$InputFileFacility <%= @file_facility %>
$InputFilePollInterval <%= @polling_interval %>
$InputFilePersistStateInterval <%= @persist_state_interval %>
<% if @run_file_monitor == true -%>
$InputRunFileMonitor
<% end -%>