diff -Nur -x '*.orig' -x '*.rej' smeserver-zabbix-agent-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-agent/access mezzanine_patched_smeserver-zabbix-agent-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-agent/access --- smeserver-zabbix-agent-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-agent/access 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_smeserver-zabbix-agent-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-agent/access 2009-02-11 06:17:12.000000000 +0100 @@ -0,0 +1 @@ +private diff -Nur -x '*.orig' -x '*.rej' smeserver-zabbix-agent-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-agent/passive mezzanine_patched_smeserver-zabbix-agent-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-agent/passive --- smeserver-zabbix-agent-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-agent/passive 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_smeserver-zabbix-agent-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-agent/passive 2009-02-11 06:17:30.000000000 +0100 @@ -0,0 +1 @@ +disabled diff -Nur -x '*.orig' -x '*.rej' smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/50active mezzanine_patched_smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/50active --- smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/50active 2009-02-04 13:39:27.000000000 +0100 +++ mezzanine_patched_smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/50active 1970-01-01 01:00:00.000000000 +0100 @@ -1,5 +0,0 @@ -# Disable active checks. The agent will work in passive mode listening server. - -DisableActive={ ((${'zabbix-agent'}{'active'} || 'enabled') eq 'disabled' ? '1':'0'); } - - diff -Nur -x '*.orig' -x '*.rej' smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/50active_passive mezzanine_patched_smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/50active_passive --- smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/50active_passive 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/50active_passive 2009-02-11 06:19:31.000000000 +0100 @@ -0,0 +1,8 @@ +# 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'); } +