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
|
|
@ -132,8 +132,7 @@ echo ""
|
|||
|
||||
echo "## Recent Agent Logs"
|
||||
for _log in supervisor/supervisor.log dev/dev-agent.log review/review.log \
|
||||
gardener/gardener.log planner/planner.log predictor/predictor.log \
|
||||
action/action.log; do
|
||||
gardener/gardener.log planner/planner.log predictor/predictor.log; do
|
||||
_logpath="${FACTORY_ROOT}/${_log}"
|
||||
if [ -f "$_logpath" ]; then
|
||||
_log_age_min=$(( ($(date +%s) - $(stat -c %Y "$_logpath" 2>/dev/null || echo 0)) / 60 ))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue