-
Notifications
You must be signed in to change notification settings - Fork 1
Move Rule evaluation to Source #324
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
86a9fa7
Move Rule evaluation to Source
oxzi ff8dd90
Don't store matched event rule IDs
yhabteab 5e02972
Drop `object_extra_tags` & all its references
yhabteab 4208b5c
Remove `icinga2` client & all its references
yhabteab 89bef39
Use the newly introduced notifications event utils from `igl`
yhabteab af7f7cf
Track event rules version in `RuntimeConfig`
yhabteab b9b10b1
listener: use HTTP X-* header constants from IGL
yhabteab 8de8cf7
listener: reject requests with status `412` on version mismatch
yhabteab d586494
go.mod(WIP): require not yet merged branch of IGL
yhabteab f7aa219
Update IGL for Notifications Changes
oxzi bb487d6
Source: Allow cached password comparison
oxzi dc4396a
Icinga DB Source: Address Review
oxzi 282e65a
Icinga DB Source: Address Review
oxzi efa458a
Relative Event URLs and stringified Event IDs
oxzi aea56a9
config.SourceRulesInfo: Minimize Version Conflicts
oxzi b480b42
listener: Reflect RulesInfo IGL update
oxzi 572b53f
Outsource pkg/{plugin,rpc} to IGL
oxzi 3a076e1
config: Rework SourceRulesInfo Version
oxzi 953e8ec
Reintroduce Extra Tags for Events
oxzi 495278e
event: Fix URL encoding
oxzi 777d5ba
Incident.applyMatchingRules: Simplify Source ID comparison
oxzi 8793629
config/listener: Mirco Fixes For Review
oxzi 39f6a71
Micro Fixes for Rules at Source
oxzi 33b2934
config: Rule Source ID Changes
oxzi 30d1d0a
schema: Distinct Source Rules Schema Upgrade File
oxzi aa1886d
Micro Fixes For Source Rule Evaluation
oxzi f3870a3
doc: Describe Rules and Version for Process Event
oxzi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -66,7 +66,6 @@ database: | |
| # options: | ||
| #channel: | ||
| #database: | ||
| #icinga2: | ||
| #incident: | ||
| #listener: | ||
| #runtime-updates: | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That commit (Icinga/icinga-go-library@6600889) is included in the
mainbranch of that repo, so it'll be included in the next release. Pinning a commit should be fine for the meantime, but for a tagged version in this repo, a tagged version from that repo should be used (I'll create an issue so that we won't forget).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done: #347