55 lines
1.6 KiB
Diff
55 lines
1.6 KiB
Diff
|
diff -urN zabbix-6.2.0rc1.orig/conf/zabbix_agentd.conf zabbix-6.2.0rc1/conf/zabbix_agentd.conf
|
||
|
--- zabbix-6.2.0rc1.orig/conf/zabbix_agentd.conf 2022-06-17 15:08:20.256831191 +0300
|
||
|
+++ zabbix-6.2.0rc1/conf/zabbix_agentd.conf 2022-06-17 15:08:43.660356151 +0300
|
||
|
@@ -10,7 +10,7 @@
|
||
|
# Default:
|
||
|
# PidFile=/tmp/zabbix_agentd.pid
|
||
|
|
||
|
-PidFile=/run/zabbix/zabbix_agentd.pid
|
||
|
+PidFile=/var/run/zabbix/zabbix_agentd.pid
|
||
|
|
||
|
### Option: LogType
|
||
|
# Specifies where log messages are written to:
|
||
|
diff -urN zabbix-6.2.0rc1.orig/conf/zabbix_proxy.conf zabbix-6.2.0rc1/conf/zabbix_proxy.conf
|
||
|
--- zabbix-6.2.0rc1.orig/conf/zabbix_proxy.conf 2022-06-17 15:08:20.256831191 +0300
|
||
|
+++ zabbix-6.2.0rc1/conf/zabbix_proxy.conf 2022-06-17 15:09:55.866893477 +0300
|
||
|
@@ -133,7 +133,7 @@
|
||
|
# Default:
|
||
|
# PidFile=/tmp/zabbix_proxy.pid
|
||
|
|
||
|
-PidFile=/run/zabbix/zabbix_proxy.pid
|
||
|
+PidFile=/var/run/zabbix/zabbix_proxy.pid
|
||
|
|
||
|
### Option: SocketDir
|
||
|
# IPC socket directory.
|
||
|
@@ -143,7 +143,7 @@
|
||
|
# Default:
|
||
|
# SocketDir=/tmp
|
||
|
|
||
|
-SocketDir=/run/zabbix
|
||
|
+SocketDir=/var/run/zabbix
|
||
|
|
||
|
### Option: DBHost
|
||
|
# Database host name.
|
||
|
diff -urN zabbix-6.2.0rc1.orig/conf/zabbix_server.conf zabbix-6.2.0rc1/conf/zabbix_server.conf
|
||
|
--- zabbix-6.2.0rc1.orig/conf/zabbix_server.conf 2022-06-17 15:08:20.256831191 +0300
|
||
|
+++ zabbix-6.2.0rc1/conf/zabbix_server.conf 2022-06-17 15:09:29.379429530 +0300
|
||
|
@@ -69,7 +69,7 @@
|
||
|
# Default:
|
||
|
# PidFile=/tmp/zabbix_server.pid
|
||
|
|
||
|
-PidFile=/run/zabbix/zabbix_server.pid
|
||
|
+PidFile=/var/run/zabbix/zabbix_server.pid
|
||
|
|
||
|
### Option: SocketDir
|
||
|
# IPC socket directory.
|
||
|
@@ -79,7 +79,7 @@
|
||
|
# Default:
|
||
|
# SocketDir=/tmp
|
||
|
|
||
|
-SocketDir=/run/zabbix
|
||
|
+SocketDir=/var/run/zabbix
|
||
|
|
||
|
### Option: DBHost
|
||
|
# Database host name.
|