Glances¶
Outil de monitoring système cross-platform en temps réel.
Quick Start¶
Accès¶
- Web UI : http://localhost:61208
Ports¶
| Service | Port | Description |
|---|---|---|
| Glances Web | 61208 | Interface web |
Configuration¶
compose.yml¶
services:
glances:
image: nicolargo/glances:latest
environment:
- GLANCES_OPT=-w
ports:
- "61208:61208"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
pid: host
Fonctionnalités¶
- CPU, mémoire, disque, réseau
- Processus et conteneurs Docker
- Alertes configurables
- Export vers InfluxDB, Prometheus