mirror of
https://github.com/ced4568/ceds-observability-stack.git
synced 2026-08-12 22:34:03 +00:00
Update node-exporter.md
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user