man syslog-ng(8) - журнал системных сообщений

debian, “man syslog-ng(8) - logs system messages”, public translation into Russian from English More about this translation.

See also 139 similar translations

Translate into another language.

Participants

morbo410 points
Join Translated.by to translate! If you already have a Translated.by account, please sign in.
If you do not want to register an account, you can sign in with OpenID.
Pages: ← previous Ctrl next
1 2

man syslog-ng(8) - logs system messages

man syslog-ng(8) - журнал системных сообщений

History of edits (Latest: morbo 2 years, 11 months ago) §

NAME

НАЗВАНИЕ

History of edits (Latest: morbo 2 years, 11 months ago) §

syslog-ng - logs system messages

syslog-ng - журнал системных сообщений

History of edits (Latest: morbo 2 years, 11 months ago) §

SYNOPSIS

ОБЗОР

History of edits (Latest: morbo 2 years, 11 months ago) §

NOTE: This file is not up to date. Please refer to the html documentation.

ЗАМЕЧАНИЕ: Этот файл не актуален. Обратитесь к документации в формате HTML.

History of edits (Latest: morbo 2 years, 11 months ago) §

syslog-ng [ -dFsvV ] [ -f <config-filename> ] [ -p <pid-filename> ] [-C <chroot-dir> ] [ -u <user> ] [ -g <group> ]

syslog-ng [-dFsvV] [-f <файл_конфигурации>] [-p <PID-файл>] [-C <изменённый_корневой_каталог>] [-u <пользователь>] [-g <группа>]

History of edits (Latest: morbo 2 years, 11 months ago) §

DESCRIPTION

ОПИСАНИЕ

History of edits (Latest: morbo 2 years, 11 months ago) §

syslog-ng reads and logs messages to the system console, log files, other machines and/or users as specified by its configuration file.

syslog-ng читает и протоколирует сообщения на системную консоль, файлы журналов, другие компьютеры и/или пользователям, как указано в его конфигурационном файле.

History of edits (Latest: morbo 2 years, 11 months ago) §

— Смысл ускользает. morbo

The configuration file is read at startup and is reread after receipt of a hangup (HUP) signal. When reloading the configuration file, all destination files are closed and reopened as appropriate. For more information about the configuration file, see syslog-ng.conf(5).

Конфигурационный файл читается при запуске и перечитывается после получения сигнала зависания (HUP). При перезагрузке конфигурационного файла все целевые файлы закрываются и заново открываются как положено. За более подробной информацией о файле конфигурации обратитесь к syslog-ng.conf(5).

History of edits (Latest: morbo 2 years, 11 months ago) §

Typically messages are sent to syslog-ng via a Unix domain socket (/dev/log) or via UDP, to port 514 or to whatever syslog/udp is defined to be in /etc/services. To receieve messages from the kernel, /dev/klog is opened for reading.

Обычно сообщения отправляются в syslog-ng через сокет домена Unix (/dev/log) или через UDP, на порт 514 или на тот, который определён как syslog/udp в /etc/services. Для приёма сообщений от ядра для чтения открывается /dev/klog.

History of edits (Latest: morbo 2 years, 11 months ago) §

Messages sent to syslog-ng should be an entire line, prefixed by a priority code in between '<' and '>'. Definititions of the recognised values can be found in the include file <sys/syslog.h>.

Сообщения, отправляемые в syslog-ng должны быть целой строкой, начинаться с кода приоритета между '<' и '>'. Определения общепризнанных значений можно найти в заголовочном файле <sys/syslog.h>.

History of edits (Latest: morbo 2 years, 11 months ago) §

syslog-ng can be configured to pass messages on to other syslog-ng's and when doing so, it sends the message on with the priority as a prefix.

syslog-ng может быть настроен для передачи сообщений на другой syslog-ng и когда это так, он отправляет сообщение с приоритетом в начале строки.

History of edits (Latest: morbo 2 years, 11 months ago) §

It is not necessary to terminate a message with a line feed or carriage return.

Не требуется отделять сообщение переводом строки или возвратом каретки.

History of edits (Latest: morbo 2 years, 11 months ago) §

OPTIONS

ОПЦИИ

History of edits (Latest: morbo 2 years, 11 months ago) §

-C <directory>, --chroot=<directory>

-C <каталог>, --chroot=<каталог>

History of edits (Latest: morbo 2 years, 11 months ago) §

Chroot to directory.

Изменить корневой каталог на указанный каталог.

History of edits (Latest: morbo 2 years, 11 months ago) §

-d, --debug

-d, --debug

History of edits (Latest: morbo 2 years, 11 months ago) §

Set "debug mode". Prints out various messages to aid in debugging and stops it from becoming a daemon. To activate debugging in the yacc parser, either use this option twice or combine with -v.

Устанавливает "режим отладки". Печатает различные сообщения для помощи в отладке и предотвращает переход в режим демона. Для включения отладки в обработчике yacc, воспользуйтесь этой опцией дважды или совместно с -v.

History of edits (Latest: morbo 2 years, 11 months ago) §

-F, --foreground

-F, --foreground

History of edits (Latest: morbo 2 years, 11 months ago) §

Don't fork into background.

Не переходить в фоновый режим.

History of edits (Latest: morbo 2 years, 11 months ago) §

-f <filename>, --cfgfile=<filename>

-f <имя_файла>, --cfgfile=<имя_файла>

History of edits (Latest: morbo 2 years, 11 months ago) §

Instead of reading the normal /etc/syslog-ng/syslog-ng.conf file for configuration information, use the filename given instead.

Вместо чтения конфигурационной информации из обычного файла /etc/syslog-ng/syslog-ng.conf, воспользоваться файлом с указанным именем.

History of edits (Latest: morbo 2 years, 11 months ago) §

-g <group>, --group=<group>

-g <группа>, --group=<группа>

History of edits (Latest: morbo 2 years, 11 months ago) §

Switch to group.

Переключиться на группу.

History of edits (Latest: morbo 2 years, 11 months ago) §

-p <filename>, --pidfile=<filename>

-p <имя_файла>, --pidfile=<имя_файла>

History of edits (Latest: morbo 2 years, 11 months ago) §

Write the current PID information to the specified file. Defaults to /var/run/syslog-ng.pid.

Записать информацию о текущем идентификаторе процесса в указанный файл. По умолчанию - в /var/run/syslog-ng.pid.

History of edits (Latest: morbo 2 years, 11 months ago) §

-s, --syntax-only

-s, --syntax-only

History of edits (Latest: morbo 2 years, 11 months ago) §

Only read and parse the configuration file. See also the option -f.

Только прочитать и обработать конфигурационный файл. Смотри также опцию -f.

History of edits (Latest: morbo 2 years, 11 months ago) §
Pages: ← previous Ctrl next
1 2