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

Fixes #24620: Add a warning in "rudder agent info" when cf-execd is stopped #403

Conversation

amousset
Copy link
Member

@amousset amousset requested a review from Fdall March 28, 2024 17:04
@amousset amousset changed the title Fixes #24620: Add a warning in "rudder agent info" when cf-execd is disabled Fixes #24620: Add a warning in "rudder agent info" when cf-execd is stopped Mar 28, 2024
Copy link
Member

@fanf fanf left a comment

Choose a reason for hiding this comment

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

Works as expected

@Normation-Quality-Assistant

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit 9eadcc6 into Normation:branches/rudder/8.0 Mar 28, 2024
4 checks passed
@@ -75,6 +75,14 @@ if ! [ -e ${RUDDER_DIR}/etc/disable-agent ]; then
fi
fi

if ! systemctl -q is-active "rudder-cf-execd"; then
Copy link
Member

Choose a reason for hiding this comment

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

this will produce an error if there is no systemd on the node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants