Skip to content

ENT-14193: Binary for agent driven cfengine#6186

Open
victormlg wants to merge 2 commits into
cfengine:masterfrom
victormlg:cf-agent-driven-binary
Open

ENT-14193: Binary for agent driven cfengine#6186
victormlg wants to merge 2 commits into
cfengine:masterfrom
victormlg:cf-agent-driven-binary

Conversation

@victormlg

Copy link
Copy Markdown
Contributor
  • Used cf-watchd as a placeholder name for this new binary. This can be modified
  • Placeholder daemon that simply prints every second
  • Placeholder options copied from other components

@victormlg victormlg force-pushed the cf-agent-driven-binary branch 2 times, most recently from 64ba878 to 986c945 Compare June 23, 2026 14:36
Changelog: Title
Ticket: ENT-14193
Signed-off-by: Victor Moene <victor.moene@northern.tech>
Signed-off-by: Victor Moene <victor.moene@northern.tech>
@victormlg victormlg force-pushed the cf-agent-driven-binary branch from 986c945 to 6e4f423 Compare June 23, 2026 14:39
@victormlg victormlg marked this pull request as ready for review June 23, 2026 14:43
Comment thread cf-watchd/cf-watchd.c
return 0;
}

static GenericAgentConfig *CheckOpts(int argc, char **argv)
Comment thread cf-watchd/cf-watchd
@@ -0,0 +1,210 @@
#! /bin/bash

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and the Makefile are generated files and should not be committed. Take a look at what is in the .gitignore file and add similar entries for the new daemon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants