tractatus/public/admin
TheFlow 18bb173c95 feat: add disk monitoring system for dev and production
Add comprehensive disk monitoring with real-time metrics:
- Backend API endpoints for disk/memory metrics (local + remote)
- Admin UI page with CSP-compliant DOM rendering
- Health status indicators with color-coded thresholds
- SSH-based remote metrics collection from OVH VPS
- Auto-refresh every 5 minutes

Backend:
- src/models/DiskMetrics.model.js: Metrics collection model
- src/controllers/diskMetrics.controller.js: 3 admin endpoints
- src/routes/diskMetrics.routes.js: Admin-authenticated routes
- src/routes/index.js: Register disk-metrics routes

Frontend:
- public/admin/disk-monitoring.html: Admin dashboard page
- public/js/admin-disk-monitoring.js: CSP-compliant UI rendering
- public/js/components/navbar-admin.js: Add disk monitoring link

Documentation:
- deployment-quickstart/UPTIME_MONITORING_SETUP.md

API endpoints:
- GET /api/admin/disk-metrics (all systems)
- GET /api/admin/disk-metrics/local (dev system)
- GET /api/admin/disk-metrics/remote (production VPS)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-29 11:53:55 +13:00
..
audit-analytics.html feat(audit): integrate validate-file-write with audit logging and add data quality insights 2025-10-28 12:22:10 +13:00
blog-curation.html feat(blog): integrate Tractatus framework governance into blog publishing 2025-10-25 08:47:31 +13:00
blog-curation.html.backup fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
blog-pre-publication.html feat(content): add framework-guided blog pre-publication and comment analysis 2025-10-27 19:45:43 +13:00
calendar.html fix(cache): standardize cache version across all HTML files 2025-10-24 12:34:39 +13:00
case-moderation.html fix(cache): standardize cache version across all HTML files 2025-10-24 12:34:39 +13:00
claude-md-migrator.html fix(cache): standardize cache version across all HTML files 2025-10-24 12:34:39 +13:00
comment-analysis.html feat(content): add framework-guided blog pre-publication and comment analysis 2025-10-27 19:45:43 +13:00
contact-management.html feat(crm): complete Phase 3 multi-project CRM + critical bug fixes 2025-10-24 18:10:14 +13:00
crm-dashboard.html feat(crm): complete Phase 3 multi-project CRM + critical bug fixes 2025-10-24 18:10:14 +13:00
dashboard.html chore: bump cache version to force reload of scrollable modal 2025-10-27 11:27:46 +13:00
disk-monitoring.html feat: add disk monitoring system for dev and production 2025-10-29 11:53:55 +13:00
editorial-guidelines.html feat(admin): add Editorial Guidelines Manager page 2025-10-24 13:05:47 +13:00
hooks-dashboard.html fix(cache): standardize cache version across all HTML files 2025-10-24 12:34:39 +13:00
login.html fix(cache): standardize cache version across all HTML files 2025-10-24 12:34:39 +13:00
media-triage.html fix(cache): standardize cache version across all HTML files 2025-10-24 12:34:39 +13:00
newsletter-management.html fix(newsletter): convert ObjectId to string in DELETE button data attributes 2025-10-24 20:24:54 +13:00
project-manager.html fix(cache): standardize cache version across all HTML files 2025-10-24 12:34:39 +13:00
rule-manager.html fix(cache): standardize cache version across all HTML files 2025-10-24 12:34:39 +13:00
unified-inbox.html feat(crm): complete Phase 3 multi-project CRM + critical bug fixes 2025-10-24 18:10:14 +13:00