Grafana + Prometheus
Installation Prometheus
apt install prometheus prometheus-node-exporterInstallation Grafana
apt install -y adduser libfontconfig1\nwget https://dl.grafana.com/oss/release/grafana_latest_amd64.deb\ndpkg -i grafana_*.deb\nsystemctl enable grafana-server\nsystemctl start grafana-serverAccès
Interface web sur le port 3000: http://VOTRE_IP:3000 (admin/admin par défaut).
Configuration
- Ajoutez Prometheus comme source de données
- Importez un dashboard (ID 1860 pour Node Exporter)
- Configurez des alertes par email ou Slack
Métriques
CPU, RAM, disque, réseau, processus, température — tout en graphiques temps réel.
Cet article vous a-t-il été utile?
Articles similaires