SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
44
net/zabbix/patches/patch-conf_zabbix_server_conf
Normal file
44
net/zabbix/patches/patch-conf_zabbix_server_conf
Normal file
|
@ -0,0 +1,44 @@
|
|||
Index: conf/zabbix_server.conf
|
||||
--- conf/zabbix_server.conf.orig
|
||||
+++ conf/zabbix_server.conf
|
||||
@@ -35,7 +35,7 @@
|
||||
# Default:
|
||||
# LogFile=
|
||||
|
||||
-LogFile=/tmp/zabbix_server.log
|
||||
+LogFile=/var/log/zabbix/server.log
|
||||
|
||||
### Option: LogFileSize
|
||||
# Maximum size of log file in MB.
|
||||
@@ -128,6 +128,7 @@ DBUser=zabbix
|
||||
# Mandatory: no
|
||||
# Default:
|
||||
# DBSocket=
|
||||
+DBSocket=/var/www/var/run/mysql/mysql.sock
|
||||
|
||||
### Option: DBPort
|
||||
# Database port when not using local socket.
|
||||
@@ -554,6 +555,7 @@ Timeout=4
|
||||
# Mandatory: no
|
||||
# Default:
|
||||
# AlertScriptsPath=${datadir}/zabbix/alertscripts
|
||||
+AlertScriptsPath=${SYSCONFDIR}/zabbix/alertscripts/
|
||||
|
||||
### Option: ExternalScripts
|
||||
# Full path to location of external scripts.
|
||||
@@ -571,6 +573,7 @@ Timeout=4
|
||||
# Mandatory: no
|
||||
# Default:
|
||||
# FpingLocation=/usr/sbin/fping
|
||||
+FpingLocation=${LOCALBASE}/sbin/fping
|
||||
|
||||
### Option: Fping6Location
|
||||
# Location of fping6.
|
||||
@@ -580,6 +583,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.
|
Loading…
Add table
Add a link
Reference in a new issue