chef/cookbooks/rsyslog/templates/default/file-input.conf.erb
2015-07-21 19:45:23 +02:00

16 lines
411 B
Plaintext

# <%= @tag %>.conf - Syslog file inputs for <%= @tag %>
#
# Generated by Chef for <%= node['fqdn'] %>
# Local modifications will be overwritten.
$ModLoad imfile
$InputFileName <%= @file_name %>
$InputFileTag <%= @tag %>:
$InputFileStateFile <%= @state_file %>
<% if @severity %>
$InputFileSeverity <%= @severity %>
<% end %>
<% if @facility %>
$InputFileFacility <%= @facility %>
<% end %>
$InputRunFileMonitor