It appears that for distributed monitoring Zabbix needs SQL md5() function to propagate configuration to/from child nodes. Sqlite does not support md5, so distributed monitoring is not possible with sqlite on child nodes.
I created a (crude) patch for sqlite 3.5.7 against the source code tarball of sqlite on sunfreeware. I'm not sure if it applies to other tarballs, but the patch is quite straightforward and should be easy to apply to any version of sqlite by hand.
I would appreciate a review of the patch since coding C is not my daily occupation.
Martin
I created a (crude) patch for sqlite 3.5.7 against the source code tarball of sqlite on sunfreeware. I'm not sure if it applies to other tarballs, but the patch is quite straightforward and should be easy to apply to any version of sqlite by hand.
I would appreciate a review of the patch since coding C is not my daily occupation.
Martin