Hi,
this patch addresses an error in a sql query in zabbix_server/functions.c method process_data(). The error causes zabbix_server to die as soon as an active agent connects that is not registered in the database.
The error message is like "column hostid is ambigous" due to the missing table identifier ( "h." in that case ).
Cheers,
micha
this patch addresses an error in a sql query in zabbix_server/functions.c method process_data(). The error causes zabbix_server to die as soon as an active agent connects that is not registered in the database.
The error message is like "column hostid is ambigous" due to the missing table identifier ( "h." in that case ).
Cheers,
micha
Comment