Skip to content

Latest commit

 

History

History

node-exporter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Node Exporter sandbox

In this sandbox, Prometheus scrapes Linux host metrics from a Node Exporter.

Usage

To start the sandbox:

# In the foreground
make run # docker-compose up --build

# In detached mode
make run-detached # docker-compose up --build --detach

This will start up a node_exporter container and a prometheus container.

To kill the sandbox, run make kill (alias for docker-compose kill).

Open up http://localhost:9090/graph to access the Prometheus expression browser. Here are some example metrics to explore:

Assets

Folder Assets
prometheus A prometheus.yml configuration file for Prometheus