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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2020-09-16 13:39:12 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2020-09-16 13:39:12 +0300
commit591a79b6f5ea2387feba35689267f7f631c282ea (patch)
tree6775ab2ca8b3c3caf0f03c93ff8c7dc35f3b1a6f /conf
parent35fd1a7a9154fd2ea2f41f3d3b3c8ef8cf7ca3ac (diff)
...G...... [ZBXNEXT-6191] fixed truncation of hostnames
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_agentd.conf2
-rw-r--r--conf/zabbix_agentd.win.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/zabbix_agentd.conf b/conf/zabbix_agentd.conf
index fc89e816bc3..15d49661107 100644
--- a/conf/zabbix_agentd.conf
+++ b/conf/zabbix_agentd.conf
@@ -155,7 +155,7 @@ ServerActive=127.0.0.1
### Option: Hostname
# List of unique, case sensitive hostnames (comma delimited).
-# Required for active checks and must match hostname as configured on the server.
+# Required for active checks and must match hostnames as configured on the server.
# Value is acquired from HostnameItem if undefined.
#
# Mandatory: no
diff --git a/conf/zabbix_agentd.win.conf b/conf/zabbix_agentd.win.conf
index 4a8f454f5a0..69b96815ddf 100644
--- a/conf/zabbix_agentd.win.conf
+++ b/conf/zabbix_agentd.win.conf
@@ -147,7 +147,7 @@ ServerActive=127.0.0.1
### Option: Hostname
# List of unique, case sensitive hostnames (comma delimited).
-# Required for active checks and must match hostname as configured on the server.
+# Required for active checks and must match hostnames as configured on the server.
# Value is acquired from HostnameItem if undefined.
#
# Mandatory: no