1 |
diff -Nur smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/80timeout smeserver-zabbix-agent-0.1_mod/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/80timeout |
2 |
--- smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/80timeout 2011-10-28 13:04:22.000000000 +0200 |
3 |
+++ smeserver-zabbix-agent-0.1_mod/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/80timeout 2011-10-28 13:04:45.000000000 +0200 |
4 |
@@ -1,5 +1,5 @@ |
5 |
# Spend no more than Timeout seconds on processing |
6 |
# Must be between 1 and 30 |
7 |
|
8 |
-Timeout={${'zabbix-agent'}{'TimeOut'} || '3'}} |
9 |
+Timeout={${'zabbix-agent'}{'TimeOut'} || '3'} |
10 |
|