/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/parameters/imdocker-pollinginterval.rst
42 строки
907 B
Rainer Gerhards
doc: refactor imdocker module param docs into structured ref pages
12 авг 2025, 16:43
Не верифицирован
12 авг 2025, 16:43
2eac2fe
Код
Авторство
О чём код?
.. _param-imdocker-pollinginterval: .. _imdocker.parameter.module.pollinginterval: PollingInterval =============== .. index:: single: imdocker; PollingInterval single: PollingInterval .. summary-start Seconds between ``List Containers`` polls for new containers; default ``60``. .. summary-end This parameter applies to :doc:`../../configuration/modules/imdocker`. :Name: PollingInterval :Scope: module :Type: integer :Default: module=60 :Required?: no :Introduced: 8.41.0 Description ----------- Specifies the polling interval in seconds. imdocker polls for new containers by calling the ``List containers`` Docker API. Module usage ------------ .. _param-imdocker-module-pollinginterval: .. _imdocker.parameter.module.pollinginterval-usage: .. code-block:: rsyslog module(load="imdocker" PollingInterval="...") See also -------- See also :doc:`../../configuration/modules/imdocker`.