/[smecontribs]/rpms/smeserver-zabbix-agent/contribs9/smeserver-zabbix-agent-0.1-disable_passive_mode.patch
ViewVC logotype

Contents of /rpms/smeserver-zabbix-agent/contribs9/smeserver-zabbix-agent-0.1-disable_passive_mode.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Feb 9 23:18:26 2016 UTC (8 years, 2 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-zabbix-agent-0_1-53_el6_sme, smeserver-zabbix-agent--, HEAD
* Wed Feb 10 stephane de Labrusse <stephdl@de-labrusse.fr> - 0.1-53.sme
- New rpm for sme9

1 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
2 --- smeserver-zabbix-agent-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-agent/access 1970-01-01 01:00:00.000000000 +0100
3 +++ 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
4 @@ -0,0 +1 @@
5 +private
6 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
7 --- smeserver-zabbix-agent-0.1/root/etc/e-smith/db/configuration/defaults/zabbix-agent/passive 1970-01-01 01:00:00.000000000 +0100
8 +++ 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
9 @@ -0,0 +1 @@
10 +disabled
11 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
12 --- smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/50active 2009-02-04 13:39:27.000000000 +0100
13 +++ 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
14 @@ -1,5 +0,0 @@
15 -# Disable active checks. The agent will work in passive mode listening server.
16 -
17 -DisableActive={ ((${'zabbix-agent'}{'active'} || 'enabled') eq 'disabled' ? '1':'0'); }
18 -
19 -
20 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
21 --- 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
22 +++ 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
23 @@ -0,0 +1,8 @@
24 +# Disable active checks. The agent will work in passive mode listening server.
25 +
26 +DisableActive={ ((${'zabbix-agent'}{'active'} || 'enabled') eq 'disabled' ? '1':'0'); }
27 +
28 +# Disable passive checks. The agent wont listen TCP port
29 +# Set this to 1 if you use only active checks
30 +DisablePassive={ ((${'zabbix-agent'}{'passive'} || 'enabled') eq 'disabled' ? '1':'0'); }
31 +

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed