[ZBX-4516] Autoregistration hostname case-sensitiviness issue Created: 2012 Jan 05  Updated: 2017 May 30  Resolved: 2013 Mar 15

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: 1.8.9
Fix Version/s: None

Type: Incident report Priority: Major
Reporter: Marcel Hecko Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

CentOS, MySQL


Issue Links:
Duplicate
duplicates ZBX-6323 instructions should call for case sen... Closed

 Description   

On auto-registration of the host, the zabbix server writes initial hostname registration information into SQL table autoreg_host - as hostname information is case-sensitive and this table is preserver when the host is removed from Zabbix front-end the new registration of host with the same hostname, but different case is not propagated into hosts table correctly.

Example

1st registration -> autoreg_host hostname: TesT, hosts table: TesT
– delete host from zabbix front-end, change hostname on the zabbix client from TesT to test
2nd registration -> autoreg_host hostname still TesT, hosts tabe still TesT
– delete host from zabbix front-end, remove hostname from autoreg_host table
3rd registration -> autoreg_host test, hosts table test

This seems to be a bug.

Either remove the host from autoreg_host when removed from front-end or do not preserve autoreg_host table after the host is added to hosts table.

Live long and prosper.



 Comments   
Comment by Alexander Vladishev [ 2013 Mar 14 ]

Zabbix database in MySQL must be created as case-sensitive.
I'm closing the issue.

Comment by Oleksii Zagorskyi [ 2013 Mar 15 ]

Related discussion located here ZBX-6323.
There is a link to exact explanation (in ZBX-6019)

Generated at Fri May 09 07:44:22 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.