summaryrefslogtreecommitdiff
path: root/templates/imfile.erb
blob: 243b30514e00806d4ba558bc58d2a767dd31571f (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 %>
$InputFilePollingInterval <%= polling_interval %>
<% if run_file_monitor == true -%>
$InputRunFileMonitor
<% end -%>