-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Blocker
-
Affects Version/s: 1.8.1
-
Component/s: None
-
None
-
Environment:Zabbix server/sqlite3
Zabbix server can't work in DM as child node with sqlite3 backend
Because to insert data into NODE_CKSUM table child node uses internal function md5. But sqlite3 have not this function internally. For sqlite it must be realized in zabbix_server self.