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

ENT-11838: Fixed perpetual warnings that a deleted host has checked in #5617

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 15, 2024

  1. Added acknowledged field to lastseen DB

    This field can be used to acknowledge an update to an incoming or
    outgoing host entry in the lastseen DB. The field is set to `false` when
    a key-value pair is updated. `cf-hub` may at any time acknowledge that
    the update has been observed by setting the field to `true`.
    
    Ticket: ENT-11838
    Changelog: Title
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    da6674e View commit details
    Browse the repository at this point in the history
  2. Added acknowledge function for lastseen entries

    Added function to acknowledge the observation of a lastseen entry in DB.
    
    Ticket: ENT-11838
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    cf243d6 View commit details
    Browse the repository at this point in the history