# Specifies how long to wait (in seconds) for establishing connection and exchanging data with Zabbix proxy, agent, web service, and for SNMP checks (except SNMP `walk[OID]` and `get[OID]` items) and `icmpping[*]` item.
# This is a configuration file for Zabbix server daemon
# To get more information about Zabbix, visit https://www.zabbix.com
############ GENERAL PARAMETERS #################
# Listen port for trapper.
# Source IP address for outgoing connections.
# Specifies where log messages are written to:
# file - file specified with LogFile parameter
# console - standard output
# Log file name for LogType 'file' parameter.
# Mandatory: yes, if LogType is set to file, otherwise no
LogFile=/tmp/zabbix_server.log
# Maximum size of log file in MB.
# 0 - disable automatic log rotation.
# 0 - basic information about starting and stopping of Zabbix processes
# 1 - critical information
# 4 - for debugging (produces lots of information)
# 5 - extended debugging (produces even more information)
# PidFile=/tmp/zabbix_server.pid
# Directory to store IPC sockets used by internal Zabbix services.
### NOTE: Support for Oracle DB is deprecated since Zabbix 7.0 and will be removed in future versions.
# If set to localhost, socket is used for MySQL.
# If set to empty string, socket is used for PostgreSQL.
# If set to empty string, the Net Service Name connection method is used to connect to Oracle database; also see
# the TNS_ADMIN environment variable to specify the directory where the tnsnames.ora file is located.