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-08 16:45:24 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-09-08 16:48:37 +0300
commit0c967a49ff6b31b58bb51ee0ca5a3c8535f5b622 (patch)
tree1d1d5ba9b9089f10a28e0d74a76989eaa7cdf7ef /conf
parentf4c8e26a279340407e30cfb0e196aa1fba813ccf (diff)
.......PS. [DEV-1952] renamed AllowUnsupportedDbVersions to AllowUnsupportedDBVersions
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_proxy.conf4
-rw-r--r--conf/zabbix_server.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/zabbix_proxy.conf b/conf/zabbix_proxy.conf
index 1474e0d58ba..81a0c8a6aad 100644
--- a/conf/zabbix_proxy.conf
+++ b/conf/zabbix_proxy.conf
@@ -210,14 +210,14 @@ DBUser=zabbix
# Default:
# DBPort=
-### Option: AllowUnsupportedDbVersions
+### Option: AllowUnsupportedDBVersions
# Allow proxy to work with unsupported database versions.
# 0 - do not allow
# 1 - allow
#
# Mandatory: no
# Default:
-# AllowUnsupportedDbVersions=0
+# AllowUnsupportedDBVersions=0
######### PROXY SPECIFIC PARAMETERS #############
diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf
index 341153a7692..f10a2f8e97a 100644
--- a/conf/zabbix_server.conf
+++ b/conf/zabbix_server.conf
@@ -139,14 +139,14 @@ DBUser=zabbix
# Default:
# DBPort=
-### Option: AllowUnsupportedDbVersions
+### Option: AllowUnsupportedDBVersions
# Allow server to work with unsupported database versions.
# 0 - do not allow
# 1 - allow
#
# Mandatory: no
# Default:
-# AllowUnsupportedDbVersions=0
+# AllowUnsupportedDBVersions=0
### Option: HistoryStorageURL
# History storage HTTP[S] URL.