summaryrefslogtreecommitdiff
path: root/templates/imfile.erb
blob: 31d3ec2ace59cbb44738c155d2f18eb19ff1a91f (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 -%>