hi
we have found a big problem. zabbix run in a deadlock. every time with the same sql:
update host_inventory set tag='********' where hostid=********;
in this case we got every time a SMS with "zabbix database down", because postgresql kill the process with the deadlock.
its a bug?
we have found a big problem. zabbix run in a deadlock. every time with the same sql:
update host_inventory set tag='********' where hostid=********;
in this case we got every time a SMS with "zabbix database down", because postgresql kill the process with the deadlock.
its a bug?

Comment