This project is a simple monitoring system using Grafana, Prometheus, Node Exporter and Docker. It is a simple way to monitor your system resources.
- Docker
- Docker Compose
- Clone this repository
- Run the following command:
docker-compose up -d
- Access the Grafana dashboard at http://localhost:3000
- User: admin
- Password: admin
Note: Grafana will ask you to change the password after the first login.
-
Add Prometheus as a data source
- URL: http://prometheus:9090
- click on "Save & Test"
-
Import the dashboard
- Go to 'http://localhost:3000/dashboard/new" and click on "Import"
- Enter the dashboard ID: 1860
- Select the Prometheus data source
- Click on "Import"
- Author: Joss C.