This repo is a simple config to up a virtual box vm (centos7) with Prometheus, Node_Exporter - to self metrics - and Grafana to visibility
Make sure these software have been installed
- Vagrant
- Virtualbox
Clone this repo
git clone https://github.com/yurisousan/prometheus-node-exporter-grafana.git
Access the directory
cd prometheus-node-exporter-grafana
And execute the vagrant:
vagrant up
To access the prometheus GUI
192.168.0.156:9090
To access the node_exporter metrics
192.168.0.156:9100/metrics
To access the Grafana GUI
192.168.0.156:3000
To see the targets confgiured in prometheus
192.168.0.156:9090/targets