1 |
stephdl |
1.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 |
|
|
+ |