Notre avis
Effectue un bilan de santé complet du serveur VPS newna.ai en vérifiant PM2, Docker, nginx, SSL, bases de données, disque, mémoire, pare-feu, Fail2ban, systemd et sauvegardes.
Points forts
- Couverture exhaustive de l'infrastructure (11 catégories de vérification).
- Détection proactive des problèmes (avertissements pour seuils critiques).
- Rapport organisé par sévérité facilitant le tri des priorités.
Limites
- Limitée au serveur VPS newna.ai (non générique).
- Nécessite l'agent de santé dédié (health-agent) pour l'exécution.
- Ne couvre pas les applications métier ni les logs applicatifs.
Utilisez cette compétence pour un diagnostic rapide de l'état du serveur ou en réponse à des symptômes de dysfonctionnement.
Ne l'utilisez pas pour des tâches de configuration ou de déploiement, ni pour des serveurs autres que newna.ai.
Analyse de sécurité
PrudenceThe skill performs read-only health checks using Bash, which is necessary for its purpose but poses risk if the spawned health-agent executes unintended commands. The described actions are legitimate and non-destructive.
- •Requires Bash access with potential elevated privileges for checking system services and firewall.
- •Interacts with critical services (PM2, Docker, nginx) which, if mishandled, could cause disruption.
Exemples
Check server health on newna.ai.Is the server ok? It's been slow lately. Run a full health check.Run server status and tell me if anything is wrong.name: server-health description: Comprehensive health check of the newna.ai VPS. Checks PM2, Docker, nginx, SSL, databases, disk, firewall, backups, and system resources. Use when the user says "check server health", "is the server ok", "server status", "what's running", "health check", or invokes /server-health. Also use proactively when something seems wrong (high restart counts, errors, slow responses). allowed-tools: [Bash, Read, Grep, Agent]
/server-health
Run a full health audit of the newna.ai VPS by spawning the health-agent.
What it checks
- PM2 — process status, restart counts, memory usage
- Docker — container health (deploy-api-1, gitea, filebrowser, portainer)
- Nginx — config validity, service status
- SSL — certificate expiry (warns at 30 days)
- Databases — SQLite integrity, WAL sizes (admin.db, chat.db)
- Disk — partition usage (warns at 80%)
- Memory — available RAM (warns below 1GB)
- Firewall — UFW status, expected ports
- Fail2ban — SSH jail status, banned IPs
- Systemd — failed units, backup timer status
- Backups — last backup run, any errors
Spawn the health-agent and present its report organized by severity.
Architecte Docker Compose
DevOps
Concoit des configurations Docker Compose optimisees.
Rapport de Post-Mortem
DevOps
Rédige des rapports post-mortem d'incidents structurés et blameless.
Créateur de Runbooks
DevOps
Crée des runbooks opérationnels clairs pour les procédures DevOps courantes.