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

Identification of changes in configuration of agent #19

Open
tingrida opened this issue Mar 13, 2025 · 0 comments
Open

Identification of changes in configuration of agent #19

tingrida opened this issue Mar 13, 2025 · 0 comments

Comments

@tingrida
Copy link

As Gepard-Administrator, I want to ensure that configuration for an Agent is marked as changed and needs to be transferred to the agent, only if changes in configuration happened.

Context: today configuration is transferred towards gepard agent at each polling interval. The goal is to do it just if change is required:

  • configuration change was initiated towards config server
  • initiated change has really changed something in configuration to be provided to this particular agent

Provide a hash of configuration to the agent during the polling?

Acceptance criteria:

  • as long as no changes are initiated on the config server after the latest configuration updated, no new configuration update is indicated towards any of the agents
  • if a configuration change initiated affects just agent A, new configuration update is indicated towards agent A, but no new configuration update is indicated towards agent B
  • if a configuration change initiated affects agents A and B, new configuration update is indicated towards agents A and B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant