🚀 Adding Node Exporter Dashboard in Grafana
🛠️ Step 1: Log in to Grafana
- Open Grafana in your browser.
- Enter your username and password (default:
admin/admin
). - Click "Log in".
📥 Step 2: Import Node Exporter Dashboard
- Click on "🖼️ Dashboards" → "+ Import".
- In the "Import via Grafana.com" field, enter
1860
(official Node Exporter Dashboard ID). - Click "Load".
- Select "Prometheus" as the data source.
- Click "Import".
✅ The Node Exporter Dashboard is now available! 🎉
📊 Other Useful Grafana Dashboards
🔥 1. Prometheus System Monitoring Dashboard
- Dashboard ID:
11074
- Use case: Monitor CPU, memory, disk, and network stats.
- Steps to Import: Follow the same steps above, enter
11074
instead of1860
.
📡 2. Kubernetes Cluster Monitoring
- Dashboard ID:
6417
- Use case: Monitor Kubernetes pods, nodes, and performance.
- Requirements: Kubernetes with Prometheus.
🖥️ 3. Nginx Ingress Controller Dashboard
- Dashboard ID:
9614
- Use case: Monitor Nginx request rates, errors, and active connections.
🔧 Step 3: Customize and Save
- Once imported, click "Edit" on a panel.
- Modify queries, thresholds, or visualization types.
- Click "Save" (💾) to keep changes.
🎯 Step 4: Set Up Alerts (Optional)
- Open a panel → "Alerts" tab.
- Click "Create Alert".
- Define conditions (e.g., CPU > 80%).
- Set up notifications (Email, Slack, etc.).
- Click "Save".
✅ Congratulations! You've successfully added Node Exporter and other useful dashboards to Grafana! 🚀🔥 Let me know if you need more details !