Back to course

Configuring Node Exporter for OS Metrics

Modern DevSecOps (The Hard Way)

Extracting System Data

Prometheus doesn't collect data by itself. It 'scrapes' exporters. node_exporter provides hardware and OS metrics.

Task:

Install node_exporter on your target server and configure Prometheus to scrape it on port 9100. This will allow you to monitor CPU spikes or disk filling—common side effects of some attacks.