# This is a configuration file for Zabbix agent 2 (Windows)
# To get more information about Zabbix, visit http://www.zabbix.com
############ GENERAL PARAMETERS #################
# 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=c:\zabbix_agent2.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)
# Source IP address for outgoing connections.
##### Passive checks related
# List of comma delimited IP addresses, optionally in CIDR notation, or DNS names of Zabbix servers and Zabbix proxies.
# Incoming connections will be accepted only from the hosts 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
# Mandatory: yes, if StartAgents is not explicitly set to 0