fix: remove remaining action-agent references from docs and configs
- Remove action-agent card from site/docs/architecture.html - Remove action/ directory line from architecture.html - Update formula comments to reference dispatcher instead of action-agent - Remove action/action.log from log scan loops in preflight.sh and collect-metrics.sh - Remove action from find command in agent-smoke.sh
This commit is contained in:
parent
dc545a817b
commit
d9a6030127
6 changed files with 5 additions and 12 deletions
|
|
@ -188,7 +188,7 @@ collect_agent_metrics() {
|
|||
local agent_name log_path age_min last_active
|
||||
for log_entry in dev/dev-agent.log review/review.log gardener/gardener.log \
|
||||
planner/planner.log predictor/predictor.log supervisor/supervisor.log \
|
||||
action/action.log vault/vault.log; do
|
||||
vault/vault.log; do
|
||||
agent_name=$(basename "$(dirname "$log_entry")")
|
||||
log_path="${FACTORY_ROOT}/${log_entry}"
|
||||
if [ -f "$log_path" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue