zabbix-docker/config_templates/agent/zabbix_agentd.conf

29 lines
1.1 KiB
Plaintext

# This is a configuration file for Zabbix agent daemon (Unix)
# To get more information about Zabbix, visit https://www.zabbix.com
### Option: Include
# You may include individual files or all files in a directory in the configuration file.
# Installing Zabbix will create include directory in /usr/local/etc, unless modified during the compile time.
#
# Mandatory: no
# Default:
# Include=
# Include=/usr/local/etc/zabbix_agentd.userparams.conf
# Include=/usr/local/etc/zabbix_agentd.conf.d/
# Include=/usr/local/etc/zabbix_agentd.conf.d/*.conf
Include=/etc/zabbix/zabbix_agentd_active_checks.conf
Include=/etc/zabbix/zabbix_agentd_aliases.conf
Include=/etc/zabbix/zabbix_agentd_locations.conf
Include=/etc/zabbix/zabbix_agentd_logging.conf
Include=/etc/zabbix/zabbix_agentd_modules.conf
Include=/etc/zabbix/zabbix_agentd_network.conf
Include=/etc/zabbix/zabbix_agentd_passive_checks.conf
Include=/etc/zabbix/zabbix_agentd_security.conf
Include=/etc/zabbix/zabbix_agentd_timeouts.conf
Include=/etc/zabbix/zabbix_agentd_tls.conf
Include=/etc/zabbix/zabbix_agentd_user_parameters.conf
Include=/etc/zabbix/zabbix_agentd.d/*.conf