smeserver-zabbix-agent/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/50active_passive

9 lines
363 B
Plaintext
Raw Normal View History

2012-06-14 12:16:52 +02:00
# Disable active checks. The agent will work in passive mode listening server.
DisableActive={ ((${'zabbix-agent'}{'active'} || 'enabled') eq 'disabled' ? '1':'0'); }
# Disable passive checks. The agent wont listen TCP port
# Set this to 1 if you use only active checks
DisablePassive={ ((${'zabbix-agent'}{'passive'} || 'enabled') eq 'disabled' ? '1':'0'); }