Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-09-06 11:42:14 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-09-08 09:25:14 +0300
commit0d21a1d827a942fefbc99768207c9b87e326a2ed (patch)
treef62e4a32c452671443d1ba7f20f82071c9f13382 /conf
parent5d14722e0cb4ad8189d1131dda3fc747aa0f3a65 (diff)
.......PS. [DEV-1952] implmented AllowUnsupportedDbVersions
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_proxy.conf9
-rw-r--r--conf/zabbix_server.conf9
2 files changed, 18 insertions, 0 deletions
diff --git a/conf/zabbix_proxy.conf b/conf/zabbix_proxy.conf
index 92c17bca205..1474e0d58ba 100644
--- a/conf/zabbix_proxy.conf
+++ b/conf/zabbix_proxy.conf
@@ -210,6 +210,15 @@ DBUser=zabbix
# Default:
# DBPort=
+### Option: AllowUnsupportedDbVersions
+# Allow proxy to work with unsupported database versions.
+# 0 - do not allow
+# 1 - allow
+#
+# Mandatory: no
+# Default:
+# AllowUnsupportedDbVersions=0
+
######### PROXY SPECIFIC PARAMETERS #############
### Option: ProxyLocalBuffer
diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf
index 98d99af7288..341153a7692 100644
--- a/conf/zabbix_server.conf
+++ b/conf/zabbix_server.conf
@@ -139,6 +139,15 @@ DBUser=zabbix
# Default:
# DBPort=
+### Option: AllowUnsupportedDbVersions
+# Allow server to work with unsupported database versions.
+# 0 - do not allow
+# 1 - allow
+#
+# Mandatory: no
+# Default:
+# AllowUnsupportedDbVersions=0
+
### Option: HistoryStorageURL
# History storage HTTP[S] URL.
#