/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/parameters/impstats-interval.rst
45 строк
1 KB
Ulrike Gerhards
Codex/refactor rsyslog module parameter documentation rgp0jv (#6256)
30 окт 2025, 19:21
Не верифицирован
30 окт 2025, 19:21
a9f96be
Код
Авторство
О чём код?
.. _param-impstats-interval: .. _impstats.parameter.module.interval: interval ======== .. index:: single: impstats; interval single: interval .. summary-start Configures how often, in seconds, impstats emits statistics messages. .. summary-end This parameter applies to :doc:`../../configuration/modules/impstats`. :Name: interval :Scope: module :Type: integer (seconds) :Default: module=300 :Required?: no :Introduced: at least 5.x, possibly earlier Description ----------- Sets the interval, in **seconds**, at which messages are generated. Please note that the actual interval may be a bit longer. We do not try to be precise and so the interval is actually a sleep period which is entered after generating all messages. So the actual interval is what is configured here plus the actual time required to generate messages. In general, the difference should not really matter. Module usage ------------ .. _impstats.parameter.module.interval-usage: .. code-block:: rsyslog module(load="impstats" interval="600") See also -------- See also :doc:`../../configuration/modules/impstats`.