remove monitor.php — SSH pull monitoring replaced by push-based agent

This commit is contained in:
2026-06-13 15:49:35 -04:00
parent a9f21810b1
commit 6c6ad957bc
4 changed files with 3 additions and 68 deletions

View File

@@ -13,7 +13,6 @@ Repo-specific guidance for OpenCode sessions. Verified against code.
## Commands
- `composer install` — install deps (no dev deps in `composer.json`)
- `php bin/generate-key.php` — generate master key at `/etc/servermanager/master.key`
- `php bin/monitor.php` — collect server metrics (runs via cron every minute)
- `sudo bash install.sh` — full Ubuntu 22.04+/24.04+ install (needs sudo)
- `mysql servermanager < database/migrations/001_initial_schema.sql` — db setup
- `export ANDROID_HOME=/opt/android-sdk && cd android && ./gradlew assembleDebug` — build APK → `public/sysadmin.apk`