You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
delete from triggers where triggerid not in (select triggerid from functions);
delete from zabbix.trigger_discovery where parent_triggerid in
(select triggerid from triggers where triggerid not in (select triggerid from functions));
The text was updated successfully, but these errors were encountered:
delete from triggers where triggerid not in (select triggerid from functions);
delete from zabbix.trigger_discovery where parent_triggerid in
(select triggerid from triggers where triggerid not in (select triggerid from functions));
The text was updated successfully, but these errors were encountered: