mirror of
https://github.com/ced4568/ceds-observability-stack.git
synced 2026-08-13 06:44:01 +00:00
22 lines
320 B
Markdown
22 lines
320 B
Markdown
# Node Exporter
|
|
|
|
## Purpose
|
|
|
|
Node Exporter exposes Linux system metrics to Prometheus.
|
|
|
|
It is used to monitor:
|
|
|
|
- CPU usage
|
|
- Memory usage
|
|
- Disk usage
|
|
- Network traffic
|
|
- Filesystem usage
|
|
- System load
|
|
|
|
---
|
|
|
|
## Install Node Exporter on Debian/Ubuntu
|
|
|
|
```bash
|
|
sudo apt update
|
|
sudo apt install prometheus-node-exporter -y |