[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: |
|
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 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. |
Comment by Oleksii Zagorskyi [ 2013 Mar 15 ] |
Related discussion located here |