diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-02 15:27:21 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-02 15:27:21 +0200 |
commit | 4e39fb9e80472b6ae329250eae4feb6e7233d68a (patch) | |
tree | 38cee7ebaf03e55f78b00d7c00733df5be29a70b | |
parent | c095f4b49bfd384f05ac7ba7fa142d11ee986dc3 (diff) | |
parent | 887774fc1575f76368b13b9a9e26e344a1f16d45 (diff) | |
download | rsyslog-4e39fb9e80472b6ae329250eae4feb6e7233d68a.tar.gz rsyslog-4e39fb9e80472b6ae329250eae4feb6e7233d68a.tar.bz2 rsyslog-4e39fb9e80472b6ae329250eae4feb6e7233d68a.zip |
Merge branch 'v7-stable'
-rw-r--r-- | doc/imfile.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/imfile.html b/doc/imfile.html index 274d6e60..dd62c86f 100644 --- a/doc/imfile.html +++ b/doc/imfile.html @@ -14,7 +14,7 @@ a syslog message. A standard text file is a file consisting of printable characters with lines being delimited by LF.</p> <p>The file is read line-by-line and any line read is passed to -rsyslog's rule engine. The rule engine applies filter conditons and +rsyslog's rule engine. The rule engine applies filter conditions and selects which actions needs to be carried out. Empty lines are <b>not</b> processed, as they would result in empty syslog records. They are simply ignored.</p> @@ -49,9 +49,9 @@ releases of imfile may support per-file polling intervals, but currently this is not the case. If multiple PollingInterval statements are present in rsyslog.conf, only the last one is used.<br> A short poll interval provides more rapid message forwarding, but -requires more system ressources. While it is possible, we stongly +requires more system resources. While it is possible, we stongly recommend not to set the polling interval to 0 seconds. That will make -rsyslogd become a CPU hog, taking up considerable ressources. It is +rsyslogd become a CPU hog, taking up considerable resources. It is supported, however, for the few very unusual situations where this level may be needed. Even if you need quick response, 1 seconds should be well enough. Please note that imfile keeps reading files as long as |