$OpenBSD: patch-conf_zabbix_server_conf,v 1.7 2016/07/07 18:47:33 robert Exp $
--- conf/zabbix_server.conf.orig	Fri Jun 24 16:11:23 2016
+++ conf/zabbix_server.conf	Fri Jun 24 16:12:34 2016
@@ -35,7 +35,7 @@
 # Default:
 # LogFile=
 
-LogFile=/tmp/zabbix_server.log
+# LogFile=/tmp/zabbix_server.log
 
 ### Option: LogFileSize
 #	Maximum size of log file in MB.
@@ -116,6 +116,7 @@ DBUser=zabbix
 # Mandatory: no
 # Default:
 # DBSocket=/tmp/mysql.sock
+DBSocket=/var/www/var/run/mysql/mysql.sock
 
 ### Option: DBPort
 #	Database port when not using local socket. Ignored for SQLite.
@@ -445,6 +446,7 @@ Timeout=4
 # Mandatory: no
 # Default:
 # AlertScriptsPath=${datadir}/zabbix/alertscripts
+AlertScriptsPath=${SYSCONFDIR}/zabbix/scripts/
 
 ### Option: ExternalScripts
 #	Full path to location of external scripts.
@@ -453,6 +455,7 @@ Timeout=4
 # Mandatory: no
 # Default:
 # ExternalScripts=${datadir}/zabbix/externalscripts
+AlertScriptsPath=${SYSCONFDIR}/zabbix/scripts/
 
 ### Option: FpingLocation
 #	Location of fping.
@@ -461,6 +464,7 @@ Timeout=4
 # Mandatory: no
 # Default:
 # FpingLocation=/usr/sbin/fping
+FpingLocation=${LOCALBASE}/sbin/fping
 
 ### Option: Fping6Location
 #	Location of fping6.
@@ -470,6 +474,7 @@ Timeout=4
 # Mandatory: no
 # Default:
 # Fping6Location=/usr/sbin/fping6
+Fping6Location=${LOCALBASE}/sbin/fping6
 
 ### Option: SSHKeyLocation
 #	Location of public and private keys for SSH checks and actions.
