Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

based on my experience these to items needed to be checked and deleted #7

Open
hamidsfandiari opened this issue May 17, 2017 · 2 comments

Comments

@hamidsfandiari
Copy link

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));

@mattiasgeniar
Copy link
Owner

I'll do some testing on our setup, if it's legit I'll happily add it to the repo. Thx for the tip!

@mchugh19
Copy link

Where you able to validate? Should we add these steps to our cleanup script?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants