Last-Update: 2019-08-21
Forwarded: not-needed
Bug-Upstream: https://support.zabbix.com/browse/ZBX-7211
Bug-Upstream: https://support.zabbix.com/browse/ZBXNEXT-498
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727604
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923534
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: un-hardcode default Hostname in Agent config.
 Upstream do not wish to use reasonable default.

--- a/conf/zabbix_agentd.conf
+++ b/conf/zabbix_agentd.conf
@@ -178,9 +178,8 @@
 # Mandatory: no
 # Default:
 # Hostname=
 
-Hostname=Zabbix server
 
 ### Option: HostnameItem
 #	Item used for generating Hostname if it is undefined. Ignored if Hostname is defined.
 #	Does not support UserParameters or aliases.
--- a/conf/zabbix_proxy.conf
+++ b/conf/zabbix_proxy.conf
@@ -38,9 +38,8 @@
 # Mandatory: no
 # Default:
 # Hostname=
 
-Hostname=Zabbix proxy
 
 ### Option: HostnameItem
 #	Item used for generating Hostname if it is undefined.
 #	Ignored if Hostname is defined.
