Actions
Bug #7344
closedcheck_rudder_agent can only check /var/rudder/cfengine-community, and not /var/cfengine processes/files
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In check_rudder_agent, the path is defined to be /var/rudder/cfengine-community for the CFEngine dir
This prevent to manage effectively both rudder-agent and enterprise on a same system (for instance, in the case of Windows plugin)
This is true for:
This prevent to manage effectively both rudder-agent and enterprise on a same system (for instance, in the case of Windows plugin)
This is true for:
- processes running
- run interval
- last update file
- cf_lock.lmdb
- invalid promises and restoration
Plus, the check on cf-execd is too strict (checking the binary name, and not binary + path)
Actions