1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-zabbix-server-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_server.conf/70location mezzanine_patched_smeserver-zabbix-server-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_server.conf/70location |
2 |
--- smeserver-zabbix-server-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_server.conf/70location 2009-02-02 20:30:34.000000000 +0100 |
3 |
+++ mezzanine_patched_smeserver-zabbix-server-0.1/root/etc/e-smith/templates/etc/zabbix/zabbix_server.conf/70location 2009-02-11 09:45:41.000000000 +0100 |
4 |
@@ -2,7 +2,7 @@ |
5 |
AlertScriptsPath=/var/lib/zabbix/bin |
6 |
|
7 |
# Location of external scripts |
8 |
-#ExternalScripts=/etc/zabbix/externalscripts |
9 |
+ExternalScripts=/var/lib/zabbix/bin |
10 |
|
11 |
# Location of fping. Default is /usr/sbin/fping |
12 |
# Make sure that fping binary has root permissions and SUID flag set |
13 |
@@ -13,5 +13,5 @@ |
14 |
Fping6Location=/var/lib/zabbix/bin/fping6 |
15 |
|
16 |
# Temporary directory. Default is /tmp |
17 |
-#TmpDir=/tmp |
18 |
+TmpDir=/var/lib/zabbix/tmp |
19 |
|