Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-04-22 13:56:56 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-04-23 13:04:05 +0300
commitb5533b84290aa30d55ee134cc1125e9f289a5ba0 (patch)
tree8b050b4ad7dbaee5e49a03fc46558fb8a8e9e3d7 /ChangeLog.d
parent720abaad26a150e188b78a88fa048ee4e24af5ab (diff)
........S. [ZBX-19159] fixed checking for unfinished alerts
(cherry picked from commit d9bf90b8a162a0c5c28d651f3e44cfd437fa6b8c) (cherry picked from commit e5675ad92c36175def46054496e13218fc4f0671)
Diffstat (limited to 'ChangeLog.d')
-rw-r--r--ChangeLog.d/bugfix/ZBX-191591
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.d/bugfix/ZBX-19159 b/ChangeLog.d/bugfix/ZBX-19159
new file mode 100644
index 00000000000..39d96ffa80f
--- /dev/null
+++ b/ChangeLog.d/bugfix/ZBX-19159
@@ -0,0 +1 @@
+........S. [ZBX-19159] added postponing of recovery operation when problem operation still executes, fixed memory leak while saving tags returned by webhook (dgoloscapov, wiper)