diff --git a/CHANGELOG.md b/CHANGELOG.md index 523b6b2..e99ca20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Comprehensive health report for `mw-pfeddersheim-workstation` (2026-03-09). ### Changed -- Updated `docs/tech/workstation-health.md` with live status (uptime, load, memory, disk, network). +- Updated system status in `README.md` and `docs/tech/workstation-health.md` (2026-03-13). +- Cleaned up deprecated software information from `docs/tech/stack.md` (2026-03-13). +- Synchronized software versions across documentation files (2026-03-13). ### Fixed - Identified failed `archlinux-keyring-wkd-sync.service` in system health check. diff --git a/README.md b/README.md index 4cc7848..8856221 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ tags: - infrastructure-as-code - linux - automation -last_updated: '2026-03-09' +last_updated: '2026-03-13' --- # saTway® Infrastructure - mw-pfeddersheim-workstation @@ -30,10 +30,10 @@ ansible-playbook ansible/workstation.yml bash scripts/maintenance.sh ``` -## 📊 Current Status (2026-03-09) +## 📊 Current Status (2026-03-13) -- **System Health**: ✅ Healthy (Load: 7.35, Disk: 78% used, Memory: 44% used) -- **Active Containers**: 25 running +- **System Health**: ✅ Healthy (Load: 1.59, Disk: 84% used, Memory: 44% used) +- **Active Containers**: 6 running - **Network**: Tailscale active ## 📂 Project Structure diff --git a/docs/tech/stack.md b/docs/tech/stack.md index b68b13c..34309d1 100644 --- a/docs/tech/stack.md +++ b/docs/tech/stack.md @@ -6,7 +6,7 @@ tags: - software-stack - inventory - tech-stack -last_updated: '2026-03-09' +last_updated: '2026-03-13' --- # Software Stack - mw-pfeddersheim-workstation @@ -39,14 +39,3 @@ last_updated: '2026-03-09' - **Ansible**: `/usr/bin/ansible` - **Python**: `/usr/bin/python` - **Docker**: `/usr/bin/docker` - -## Deprecated Software (Pending Cleanup) - -### Microsoft Visual Studio Code (Status: Removed) -VS Code has been decommissioned from this workstation. - -| Type | Status | Notes | -|------|--------|-------| -| **Package** | Removed | `vscode` not present in `pacman -Qet` | -| **Config** | Removed | `~/.vscode-oss` directory deleted | -| **Application Data** | Removed | `~/.config/Code - OSS/` directory deleted | diff --git a/docs/tech/workstation-health.md b/docs/tech/workstation-health.md index f2743ba..e360386 100644 --- a/docs/tech/workstation-health.md +++ b/docs/tech/workstation-health.md @@ -7,7 +7,7 @@ tags: - health-check - workstation - monitoring -last_updated: '2026-03-09' +last_updated: '2026-03-13' --- # Workstation Health Report: mw-manjaro-pf @@ -19,15 +19,15 @@ last_updated: '2026-03-09' - **Secondary Disk**: 500 GB SATA SSD (Samsung 840 EVO) -> `/home/mw/models` - **OS**: Manjaro Linux (Kernel 6.12) -## Current Health Status (2026-03-09) -- **Uptime**: 9 days, 17 hours -- **Load Average**: 7.35, 3.64, 3.27 (16 Threads) -- **Memory**: 27/62 GiB (44% used) -- **Disk Usage (/)**: 78% (345G used, 100G free) +## Current Health Status (2026-03-13) +- **Uptime**: 13 days, 19 hours +- **Load Average**: 1.59, 1.46, 1.23 (16 Threads) +- **Memory**: 28/62 GiB (44% used) +- **Disk Usage (/)**: 84% (371G used, 74G free) - **Maintenance**: - Orphaned packages detected (cmake, nasm, patchelf, etc.) - Logs vacuumed (88M journal) - - Docker environment verified (25 active containers) + - Docker environment verified (6 active containers) - **Failed Services**: `archlinux-keyring-wkd-sync.service` (failed) - **Network**: tailscale0 active (100.64.0.49), enp5s0 active (192.168.0.5)