-
Change Request
-
Resolution: Unresolved
-
Minor
-
None
-
7.0.18
-
None
Currently, when host is deleted all related entities are gone. It would be nice to have an option to choose if removing hosts from zabbix should resolve all ongoing issues first.
Such scenario could be useful if problems are tightened to ticketing systems. It would allow to close problems on the other side via webhooks.
API workarounds using event.acknowledge followed by host.delete are not feasible because that means we would need to wait a moment for trigger action to complete before deleting host but in the mean time, another problem can be raised from the same host. Cancelled escalations don't seem like a solution neither.
Possibly best to implement this server side, i.e. flag host for deletion, close open problems and send notifications and then finally remove host and problems.