There is a host with events. These events lead to the execution of Actions. These actions have recovery operations. Everything works as we need it.
Suppose we want to disable host. But disabling the host will automatically close all active events for this host. And this will lead to the execution of recovery operations for these events. Is there a way to disable the host or close the events before this, or make a query to the Zabbix database directly so that recovery operation is not run?
Suppose we want to disable host. But disabling the host will automatically close all active events for this host. And this will lead to the execution of recovery operations for these events. Is there a way to disable the host or close the events before this, or make a query to the Zabbix database directly so that recovery operation is not run?
Comment