Add new events#2692
Merged
Merged
Conversation
once a new agent is registered, fire an event so plugins can act on this.
Add ability for plugins to act whenever a fact is updated or added
Notifying a human user via logging is fine but for an automated system a plugin will need to trigger on system ready and let connected services know.
Contributor
|
@M15terHyde This is on queue to look at. Appreciate your patience. |
mkultraWasHere
approved these changes
Dec 20, 2022
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
A plugin in Caldera required knowledge of when facts were added or updated and when a new agent is added. These events can be shared with others.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Each uses the same single function call. If fire_event works, then these will work. No additional tests besides fire_event's are needed.
Checklist: