Add complete French (fr) and Chinese (zh) translations for all documentation: - Root files: README, CHANGELOG, SECURITY, BETA-RELEASE - docs/: All 16 core documentation files - DOCS/: All 19 deep-dive documents including embedded/ and archive/ - package/secubox/: All 123+ package READMEs - Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/ Total: 346 translation files created Each file includes language switcher links for easy navigation between English, French, and Chinese versions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.1 KiB
1.1 KiB
Moniteur Systeme Glances SecuBox
Outil de surveillance systeme multiplateforme fonctionnant dans un conteneur LXC, avec interface web et API RESTful.
Installation
opkg install secubox-app-glances
Configuration
Fichier de configuration UCI : /etc/config/glances
config glances 'main'
option enabled '0'
option port '61208'
Utilisation
# Demarrer / arreter le service
/etc/init.d/glances start
/etc/init.d/glances stop
# CLI du controleur
glancesctl status
glancesctl install
glancesctl remove
Fonctionnalites
- Surveillance en temps reel du CPU, memoire, disque et reseau
- Liste des processus avec utilisation des ressources
- Surveillance des conteneurs Docker/Podman
- Interface web accessible depuis n'importe quel appareil
- API JSON RESTful pour les integrations
- Systeme d'alertes pour la surveillance des seuils
Fichiers
/etc/config/glances-- Configuration UCI/usr/sbin/glancesctl-- CLI du controleur
Dependances
wgettar
Licence
LGPL-3.0