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

Add new events #2692

Merged
merged 5 commits into from
Dec 20, 2022
Merged

Add new events #2692

merged 5 commits into from
Dec 20, 2022

Commits on Nov 18, 2022

  1. Create agent added event

    once a new agent is registered, fire an event so plugins can act on this.
    M15terHyde authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    61ae355 View commit details
    Browse the repository at this point in the history
  2. Add fact added and fact updated events

    Add ability for plugins to act whenever a fact is updated or added
    M15terHyde authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7efcdbd View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Add system ready event

    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.
    M15terHyde authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    34220b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    5cd3e92 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    c5e5c95 View commit details
    Browse the repository at this point in the history