Это перевод страницы документации с английского языка. Помогите нам сделать его лучше.

2 Zabbix прокси

Значения по умолчанию являются умолчаниями демона, но не значениями которые указаны в поставляемых файлах конфигурации.

Поддерживаемые параметры в файле конфигурации Zabbix прокси:

Параметр Обязательный Диапазон Умолчание Описание
AllowRoot нет 0 Разрешение прокси запускаться под "root". Если отключено и прокси запускается из под "root", прокси попробует переключиться на пользователя "zabbix". Не имеет смысла, если прокси запускается под обычным пользователем.
0 - не разрешено
1 - разрешено
Данный параметр поддерживается с начиная с Zabbix 2.2.0.
CacheSize нет 128K-8G Размер кэша конфигурации, в байтах.
Размер распределенной памяти для хранения данных узлов сети, элементов данных и триггеров.
Максимальный предел был 2G до Zabbix 2.2.3.
ConfigFrequency нет 1-604800 3600 Как часто прокси будет получать данные конфигурации от сервера, в секундах.
Параметр активного прокси. Игнорируется пассивными прокси (смотрите параметр ProxyMode).
DBHost нет localhost Имя хоста базы данных.
В случае localhost или пустой строки для MySQL, будет использоваться сокет. В случае PostgreSQL
только при пустой строке будет произведена попытка использовать сокет.
DBName да Имя базы данных или путь к файлу базы данных для SQLite3 (архитектура Zabbix со множеством процессов не позволяет использовать in-memory базу данных, например :memory:, file::memory:?cache=shared или file:memdb1?mode=memory&cache=shared).

Предупреждение: Не пытайтесь использовать ту же базу данных, которую использует Zabbix сервер.
DBPassword нет Пароль к базе данных. Игнорируется при использовании SQLite.
Закомментируйте эту строку, если пароль не используется.
DBSchema нет Имя схемы. Используется для IBM DB2 и PostgreSQL.
DBSocket нет 3306 Путь к сокету MySQL.
Порт базы данных, когда не используется локальный сокет. Игнорируется при СУБД SQLite.
DBUser нет Пользователь базы данных. Игнорируется при SQLite.
DataSenderFrequency нет 1-3600 1 Прокси будет отправлять собранные значения серверу каждые N секунд.
Параметр активного прокси. Игнорируется пассивными прокси (смотрите параметр ProxyMode).
DebugLevel нет 0-5 3 Задает уровень журналирования:
0 - основная информация о запуске и остановки процессов Zabbix
1 - критичная информация
2 - информация об ошибках
3 - предупреждения
4 - для отладки (записывается очень много информации)
5 - расширенная отладка (записывается еще больше информации)
EnableRemoteCommands нет 0 Разрешены ли удаленные команды с Zabbix сервера.
0 - не разрешены
1 - разрешены
Этот параметр поддерживается начиная с Zabbix 3.4.0.
ExternalScripts нет /usr/local/share/zabbix/externalscripts Размещение внешних скриптов (зависит от указанной при компиляции переменной datadir).
Fping6Location нет /usr/sbin/fping6 Размещение fping6.
Убедитесь, что владельцем бинарного файла fping6 является root и флаг SUID установлен.
Оставьте пустым ("Fping6Location="), если ваша утилита fping поддерживает обработку IPv6 адресов.
FpingLocation нет /usr/sbin/fping Размещение fping.
Убедитесь, что владельцем бинарного файла fping является root и флаг SUID установлен!
HeartbeatFrequency нет 0-3600 60 Частота контрольных сообщений в секундах.
Используется для мониторинга доступности прокси на стороне сервера.
0 - контрольные сообщения отключены.
Параметр активного прокси. Игнорируется пассивными прокси (смотрите параметр ProxyMode).
HistoryCacheSize нет 128K-2G 16M Размер кэша истории, в байтах.
Размер разделяемой памяти для хранения данных истории.
HistoryIndexCacheSize нет 128K-2G 4M Размер кэша индекса истории, в байтах.
Размер разделяемой памяти для индексации данных записываемой истории в кэш истории.
Кэшу индекса необходимо около 100 байт на кэширование одного элемента данных.
Этот параметр поддерживается начиная с Zabbix 3.0.0.
Hostname нет Задается HostnameItem'ом Уникальное регистрозависимое имя прокси. Убедитесь, что имя прокси совпадает на стороне сервера!
Допустимые символы: цифробуквенные, '.', ' ', '_' и '-'.
Максимальная длина: 64.
HostnameItem нет system.hostname Элемент данных используется, если параметр Hostname не задан (работает на прокси аналогично как на агенте)
UserParameters, счетчики производительности или алиасы не поддерживаются, но поддерживается system.run[].

Игнорируется, если задан параметр Hostname.

Параметр поддерживается начиная с версии Zabbix 1.8.6.
HousekeepingFrequency no 1-24 1 Как часто Zabbix будет выполнять процедуру очистки базы (в часах).
Автоматическая очистка базы данных удаляет устаревшую информацию из базы данных.
Обратите внимание: Для предотвращения перегрузки функции очистки (например, когда параметры конфигурации ProxyLocalBuffer или ProxyOfflineBuffer сильно завышены), не более чем 4 периода кратных HousekeepingFrequency часов устаревшей истории будет удалено за один цикл очистки по каждому элементу данных. Таким образом, если HousekeepingFrequency равен 1 часу, то за один цикл будет удалено не более чем 4 часа устаревшей истории (начиная с самой старейшей записи).
На заметку: Для снижения нагрузки на сервер запуск процессе очистки отложен на 30 минут после запуска сервера. Таким образом, если HousekeepingFrequency равен 1 часу, самая первая процедура очистки запустится через 30 минут после запуска сервера, и затем повторится с задержкой в один час. Такое поведение отсрочки введено начиная с Zabbix 2.4.0.
Начиная с Zabbix 3.0.0 имеется возможность отключить автоматическую очистку истории, указав HousekeepingFrequency равным 0. В этом случае процедуру очистки истории можно запустить только с помощью опции контроля управления housekeeper_execute и периодом удаления устаревшей информации является 4 кратный период начиная с последнего цикла удаления истории, но не менее чем 4 часа и не более 4 дней.
Include нет Вы можете включить отдельные файлы или все файлы из папки с файлом конфигурации.
Для включения только необходимых файлов из указанной папки, поддерживается символ звездочки для поиска совпадения по маске. Например: /абсолютный/путь/к/файлам/конфигурации/*.conf. Совпадение с маской поддерживается начиная с Zabbix 2.4.0.
Смотрите специальные заметки по поводу ограничений.
JavaGateway нет IP адрес (или имя хоста) Zabbix Java gateway.
Требуется только, если запущены Java поллеры.
Этот параметр поддерживается начиная с Zabbix 2.0.0.
JavaGatewayPort нет 1024-32767 10052 Порт, который слушает Zabbix Java gateway.
Этот параметр поддерживается начиная с Zabbix 2.0.0.
ListenIP no 0.0.0.0 Список IP адресов разделенных запятыми, которые должен слушать траппер.
Траппер будет слушать все сетевые интерфейсы, если этот параметр не указан.
Список из нескольких IP адресов поддерживается начиная с Zabbix 1.8.3.
ListenPort нет 1024-32767 10051 Порт, который слушает траппер.
LoadModule нет Модули, которые загружаются во время старта. Модули используются для расширения возможностей сервера.
Формат: Loadmodule=<module.so>
Модули должны находиться в папке указанной в параметре LoadModulePath.
Допускается добавлять несколько параметров LoadModule.
LoadModulePath нет Абсолютный путь к папке с прокси модулями.
По умолчанию зависит от опций компиляции.
LogFile да, если LogType задан как file, иначе
нет.
Имя файла журнала.
LogFileSize нет 0-1024 1 Максимальный размер файла журнала в МБ.
0 - отключение автоматической ротации журнала.
Примечание: Если лимит достигнут и ротация не удалась, по каким-либо причинам, существующий файл журнала очищается и начинается новый.
LogRemoteCommands нет 0 Включение журналирования выполняемых shell команд как предупреждений.
0 - отключено
1 - включено
Этот параметр поддерживается начиная с Zabbix 3.4.0.
LogType нет file Тип вывода журнала:
file - запись журнала в файл указанный в LogFile параметре,
system - запись журнала в syslog,
console - вывод журнала в стандартный вывод.
Этот параметр поддерживается начиная с Zabbix 3.0.0.
LogSlowQueries нет 0-3600000 0 Как долго могут выполняться запросы в базу данных до того как они запишутся в журнал (в миллисекундах).
0 - не журналировать медленные запросы.
Эта опция активируется начиная с DebugLevel=3.
Этот параметр поддерживается начиная с Zabbix 1.8.2.
PidFile нет /tmp/zabbix_proxy.pid Имя PID файла.
ProxyLocalBuffer нет 0-720 0 Прокси будет локально хранить данные N часов, даже, если данные уже синхронизированы с сервером.
Этот параметр можно использовать, если локальные данные используются сторонними приложениями.
ProxyMode нет 0-1 0 Режим работы прокси:
0 - прокси в активном режиме.
1 - прокси в пассивном режиме.
Этот параметр поддерживается начиная с Zabbix 1.8.3.
Обратите внимание, что (деликатные) данные конфигурации могут стать доступны лицам, имеющим доступ к порту траппера Zabbix сервера, при использовании активного прокси. Такое возможно потому что, кто угодно может представиться активным прокси и запросить данные конфигурации; аутентификация не выполняется.
ProxyOfflineBuffer нет 1-720 1 Прокси будет хранить собранные данные N часов в случае, если нет связи с сервером.
Более старые данные будут утеряны.
ServerPort нет 1024-32767 10051 Порт Zabbix траппера на стороне Zabbix сервера.
Параметр активного прокси. Игнорируется пассивными прокси (смотрите параметр ProxyMode).
Server да Если ProxyMode задан значением активный режим:
IP адрес или DNS имя Zabbix сервера для получения данных с сервера и отправки данных на сервер.

Если ProxyMode задан значением пассивный прокси:
Список разделенных запятой IP адресов, опционально в CIDR нотации, или DNS имен Zabbix серверов.
Входящие соединения будут приниматься только с адресов указанных в этом списке. Если включена поддержка IPv6, то '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' обрабатываются одинаково и '::/0' разрешает все IPv4 и IPv6 адреса. '0.0.0.0/0' можно использовать, чтобы разрешить любой IPv4 адрес.
Пример: Server=127.0.0.1,192.168.1.0/24,::1,2001:db8::/32,zabbix.example.com
SNMPTrapperFile нет /tmp/zabbix_traps.tmp Временный файл, используемый для передачи данных прокси от демона SNMP trap.
Должен быть таким же, как и в zabbix_trap_receiver.pl или в файле конфигурации SNMPTT.
Этот параметр поддерживается начиная с Zabbix 2.0.0.
SocketDir нет /tmp Папка для хранения IPC сокетов, которые используются внутренними сервисами Zabbix.
Этот параметр поддерживается начиная с Zabbix 3.4.0.
SourceIP нет Локальный IP адрес для исходящих подключений.
SSHKeyLocation нет Размещение публичных и приватных ключей для SSH проверок и действий
SSLCertLocation нет Размещение файлов клиентских SSL сертификатов для аутентификации клиента.
Этот параметр используется только в веб-мониторинге и поддерживается начиная с Zabbix 2.4.0.
SSLKeyLocation нет Размещение файлов приватных SSL ключей для аутентификации клиента.
Этот параметр используется только в веб-мониторинге и поддерживается начиная с Zabbix 2.4.0.
SSLCALocation нет Переопределение расположения файлов центра сертификации (CA) для верификации SSL сертификатов сервера. Если не задано, будет использоваться общесистемная папка.
Обратите внимание, что значение этого параметра задаст CURLOPT_CAPATH опцию libcurl. Для libcurl версий до 7.42.0, эта опция имеет эффект только, если libcurl скомпилирован для использования OpenSSL. Для получения более подробной информации смотрите веб-страницу cURL.
Этот параметр используется в веб-мониторинге начиная с Zabbix 2.4.0 и при аутентификации SMTP начиная с Zabbix 3.0.0.
StartDBSyncers нет 1-100 4 Количество экземпляров пре-форков DB Syncers.
Максимальное количество 64 до версии 1.8.5.
Этот параметр поддерживается начиная с Zabbix 1.8.3.
StartDiscoverers нет 0-250 1 Количество экземпляров пре-форков автообнаружения.
Максимальное количество 255 до версии 1.8.5.
StartHTTPPollers нет 0-1000 1 Количество экземпляров пре-форков HTTP поллеров.
Максимальное количество 255 до версии 1.8.5.
StartIPMIPollers нет 0-1000 0 Количество экземпляров пре-форков IPMI поллеров.
Максимальное количество 255 до версии 1.8.5.
StartJavaPollers нет 0-1000 0 Количество экземпляров пре-форков Java поллеров.
Этот параметр поддерживается начиная с Zabbix 2.0.0.
StartPingers нет 0-1000 1 Количество экземпляров пре-форков ICMP pingers.
Максимальное количество 255 до версии 1.8.5.
StartPollersUnreachable no 0-1000 1 Количество экземпляров пре-форков поллеров для недоступных узлов сети (включая IPMI и Java).
Начиная с Zabbix 2.4.0, по крайне один поллер для недоступных хостов должен быть запущен, если обычные поллеры, IPMI или Java запускаются.
Максимальное количество 255 до версии 1.8.5.
Этот параметр опущен в версии 1.8.3.
StartPollers нет 0-1000 5 Количество экземпляров пре-форков поллеров.
Максимальное количество 255 до версии 1.8.5.
StartSNMPTrapper нет 0-1 0 Если значение равно 1, будет запущен процесс SNMP траппера.
Этот параметр поддерживается начиная с Zabbix 2.0.0.
StartTrappers нет 0-1000 5 Количество экземпляров пре-форков трапперов.
Трапперы принимают входящие подключения от Zabbix sender и активных агентов.
Максимальное количество 255 до версии 1.8.5.
StartVMwareCollectors нет 0-250 0 Количество экземпляров пре-форков vmware коллекторов.
Этот параметр поддерживается начиная с версии Zabbix 2.2.0.
Timeout нет 1-30 3 Укажите как долго мы ждем ответа от агента, SNMP устройства или внешней проверки (в секундах).
TLSAccept да, если заданы TLS сертификат или параметры PSK (даже при незашифрованном соединении), в противном случае - нет Какие входящие подключения принимаются от Zabbix сервера. Используется пассивным прокси, игнорируется активным прокси. Можно указывать несколько значений, разделенных запятой:
unencrypted - принимать подключения без шифрования (по умолчанию)
psk - принимать подключения с TLS и pre-shared ключем (PSK)
cert - принимать подключения с TLS и сертификатом
Этот параметр поддерживается начиная с Zabbix 3.0.0.
TLSCAFile нет Абсолютный путь к файлу, который содержит сертификаты верхнего уровня CA(и) для верификации сертификата узла, используется для зашифрованных соединений между Zabbix компонентами.
Этот параметр поддерживается начиная с Zabbix 3.0.0.
TLSCertFile нет Абсолютный путь к файлу, который содержит сертификат или цепочку сертификатов, используется для зашифрованных соединений между Zabbix компонентами.
Этот параметр поддерживается начиная с Zabbix 3.0.0.
TLSConnect да, если заданы TLS сертификат или параметры PSK (даже при незашифрованном соединении), в противном случае - нет Как прокси должен соединяться с Zabbix сервером. Используется активным прокси, игнорируется пассивным прокси. Можно указать только одно значение:
unencrypted - подключаться без шифрования (по умолчанию)
psk - подключаться, используя TLS и pre-shared ключем (PSK)
cert - подключаться, используя TLS и сертификат
Этот параметр поддерживается начиная с Zabbix 3.0.0.
TLSCRLFile нет Абсолютный путь к файлу, который содержит отозванные сертификаты. Этот параметр используется для зашифрованных соединений между Zabbix компонентами.
Этот параметр поддерживается начиная с Zabbix 3.0.0.
TLSKeyFile нет Абсолютный путь к файлу, который содержит приватный ключ прокси, используется для зашифрованных соединений между Zabbix компонентами.
Этот параметр поддерживается начиная с Zabbix 3.0.0.
TLSPSKFile нет Абсолютный путь к файлу, который содержит pre-shared ключ прокси, используется для зашифрованных соединений с Zabbix сервером.
Этот параметр поддерживается начиная с Zabbix 3.0.0.
TLSPSKIdentity нет Строка идентификатор pre-shared ключа, используется для зашифрованных соединений с Zabbix сервером.
Этот параметр поддерживается начиная с Zabbix 3.0.0.
TLSServerCertIssuer нет Разрешенный эмитент сертификата сервера.
Этот параметр поддерживается начиная с Zabbix 3.0.0.
TLSServerCertSubject нет Разрешенная тема сертификата сервера.
Этот параметр поддерживается начиная с Zabbix 3.0.0.
TmpDir нет /tmp Папка с временными данными.
TrapperTimeout нет 1-300 300 Укажите, как много секунд траппер может потратить на обработку новых данных.
User нет zabbix Использование привилегий указанного, существующего пользователя системы.
Имеет эффект только, если запускается под 'root' и AllowRoot отключен.
Этот параметр поддерживается начиная с Zabbix 2.4.0.
UnavailableDelay нет 1-3600 60 Как часто узел сети будет проверяться на доступность в период его недоступности, в секундах.
UnreachableDelay нет 1-3600 15 Как часто узел сети будет проверяться на доступность в период его недостижимости, в секундах.
UnreachablePeriod нет 1-3600 45 Через сколько секунд недостижимости узел сети считается недоступным.
VMwareCacheSize нет 256K - 2G 8M Разделяемая память для хранения данных VMware.
Можно использовать внутренние проверки VMware - zabbix[vmware,buffer,…] для мониторинга использования кэша VMware (смотрите раздел о внутренних проверках)
Заметьте, что разделяемая память не выделяется, если экземпляры VMware коллекторов настроены на запуск.
Этот параметр поддерживается начиная с Zabbix 2.2.0.
VMwareFrequency нет 10-86400 60 Задержка в секундах между сбором данных с одной службы VMware.
Это значение необходимо установить наименьшим значением интервала обновления у любого элемента данных VMware мониторинга.
Этот параметр поддерживается начиная с Zabbix 2.2.0.
VMwarePerfFrequency нет 10-86400 60 Задержка в секундах между получением статистики по счётчикам производительности с одной службы VMware.
Это значение необходимо установить наименьшим значением интервала обновления у любого элемента данных VMware мониторинга, который использует счётчики производительности VMware.
Этот параметр поддерживается начиная с Zabbix 2.2.9, 2.4.4.
VMwareTimeout нет 1-300 10 Максимальное количество секунд, которое коллектор vmware потратит на ожидание ответа со службы VMware (vCenter или ESX гипервизора).
Этот параметр поддерживается начиная с Zabbix 2.2.9, 2.4.4.

Zabbix поддерживает файлы конфигурации только в кодировке UTF-8 без BOM.

Комментарии, начинающиеся с "#", поддерживаются только в начале строки.

Overview

This section lists parameters supported in a Zabbix proxy configuration file (zabbix_proxy.conf). Note that:

  • The default values reflect daemon defaults, not the values in the shipped configuration files;
  • Zabbix supports configuration files only in UTF-8 encoding without BOM;
  • Comments starting with "#" are only supported in the beginning of the line.

Parameters

Parameter Mandatory Range Default Description
AllowRoot no 0 Allow the proxy to run as 'root'. If disabled and the proxy is started by 'root', the proxy will try to switch to the 'zabbix' user instead. Has no effect if started under a regular user.
0 - do not allow
1 - allow
This parameter is supported since Zabbix 2.2.0.
CacheSize no 128K-64G 8M Size of configuration cache, in bytes.
Shared memory size, for storing host and item data.
The maximum value of this parameter was increased from 8GB to 64GB in Zabbix 5.0.1.
ConfigFrequency no 1-604800 3600 How often proxy retrieves configuration data from Zabbix server in seconds.
Active proxy parameter. Ignored for passive proxies (see ProxyMode parameter).
DataSenderFrequency no 1-3600 1 Proxy will send collected data to the server every N seconds. Note that active proxy will still poll Zabbix server every second for remote command tasks.
Active proxy parameter. Ignored for passive proxies (see ProxyMode parameter).
DBHost no localhost Database host name.
In case of MySQL localhost or empty string results in using a socket. In case of PostgreSQL
only empty string results in attempt to use socket.
DBName yes Database name or path to database file for SQLite3 (multi-process architecture of Zabbix does not allow to use in-memory database, e.g. :memory:, file::memory:?cache=shared or file:memdb1?mode=memory&cache=shared).

Warning: Do not attempt to use the same database Zabbix server is using.
DBPassword no Database password. Ignored for SQLite.
Comment this line if no password is used.
DBSchema no Schema name. Used for PostgreSQL.
DBSocket no 3306 Path to MySQL socket.
Database port when not using local socket. Ignored for SQLite.
DBUser Database user. Ignored for SQLite.
DBTLSConnect no Setting this option enforces to use TLS connection to database:
required - connect using TLS
verify_ca - connect using TLS and verify certificate
verify_full - connect using TLS, verify certificate and verify that database identity specified by DBHost matches its certificate

On MySQL starting from 5.7.11 and PostgreSQL the following values are supported: "required", "verify", "verify_full". On MariaDB starting from version 10.2.6 "required" and "verify_full" values are supported.
By default not set to any option and the behavior depends on database configuration.

This parameter is supported since Zabbix 5.0.0.
DBTLSCAFile no
(yes, if DBTLSConnect set to one of: verify_ca, verify_full)
Full pathname of a file containing the top-level CA(s) certificates for database certificate verification.
This parameter is supported since Zabbix 5.0.0.
DBTLSCertFile no Full pathname of file containing Zabbix server certificate for authenticating to database.
This parameter is supported since Zabbix 5.0.0.
DBTLSKeyFile no Full pathname of file containing the private key for authenticating to database.
This parameter is supported since Zabbix 5.0.0.
DBTLSCipher no The list of encryption ciphers that Zabbix server permits for TLS protocols up through TLSv1.2.
Supported only for MySQL.
This parameter is supported since Zabbix 5.0.0.
DBTLSCipher13 no The list of encryption ciphersuites that Zabbix server permits for TLSv1.3 protocol.
Supported only for MySQL, starting from version 8.0.16.
This parameter is supported since Zabbix 5.0.0.
DebugLevel no 0-5 3 Specifies debug level:
0 - basic information about starting and stopping of Zabbix processes
1 - critical information
2 - error information
3 - warnings
4 - for debugging (produces lots of information)
5 - extended debugging (produces even more information)
EnableRemoteCommands no 0 Whether remote commands from Zabbix server are allowed.
0 - not allowed
1 - allowed
This parameter is supported since Zabbix 3.4.0.
ExternalScripts no /usr/local/share/zabbix/externalscripts Location of external scripts (depends on compile-time installation variable datadir).
Fping6Location no /usr/sbin/fping6 Location of fping6.
Make sure that fping6 binary has root ownership and SUID flag set.
Make empty ("Fping6Location=") if your fping utility is capable to process IPv6 addresses.
FpingLocation no /usr/sbin/fping Location of fping.
Make sure that fping binary has root ownership and SUID flag set!
HeartbeatFrequency no 0-3600 60 Frequency of heartbeat messages in seconds.
Used for monitoring availability of proxy on server side.
0 - heartbeat messages disabled.
Active proxy parameter. Ignored for passive proxies (see ProxyMode parameter).
HistoryCacheSize no 128K-2G 16M Size of history cache, in bytes.
Shared memory size for storing history data.
HistoryIndexCacheSize no 128K-2G 4M Size of history index cache, in bytes.
Shared memory size for indexing history data stored in history cache.
The index cache size needs roughly 100 bytes to cache one item.
This parameter is supported since Zabbix 3.0.0.
Hostname no Set by HostnameItem Unique, case sensitive Proxy name. Make sure the proxy name is known to the server!
Allowed characters: alphanumeric, '.', ' ', '_' and '-'.
Maximum length: 128
HostnameItem no system.hostname Item used for setting Hostname if it is undefined (this will be run on the proxy similarly as on an agent).
Does not support UserParameters, performance counters or aliases, but does support system.run[].

Ignored if Hostname is set.

This parameter is supported since Zabbix 1.8.6.
HousekeepingFrequency no 0-24 1 How often Zabbix will perform housekeeping procedure (in hours).
Housekeeping is removing outdated information from the database.
Note: To prevent housekeeper from being overloaded (for example, when configuration parameters ProxyLocalBuffer or ProxyOfflineBuffer are greatly reduced), no more than 4 times HousekeepingFrequency hours of outdated information are deleted in one housekeeping cycle. Thus, if HousekeepingFrequency is 1, no more than 4 hours of outdated information (starting from the oldest entry) will be deleted per cycle.
Note: To lower load on proxy startup housekeeping is postponed for 30 minutes after proxy start. Thus, if HousekeepingFrequency is 1, the very first housekeeping procedure after proxy start will run after 30 minutes, and will repeat every hour thereafter. This postponing behavior is in place since Zabbix 2.4.0.
Since Zabbix 3.0.0 it is possible to disable automatic housekeeping by setting HousekeepingFrequency to 0. In this case the housekeeping procedure can only be started by housekeeper_execute runtime control option and the period of outdated information deleted in one housekeeping cycle is 4 times the period since the last housekeeping cycle, but not less than 4 hours and not greater than 4 days.
Include no You may include individual files or all files in a directory in the configuration file.
To only include relevant files in the specified directory, the asterisk wildcard character is supported for pattern matching. For example: /absolute/path/to/config/files/*.conf. Pattern matching is supported since Zabbix 2.4.0.
See special notes about limitations.
JavaGateway no IP address (or hostname) of Zabbix Java gateway.
Only required if Java pollers are started.
This parameter is supported since Zabbix 2.0.0.
JavaGatewayPort no 1024-32767 10052 Port that Zabbix Java gateway listens on.
This parameter is supported since Zabbix 2.0.0.
ListenBacklog no 0 - INT_MAX SOMAXCONN The maximum number of pending connections in the TCP queue.
Default value is a hard-coded constant, which depends on the system.
Maximum supported value depends on the system, too high values may be silently truncated to the 'implementation-specified maximum'.
ListenIP no 0.0.0.0 List of comma delimited IP addresses that the trapper should listen on.
Trapper will listen on all network interfaces if this parameter is missing.
Multiple IP addresses are supported since Zabbix 1.8.3.
ListenPort no 1024-32767 10051 Listen port for trapper.
LoadModule no Module to load at proxy startup. Modules are used to extend functionality of the proxy.
Formats:
LoadModule=<module.so>
LoadModule=<path/module.so>
LoadModule=</abs_path/module.so>
Either the module must be located in directory specified by LoadModulePath or the path must precede the module name. If the preceding path is absolute (starts with '/') then LoadModulePath is ignored.
It is allowed to include multiple LoadModule parameters.
LoadModulePath no Full path to location of proxy modules.
Default depends on compilation options.
LogFile yes, if LogType is set to file, otherwise
no
Name of log file.
LogFileSize no 0-1024 1 Maximum size of log file in MB.
0 - disable automatic log rotation.
Note: If the log file size limit is reached and file rotation fails, for whatever reason, the existing log file is truncated and started anew.
LogRemoteCommands no 0 Enable logging of executed shell commands as warnings.
0 - disabled
1 - enabled
This parameter is supported since Zabbix 3.4.0.
LogType no file Log output type:
file - write log to file specified by LogFile parameter,
system - write log to syslog,
console - write log to standard output.
This parameter is supported since Zabbix 3.0.0.
LogSlowQueries no 0-3600000 0 How long a database query may take before being logged (in milliseconds).
0 - don't log slow queries.
This option becomes enabled starting with DebugLevel=3.
This parameter is supported since Zabbix 1.8.2.
PidFile no /tmp/zabbix_proxy.pid Name of PID file.
ProxyLocalBuffer no 0-720 0 Proxy will keep data locally for N hours, even if the data have already been synced with the server.
This parameter may be used if local data will be used by third party applications.
ProxyMode no 0-1 0 Proxy operating mode.
0 - proxy in the active mode
1 - proxy in the passive mode
This parameter is supported since Zabbix 1.8.3.
Note that (sensitive) proxy configuration data may become available to parties having access to the Zabbix server trapper port when using an active proxy. This is possible because anyone may pretend to be an active proxy and request configuration data; authentication does not take place.
ProxyOfflineBuffer no 1-720 1 Proxy will keep data for N hours in case of no connectivity with Zabbix server.
Older data will be lost.
ServerPort no 1024-32767 10051 Port of Zabbix trapper on Zabbix server.
Active proxy parameter. Ignored for passive proxies (see ProxyMode parameter).
Server yes If ProxyMode is set to active mode:
IP address or DNS name of Zabbix server to get configuration data from and send data to.

If ProxyMode is set to passive mode:
List of comma delimited IP addresses, optionally in CIDR notation, or DNS names of Zabbix server. Incoming connections will be accepted only from the addresses listed here. If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally and '::/0' will allow any IPv4 or IPv6 address. '0.0.0.0/0' can be used to allow any IPv4 address.
Example: Server=127.0.0.1,192.168.1.0/24,::1,2001:db8::/32,zabbix.example.com
SNMPTrapperFile no /tmp/zabbix_traps.tmp Temporary file used for passing data from SNMP trap daemon to the proxy.
Must be the same as in zabbix_trap_receiver.pl or SNMPTT configuration file.
This parameter is supported since Zabbix 2.0.0.
SocketDir no /tmp Directory to store IPC sockets used by internal Zabbix services.
This parameter is supported since Zabbix 3.4.0.
SourceIP no Source IP address for:
- outgoing connections to Zabbix server;
- agentless connections (VMware, SSH, JMX, SNMP, Telnet and simple checks);
- HTTP agent connections;
- preprocessing JavaScript HTTP requests
SSHKeyLocation no Location of public and private keys for SSH checks and actions
SSLCertLocation no Location of SSL client certificate files for client authentication.
This parameter is used in web monitoring only and is supported since Zabbix 2.4.0.
SSLKeyLocation no Location of SSL private key files for client authentication.
This parameter is used in web monitoring only and is supported since Zabbix 2.4.0.
SSLCALocation no Location of certificate authority (CA) files for SSL server certificate verification.
Note that the value of this parameter will be set as libcurl option CURLOPT_CAPATH. For libcurl versions before 7.42.0, this only has effect if libcurl was compiled to use OpenSSL. For more information see cURL web page.
This parameter is used in web monitoring since Zabbix 2.4.0 and in SMTP authentication since Zabbix 3.0.0.
StartDBSyncers no 1-100 4 Number of pre-forked instances of DB Syncers.
Note: Be careful when changing this value, increasing it may do more harm than good.
The upper limit used to be 64 before version 1.8.5.
This parameter is supported since Zabbix 1.8.3.
StartDiscoverers no 0-250 1 Number of pre-forked instances of discoverers.
The upper limit used to be 255 before version 1.8.5.
StartHTTPPollers no 0-1000 1 Number of pre-forked instances of HTTP pollers.
StartIPMIPollers no 0-1000 0 Number of pre-forked instances of IPMI pollers.
The upper limit used to be 255 before version 1.8.5.
StartJavaPollers no 0-1000 0 Number of pre-forked instances of Java pollers.
This parameter is supported since Zabbix 2.0.0.
StartPingers no 0-1000 1 Number of pre-forked instances of ICMP pingers.
The upper limit used to be 255 before version 1.8.5.
StartPollersUnreachable no 0-1000 1 Number of pre-forked instances of pollers for unreachable hosts (including IPMI and Java).
Since Zabbix 2.4.0, at least one poller for unreachable hosts must be running if regular, IPMI or Java pollers are started.
The upper limit used to be 255 before version 1.8.5.
This option is missing in version 1.8.3.
StartPollers no 0-1000 5 Number of pre-forked instances of pollers.
The upper limit used to be 255 before version 1.8.5.
StartPreprocessors no 1-1000 3 Number of pre-forked instances of preprocessing workers1.
The preprocessing manager process is automatically started when a preprocessor worker is started.
This parameter is supported since Zabbix 4.2.0.
StartSNMPTrapper no 0-1 0 If set to 1, SNMP trapper process will be started.
This parameter is supported since Zabbix 2.0.0.
StartTrappers no 0-1000 5 Number of pre-forked instances of trappers.
Trappers accept incoming connections from Zabbix sender and active agents.
The upper limit used to be 255 before version 1.8.5.
StartVMwareCollectors no 0-250 0 Number of pre-forked vmware collector instances.
This parameter is supported since Zabbix 2.2.0.
StatsAllowedIP no List of comma delimited IP addresses, optionally in CIDR notation, or DNS names of external Zabbix instances. Stats request will be accepted only from the addresses listed here. If this parameter is not set no stats requests will be accepted.
If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally and '::/0' will allow any IPv4 or IPv6 address. '0.0.0.0/0' can be used to allow any IPv4 address.
Example: StatsAllowedIP=127.0.0.1,192.168.1.0/24,::1,2001:db8::/32,zabbix.example.com
This parameter is supported since Zabbix 4.2.0.
Timeout no 1-30 3 Specifies how long we wait for agent, SNMP device or external check (in seconds).
TLSAccept yes for passive proxy, if TLS certificate or PSK parameters are defined (even for unencrypted connection), otherwise no What incoming connections to accept from Zabbix server. Used for a passive proxy, ignored on an active proxy. Multiple values can be specified, separated by comma:
unencrypted - accept connections without encryption (default)
psk - accept connections with TLS and a pre-shared key (PSK)
cert - accept connections with TLS and a certificate
This parameter is supported since Zabbix 3.0.0.
TLSCAFile no Full pathname of a file containing the top-level CA(s) certificates for peer certificate verification, used for encrypted communications between Zabbix components.
This parameter is supported since Zabbix 3.0.0.
TLSCertFile no Full pathname of a file containing the proxy certificate or certificate chain, used for encrypted communications between Zabbix components.
This parameter is supported since Zabbix 3.0.0.
TLSCipherAll no GnuTLS priority string or OpenSSL (TLS 1.2) cipher string. Override the default ciphersuite selection criteria for certificate- and PSK-based encryption.
Example: TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256
This parameter is supported since Zabbix 4.4.7.
TLSCipherAll13 no Cipher string for OpenSSL 1.1.1 or newer in TLS 1.3. Override the default ciphersuite selection criteria for certificate- and PSK-based encryption.
Example for GnuTLS: NONE:+VERS-TLS1.2:+ECDHE-RSA:+RSA:+ECDHE-PSK:+PSK:+AES-128-GCM:+AES-128-CBC:+AEAD:+SHA256:+SHA1:+CURVE-ALL:+COMP-NULL::+SIGN-ALL:+CTYPE-X.509
Example for OpenSSL: EECDH+aRSA+AES128:RSA+aRSA+AES128:kECDHEPSK+AES128:kPSK+AES128
This parameter is supported since Zabbix 4.4.7.
TLSCipherCert no GnuTLS priority string or OpenSSL (TLS 1.2) cipher string. Override the default ciphersuite selection criteria for certificate-based encryption.
Example for GnuTLS: NONE:+VERS-TLS1.2:+ECDHE-RSA:+RSA:+AES-128-GCM:+AES-128-CBC:+AEAD:+SHA256:+SHA1:+CURVE-ALL:+COMP-NULL:+SIGN-ALL:+CTYPE-X.509
Example for OpenSSL: EECDH+aRSA+AES128:RSA+aRSA+AES128
This parameter is supported since Zabbix 4.4.7.
TLSCipherCert13 no Cipher string for OpenSSL 1.1.1 or newer in TLS 1.3. Override the default ciphersuite selection criteria for certificate-based encryption.
This parameter is supported since Zabbix 4.4.7.
TLSCipherPSK no GnuTLS priority string or OpenSSL (TLS 1.2) cipher string. Override the default ciphersuite selection criteria for PSK-based encryption.
Example for GnuTLS: NONE:+VERS-TLS1.2:+ECDHE-PSK:+PSK:+AES-128-GCM:+AES-128-CBC:+AEAD:+SHA256:+SHA1:+CURVE-ALL:+COMP-NULL:+SIGN-ALL
Example for OpenSSL: kECDHEPSK+AES128:kPSK+AES128
This parameter is supported since Zabbix 4.4.7.
TLSCipherPSK13 no Cipher string for OpenSSL 1.1.1 or newer in TLS 1.3. Override the default ciphersuite selection criteria for PSK-based encryption.
Example: TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256
This parameter is supported since Zabbix 4.4.7.
TLSConnect yes for active proxy, if TLS certificate or PSK parameters are defined (even for unencrypted connection), otherwise no How the proxy should connect to Zabbix server. Used for an active proxy, ignored on a passive proxy. Only one value can be specified:
unencrypted - connect without encryption (default)
psk - connect using TLS and a pre-shared key (PSK)
cert - connect using TLS and a certificate
This parameter is supported since Zabbix 3.0.0.
TLSCRLFile no Full pathname of a file containing revoked certificates.This parameter is used for encrypted communications between Zabbix components.
This parameter is supported since Zabbix 3.0.0.
TLSKeyFile no Full pathname of a file containing the proxy private key, used for encrypted communications between Zabbix components.
This parameter is supported since Zabbix 3.0.0.
TLSPSKFile no Full pathname of a file containing the proxy pre-shared key. used for encrypted communications with Zabbix server.
This parameter is supported since Zabbix 3.0.0.
TLSPSKIdentity no Pre-shared key identity string, used for encrypted communications with Zabbix server.
This parameter is supported since Zabbix 3.0.0.
TLSServerCertIssuer no Allowed server certificate issuer.
This parameter is supported since Zabbix 3.0.0.
TLSServerCertSubject no Allowed server certificate subject.
This parameter is supported since Zabbix 3.0.0.
TmpDir no /tmp Temporary directory.
TrapperTimeout no 1-300 300 Specifies how many seconds trapper may spend processing new data.
User no zabbix Drop privileges to a specific, existing user on the system.
Only has effect if run as 'root' and AllowRoot is disabled.
This parameter is supported since Zabbix 2.4.0.
UnavailableDelay no 1-3600 60 How often host is checked for availability during the unavailability period, in seconds.
UnreachableDelay no 1-3600 15 How often host is checked for availability during the unreachability period, in seconds.
UnreachablePeriod no 1-3600 45 After how many seconds of unreachability treat a host as unavailable.
VMwareCacheSize no 256K-2G 8M Shared memory size for storing VMware data.
A VMware internal check zabbix[vmware,buffer,...] can be used to monitor the VMware cache usage (see Internal checks).
Note that shared memory is not allocated if there are no vmware collector instances configured to start.
This parameter is supported since Zabbix 2.2.0.
VMwareFrequency no 10-86400 60 Delay in seconds between data gathering from a single VMware service.
This delay should be set to the least update interval of any VMware monitoring item.
This parameter is supported since Zabbix 2.2.0.
VMwarePerfFrequency no 10-86400 60 Delay in seconds between performance counter statistics retrieval from a single VMware service.
This delay should be set to the least update interval of any VMware monitoring item that uses VMware performance counters.
This parameter is supported since Zabbix 2.2.9, 2.4.4
VMwareTimeout no 1-300 10 The maximum number of seconds vmware collector will wait for a response from VMware service (vCenter or ESX hypervisor).
This parameter is supported since Zabbix 2.2.9, 2.4.4