5f26f7dca1d1fd1d13771534e31a934e1782d115
secharden-wazuh.sh did a hard `systemctl start wazuh-agent`. The agent attempts to reach its manager (tsys-nsm.knel.net) during startup; when that host is unreachable (e.g. an isolated lab/sandbox VM, or the SIEM being temporarily down during a fresh build), systemd's start exceeds its timeout and the whole provisioning aborts under the framework's errexit. The agent is already installed and enabled, so it will keep retrying the manager on its own. Make the start non-fatal with `|| true` so a host can finish building even when the manager isn't reachable at deploy time. 🤖 Generated with [Crush](https://github.com/charmassociates/crush) Assisted-by: GLM-5 via Crush <crush@charm.land>
KNEL FetchApply
Repo Issues
https://projects.knownelement.com/project/reachableceo-vptechnicaloperations/timeline
Repo Discussion
https://community.turnsys.com/c/chieftechnologyandproductofficer/26
Repo discription
Known Element Enterprises (the entity serving as the TSYS Group management company) (through it’s executive leader, the COO) provides core IT/back office systems/services/support on a hands off/fully delegated authortity basis to the CCO and the orgs/members.
One of those functions is the provisoning of Linux servers. This repository is the Infrastructure As Code (IAC) repository for TSYS.
In the future it will be used via FetchApply https://github.com/P5vc/fetch-apply
Usage
git clone this repo cd FetchApply/ProjectCode bash SetupNewSystem.sh