/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/parameters/ompgsql-server.rst
41 строка
792 B
Ulrike Gerhards
Codex/refactor module documentation into parameter files (#6348)
11 дек 2025, 10:51
Не верифицирован
11 дек 2025, 10:51
1576a18
Код
Авторство
О чём код?
.. _param-ompgsql-server: .. _ompgsql.parameter.input.server: Server ====== .. index:: single: ompgsql; Server single: Server .. summary-start Specifies the hostname or address of the PostgreSQL server when not using a connection string. .. summary-end This parameter applies to :doc:`../../configuration/modules/ompgsql`. :Name: Server :Scope: input :Type: word :Default: none :Required?: no :Introduced: 8.32.0 Description ----------- The hostname or address of the PostgreSQL server. Required if ``conninfo`` is not specified. Input usage ----------- .. _ompgsql.parameter.input.server-usage: .. code-block:: rsyslog module(load="ompgsql") action(type="ompgsql" server="localhost" db="syslog") See also -------- See also :doc:`../../configuration/modules/ompgsql`.