1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/40freq mezzanine_patched_smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/40freq |
2 |
--- smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/40freq 2009-02-04 13:12:06.000000000 +0100 |
3 |
+++ mezzanine_patched_smeserver-zabbix-agent-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_agentd.conf/40freq 2009-03-02 13:53:53.000000000 +0100 |
4 |
@@ -2,4 +2,19 @@ |
5 |
|
6 |
#RefreshActiveChecks=120 |
7 |
|
8 |
+# Buffers parameters |
9 |
+ |
10 |
+# Do not keep data longer than |
11 |
+# N seconds in buffer. |
12 |
+# Number of seconds, 1-3600. |
13 |
+ |
14 |
+BufferSend=30 |
15 |
+ |
16 |
+# Maximum number of values |
17 |
+# in a buffer. The agent will |
18 |
+# send all collected data to |
19 |
+# ZABBIX Server or Proxy if |
20 |
+# the buffer is full. |
21 |
+ |
22 |
+BufferSize=100 |
23 |
|