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

SOC-3529 add support for pd merging #10

Merged
merged 14 commits into from
Jul 28, 2023

Conversation

eric-eisenhart
Copy link
Contributor

Fixes for #6

(try to) make it smart enough to pull an eventid from either an alert or an
incident.
- Switched JSON encoding to using a JSON object instead of imported `to_json` so can "allow_blessed" for all json stuff.
- Added a bunch of debugging stuff, including every func outputting its arguments on every call if DEBUG>=5.
- Added logic and a couple functions for merging Zabbix events when PD incidents merge.
@eric-eisenhart eric-eisenhart linked an issue Jul 26, 2023 that may be closed by this pull request
@eric-eisenhart
Copy link
Contributor Author

Needs to be more thoroughly tested in more scenarios (make sure didn't break anything that previously worked) and I'd like to look over the code to see if there's any improvements to readability (etc) I can make...

Also a bit of just general docs/example improvements while I was in there.
…rking

and doesn't add enough value to be worth digging into further (anything
other than `merge` or `resolve` gets treated same as `ignore`).

And a tiny bit more debugging.
@eric-eisenhart eric-eisenhart merged commit 01c3955 into main Jul 28, 2023
5 checks passed
@eric-eisenhart eric-eisenhart deleted the 6-SOC-3529-add-support-for-pd-merging branch August 24, 2023 00:06
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

Successfully merging this pull request may close these issues.

SOC-3529: Add support for incidents and alerts (PD merging, etc)
1 participant