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:
authorMihails Prihodko <mihails.prihodko@zabbix.com>2022-09-02 17:53:53 +0300
committerMihails Prihodko <mihails.prihodko@zabbix.com>2022-09-08 12:02:10 +0300
commitdd009ec96c945dfeac344e6512489bc8d24b6c1a (patch)
tree3d3a76815c86a61635de3689d73ec6ca53fd4a95 /conf
parent3cb639c0f24c57eae06fcd4e0483470cd33bf965 (diff)
...GI...S. [ZBXNEXT-6797] increased host metadata length
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_agentd.conf6
-rw-r--r--conf/zabbix_agentd.win.conf6
2 files changed, 6 insertions, 6 deletions
diff --git a/conf/zabbix_agentd.conf b/conf/zabbix_agentd.conf
index ca4a65b4848..f5921d5c6f3 100644
--- a/conf/zabbix_agentd.conf
+++ b/conf/zabbix_agentd.conf
@@ -188,11 +188,11 @@ Hostname=Zabbix server
### Option: HostMetadata
# Optional parameter that defines host metadata.
# Host metadata is used at host auto-registration process.
-# An agent will issue an error and not start if the value is over limit of 255 characters.
+# An agent will issue an error and not start if the value is over limit of 2034 bytes.
# If not defined, value will be acquired from HostMetadataItem.
#
# Mandatory: no
-# Range: 0-255 characters
+# Range: 0-2034 bytes
# Default:
# HostMetadata=
@@ -200,7 +200,7 @@ Hostname=Zabbix server
# Optional parameter that defines an item used for getting host metadata.
# Host metadata is used at host auto-registration process.
# During an auto-registration request an agent will log a warning message if
-# the value returned by specified item is over limit of 255 characters.
+# the value returned by specified item is over limit of 65535 characters.
# This option is only used when HostMetadata is not defined.
#
# Mandatory: no
diff --git a/conf/zabbix_agentd.win.conf b/conf/zabbix_agentd.win.conf
index e39bf797939..bd9954f40fd 100644
--- a/conf/zabbix_agentd.win.conf
+++ b/conf/zabbix_agentd.win.conf
@@ -180,11 +180,11 @@ Hostname=Windows host
### Option: HostMetadata
# Optional parameter that defines host metadata.
# Host metadata is used at host auto-registration process.
-# An agent will issue an error and not start if the value is over limit of 255 characters.
+# An agent will issue an error and not start if the value is over limit of 2034 bytes.
# If not defined, value will be acquired from HostMetadataItem.
#
# Mandatory: no
-# Range: 0-255 characters
+# Range: 0-2034 bytes
# Default:
# HostMetadata=
@@ -192,7 +192,7 @@ Hostname=Windows host
# Optional parameter that defines an item used for getting host metadata.
# Host metadata is used at host auto-registration process.
# During an auto-registration request an agent will log a warning message if
-# the value returned by specified item is over limit of 255 characters.
+# the value returned by specified item is over limit of 65535 characters.
# This option is only used when HostMetadata is not defined.
#
# Mandatory: no