VPS 2025-01-12
Server Monitoring with Grafana + Prometheus
Docker Compose Deploy
services:
prometheus:
image: prom/prometheus:latest
ports: ["9090:9090"]
grafana:
image: grafana/grafana:latest
ports: ["3000:3000"]
environment:
- GF_SECURITY_ADMIN_PASSWORD=yourpassword导入看板
在 Grafana 导入 Dashboard ID 1860,即可获得完整Services器监控看板。
#Sudofree#Grafana