summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChris Trotman <chris@trotman.io>2014-05-21 08:03:09 +1000
committerChris Trotman <chris@trotman.io>2014-05-21 08:03:09 +1000
commite3919568b211c5c157b05158bb9573be996c646d (patch)
tree3607d4df787418b23f983ad82b8fc1005938854d /templates
parent3ed2acbacd99f26923e3a1e286a480dce51aec1c (diff)
imfile: Add the persist_state_interval option
Diffstat (limited to 'templates')
-rw-r--r--templates/imfile.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/imfile.erb b/templates/imfile.erb
index 4e5b71f..8b24edb 100644
--- a/templates/imfile.erb
+++ b/templates/imfile.erb
@@ -6,6 +6,7 @@ $InputFileStateFile state-<%= @name %>
$InputFileSeverity <%= @file_severity %>
$InputFileFacility <%= @file_facility %>
$InputFilePollInterval <%= @polling_interval %>
+$InputFilePersistStateInterval <%= @persist_state_interval %>
<% if @run_file_monitor == true -%>
$InputRunFileMonitor
<% end -%>