docs: sync system health and cleanup deprecated software (2026-03-13)
This commit is contained in:
+3
-1
@@ -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).
|
- Comprehensive health report for `mw-pfeddersheim-workstation` (2026-03-09).
|
||||||
|
|
||||||
### Changed
|
### 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
|
### Fixed
|
||||||
- Identified failed `archlinux-keyring-wkd-sync.service` in system health check.
|
- Identified failed `archlinux-keyring-wkd-sync.service` in system health check.
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ tags:
|
|||||||
- infrastructure-as-code
|
- infrastructure-as-code
|
||||||
- linux
|
- linux
|
||||||
- automation
|
- automation
|
||||||
last_updated: '2026-03-09'
|
last_updated: '2026-03-13'
|
||||||
---
|
---
|
||||||
|
|
||||||
# saTway® Infrastructure - mw-pfeddersheim-workstation
|
# saTway® Infrastructure - mw-pfeddersheim-workstation
|
||||||
@@ -30,10 +30,10 @@ ansible-playbook ansible/workstation.yml
|
|||||||
bash scripts/maintenance.sh
|
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)
|
- **System Health**: ✅ Healthy (Load: 1.59, Disk: 84% used, Memory: 44% used)
|
||||||
- **Active Containers**: 25 running
|
- **Active Containers**: 6 running
|
||||||
- **Network**: Tailscale active
|
- **Network**: Tailscale active
|
||||||
|
|
||||||
## 📂 Project Structure
|
## 📂 Project Structure
|
||||||
|
|||||||
+1
-12
@@ -6,7 +6,7 @@ tags:
|
|||||||
- software-stack
|
- software-stack
|
||||||
- inventory
|
- inventory
|
||||||
- tech-stack
|
- tech-stack
|
||||||
last_updated: '2026-03-09'
|
last_updated: '2026-03-13'
|
||||||
---
|
---
|
||||||
|
|
||||||
# Software Stack - mw-pfeddersheim-workstation
|
# Software Stack - mw-pfeddersheim-workstation
|
||||||
@@ -39,14 +39,3 @@ last_updated: '2026-03-09'
|
|||||||
- **Ansible**: `/usr/bin/ansible`
|
- **Ansible**: `/usr/bin/ansible`
|
||||||
- **Python**: `/usr/bin/python`
|
- **Python**: `/usr/bin/python`
|
||||||
- **Docker**: `/usr/bin/docker`
|
- **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 |
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ tags:
|
|||||||
- health-check
|
- health-check
|
||||||
- workstation
|
- workstation
|
||||||
- monitoring
|
- monitoring
|
||||||
last_updated: '2026-03-09'
|
last_updated: '2026-03-13'
|
||||||
---
|
---
|
||||||
|
|
||||||
# Workstation Health Report: mw-manjaro-pf
|
# 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`
|
- **Secondary Disk**: 500 GB SATA SSD (Samsung 840 EVO) -> `/home/mw/models`
|
||||||
- **OS**: Manjaro Linux (Kernel 6.12)
|
- **OS**: Manjaro Linux (Kernel 6.12)
|
||||||
|
|
||||||
## Current Health Status (2026-03-09)
|
## Current Health Status (2026-03-13)
|
||||||
- **Uptime**: 9 days, 17 hours
|
- **Uptime**: 13 days, 19 hours
|
||||||
- **Load Average**: 7.35, 3.64, 3.27 (16 Threads)
|
- **Load Average**: 1.59, 1.46, 1.23 (16 Threads)
|
||||||
- **Memory**: 27/62 GiB (44% used)
|
- **Memory**: 28/62 GiB (44% used)
|
||||||
- **Disk Usage (/)**: 78% (345G used, 100G free)
|
- **Disk Usage (/)**: 84% (371G used, 74G free)
|
||||||
- **Maintenance**:
|
- **Maintenance**:
|
||||||
- Orphaned packages detected (cmake, nasm, patchelf, etc.)
|
- Orphaned packages detected (cmake, nasm, patchelf, etc.)
|
||||||
- Logs vacuumed (88M journal)
|
- Logs vacuumed (88M journal)
|
||||||
- Docker environment verified (25 active containers)
|
- Docker environment verified (6 active containers)
|
||||||
- **Failed Services**: `archlinux-keyring-wkd-sync.service` (failed)
|
- **Failed Services**: `archlinux-keyring-wkd-sync.service` (failed)
|
||||||
- **Network**: tailscale0 active (100.64.0.49), enp5s0 active (192.168.0.5)
|
- **Network**: tailscale0 active (100.64.0.49), enp5s0 active (192.168.0.5)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user