diff -up ./doc/configuration/modules/imfile.html.orig ./doc/configuration/modules/imfile.html
--- ./doc/configuration/modules/imfile.html.orig 2016-11-24 10:52:53.192779734 -0500
+++ ./doc/configuration/modules/imfile.html 2016-11-24 11:01:07.132961531 -0500
@@ -152,11 +152,12 @@ parts of that file.</p>
<dt>
<code class="descname">mode ["inotify"/"polling"]</code></dt>
<dd><blockquote>
-<div><p><em>Default: “inotify”</em></p>
+<div><p><em>Default: “polling”</em></p>
<p><em>Available since: 8.1.5</em></p>
</div></blockquote>
<p>This specifies if imfile is shall run in inotify (“inotify”) or polling
-(“polling”) mode. Traditionally, imfile used polling mode, which is
+(“polling”) mode. Traditionally, imfile used polling mode (and this option
+is ON by default in rhel because of backwards compatibility), which is
much more resource-intense (and slower) than inotify mode. It is
suggested that users turn on “polling” mode only if they experience
strange problems in inotify mode. In theory, there should never be a
@@ -675,4 +676,4 @@ $InputFilePollInterval 10
© Copyright 2008-2016, Rainer Gerhards and Adiscon.
</div>
</body>
-</html>
\ No newline at end of file
+</html>