Skip to content

A config for docker compose to deploy node-exporter+prometheus locally exposed on port 9090

Notifications You must be signed in to change notification settings

KATT07/node-exporter-localhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

node-exporter-localhost

A config for docker compose to deploy node-exporter+prometheus exposed on port 9090

Warning : it exposes port 9090 for 0.0.0.0 (All IP Addresses on the same Network)

Before u start

please ensure Docker compose is installed
if not here is the script to install docker + docker compose -> https://github.com/docker/docker-install

curl -fsSL https://get.docker.com -o get-docker.sh
sh ./get-docker.sh

To deploy

Simply git clone this repo and run it

git clone https://github.com/KATT07/node-exporter-localhost
cd ./node-exporter-localhost
sudo docker compose up

Reccomended to run as daemon service (record in background)

sudo docker compose up -d

Originally by : https://grafana.com/docs/grafana-cloud/quickstart/docker-compose-linux/

About

A config for docker compose to deploy node-exporter+prometheus locally exposed on port 9090

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published